Follow CR-css-break-3-20160114

See also: https://www.w3.org/TR/2016/CR-css-break-3-20160114/
This commit is contained in:
Kyo Nagashima
2016-01-15 10:36:49 +09:00
parent 085e6994ed
commit 7790c1d9f3
4 changed files with 3 additions and 5 deletions

View File

@@ -1,4 +1,2 @@
" TODO: create cssBreakProp group and cssBreakAttr group
syn match cssFontProp contained "\<break-\(after\|before\|inside\)\>"
syn match cssFontProp contained "\<box-decoration-break\>"
syn keyword cssFontAttr contained any

View File

@@ -1,6 +1,7 @@
syn include @htmlCss syntax/css/compositing-1.vim
syn include @htmlCss syntax/css/css-align-3.vim
syn include @htmlCss syntax/css/css-backgrounds-4.vim
syn include @htmlCss syntax/css/css-break-3.vim
syn include @htmlCss syntax/css/css-cascade-3.vim
syn include @htmlCss syntax/css/css-cascade-4.vim
syn include @htmlCss syntax/css/css-counter-styles-3.vim
@@ -34,7 +35,6 @@ syn include @htmlCss syntax/css/css-writing-modes-3.vim
syn include @htmlCss syntax/css/css3-animations.vim
syn include @htmlCss syntax/css/css3-background.vim
syn include @htmlCss syntax/css/css3-box.vim
syn include @htmlCss syntax/css/css3-break.vim
syn include @htmlCss syntax/css/css3-colors.vim
syn include @htmlCss syntax/css/css3-conditional.vim
syn include @htmlCss syntax/css/css3-content.vim

View File

@@ -70,7 +70,7 @@
}
.break {
break-after: any;
break-after: auto;
break-before: auto;
break-inside: auto;
box-decoration-break: auto;

View File

@@ -85,7 +85,7 @@
</style>
<style>
.break {
break-after: any;
break-after: auto;
break-before: auto;
break-inside: auto;
box-decoration-break: auto;