mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
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:
@@ -1,5 +1,4 @@
|
||||
" TODO: create cssDisplayProp group and cssDisplayAttr group
|
||||
syn match cssFontProp contained "\<box-suppress\>"
|
||||
syn keyword cssFontAttr contained contents discard
|
||||
syn match cssFontAttr contained "\<flow\(-root\)\=\>"
|
||||
syn match cssFontAttr contained "\<inline-list-item\>"
|
||||
|
||||
@@ -205,7 +205,7 @@
|
||||
}
|
||||
|
||||
.display-3 {
|
||||
box-suppress: flow;
|
||||
display: flow;
|
||||
display: flow-root;
|
||||
display: contents;
|
||||
display: inline-list-item;
|
||||
|
||||
@@ -231,7 +231,7 @@
|
||||
</style>
|
||||
<style>
|
||||
.display-3 {
|
||||
box-suppress: flow;
|
||||
display: flow;
|
||||
display: flow-root;
|
||||
display: contents;
|
||||
display: inline-list-item;
|
||||
|
||||
Reference in New Issue
Block a user