summaryrefslogtreecommitdiff
path: root/include/libcss
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2022-10-29 18:22:19 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2022-10-29 18:22:19 +0100
commit244e4f5dfbd7b2c8ee8c8d2478058a802004be14 (patch)
tree0f0704db0eff1177ad18fb84f8b2840b0654ed7e /include/libcss
parent3b0f34bccc44e8ea81cfad57a5f6a3f50d8917ef (diff)
downloadlibcss-244e4f5dfbd7b2c8ee8c8d2478058a802004be14.tar.gz
libcss-244e4f5dfbd7b2c8ee8c8d2478058a802004be14.tar.bz2
properties: display: Add grid values
Diffstat (limited to 'include/libcss')
-rw-r--r--include/libcss/properties.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/libcss/properties.h b/include/libcss/properties.h
index ae00551..e056a75 100644
--- a/include/libcss/properties.h
+++ b/include/libcss/properties.h
@@ -440,7 +440,9 @@ enum css_display_e {
CSS_DISPLAY_TABLE_CAPTION = 0x0f,
CSS_DISPLAY_NONE = 0x10,
CSS_DISPLAY_FLEX = 0x11,
- CSS_DISPLAY_INLINE_FLEX = 0x12
+ CSS_DISPLAY_INLINE_FLEX = 0x12,
+ CSS_DISPLAY_GRID = 0x13,
+ CSS_DISPLAY_INLINE_GRID = 0x14
};
enum css_empty_cells_e {