Follow changes in WD-css-display-3-20170126

See also: http://www.w3.org/TR/2017/WD-css-display-3-20170126/
This commit is contained in:
Kyo Nagashima
2017-01-27 11:32:58 +09:00
parent 7baa11dee0
commit 796c321b9d
3 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
" TODO: create cssDisplayProp group and cssDisplayAttr group " TODO: create cssDisplayProp group and cssDisplayAttr group
syn match cssFontProp contained "\<box-suppress\>"
syn keyword cssFontAttr contained contents discard syn keyword cssFontAttr contained contents discard
syn match cssFontAttr contained "\<flow\(-root\)\=\>" syn match cssFontAttr contained "\<flow\(-root\)\=\>"
syn match cssFontAttr contained "\<inline-list-item\>" syn match cssFontAttr contained "\<inline-list-item\>"

View File

@@ -205,7 +205,7 @@
} }
.display-3 { .display-3 {
box-suppress: flow; display: flow;
display: flow-root; display: flow-root;
display: contents; display: contents;
display: inline-list-item; display: inline-list-item;

View File

@@ -231,7 +231,7 @@
</style> </style>
<style> <style>
.display-3 { .display-3 {
box-suppress: flow; display: flow;
display: flow-root; display: flow-root;
display: contents; display: contents;
display: inline-list-item; display: inline-list-item;