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

See also: http://www.w3.org/TR/2017/WD-css-display-3-20170720/
This commit is contained in:
Kyo Nagashima
2017-07-21 22:38:19 +09:00
parent d51d95c7fe
commit da08f55d67
3 changed files with 0 additions and 4 deletions

View File

@@ -1,4 +1,2 @@
" TODO: create cssDisplayProp group and cssDisplayAttr group
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\>"

View File

@@ -214,7 +214,6 @@
display: flow; display: flow;
display: flow-root; display: flow-root;
display: contents; display: contents;
display: inline-list-item;
display: discard; display: discard;
} }

View File

@@ -241,7 +241,6 @@
display: flow; display: flow;
display: flow-root; display: flow-root;
display: contents; display: contents;
display: inline-list-item;
display: discard; display: discard;
} }
</style> </style>