Update box-3.vim

https://www.w3.org/TR/2020/WD-css-box-3-20200421/

This WD removes all new properties and values.
This commit is contained in:
Kyo Nagashima
2020-04-24 09:12:36 +09:00
parent de8b85301d
commit ab4ce39f68
2 changed files with 1 additions and 25 deletions

View File

@@ -1,9 +0,0 @@
syn match cssBoxProp contained "\<margin-trim\>"
syn match cssBoxAttr contained "\<in-flow\>"
" These will be moved to block-3
syn match cssBoxProp contained "\<clear-after\>"
syn match cssBoxProp contained "\<float-displace\>"
syn match cssBoxProp contained "\<indent-edge-reset\>"
syn keyword cssBoxAttr contained scrollbar panner marquee decendants
syn match cssBoxAttr contained "\<block-within-page\>"
syn match cssBoxAttr contained "\<\(margin\|border\|padding\|content\)-edge\>"

View File

@@ -48,22 +48,7 @@
} }
.box-3 { .box-3 {
margin-trim: auto; display: auto;
display: in-flow;
/* .block-3 */
clear-after: auto;
float-displace: auto;
indent-edge-reset: auto;
display: scrollbar;
display: panner;
display: marquee;
display: discard;
display: decendants;
display: block-within-page;
display: margin-edge;
display: border-edge;
display: padding-edge;
display: content-edge;
} }
.break-3 { .break-3 {