Follow changes in WD-css-box-3-20181218

See also: https://www.w3.org/TR/2018/WD-css-box-3-20181218/
This commit is contained in:
Kyo Nagashima
2018-12-27 15:21:53 +09:00
parent 119c13f32a
commit ef5b1c791a
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
syn match cssBoxProp contained "\<margin-trim\>"
syn match cssBoxAttr contained "\<in-flow\>"
" These will be moved to block-3 " These will be moved to block-3
syn match cssBoxProp contained "\<clear-after\>" syn match cssBoxProp contained "\<clear-after\>"
syn match cssBoxProp contained "\<float-displace\>" syn match cssBoxProp contained "\<float-displace\>"

View File

@@ -43,6 +43,9 @@
} }
.box-3 { .box-3 {
margin-trim: auto;
display: in-flow;
/* .block-3 */
clear-after: auto; clear-after: auto;
float-displace: auto; float-displace: auto;
indent-edge-reset: auto; indent-edge-reset: auto;