mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +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
|
" 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\>"
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user