Follow changes in WD-css-break-4-20181218

See also: https://www.w3.org/TR/2018/WD-css-break-4-20181218/
This commit is contained in:
Kyo Nagashima
2018-12-27 15:25:25 +09:00
parent ef5b1c791a
commit 1f314d95de
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
syn match cssBoxProp contained "\<margin-break\>"
syn keyword cssFontAttr contained keep

View File

@@ -66,6 +66,11 @@
display: verso;
}
.break-4 {
margin-break: auto;
display: keep;
}
.cascade-3 {
all: auto;
display: initial;