Follow changes in WD-css-multicol-1-20171005

This module renamed from `css3-multicol` to `css-multicol-1`.

See also: http://www.w3.org/TR/2017/WD-css-multicol-1-20171005/
This commit is contained in:
Kyo Nagashima
2017-10-06 08:44:15 +09:00
parent a552f6b7b2
commit edf5147e1b
5 changed files with 9 additions and 9 deletions

View File

@@ -1,2 +1,3 @@
syn match cssFontProp contained "\<break-\(after\|before\|inside\)\>"
syn match cssFontProp contained "\<box-decoration-break\>"
syn match cssFontAttr contained "\<\(avoid-\)\=column\>"

View File

@@ -1,4 +1,3 @@
syn keyword cssFontProp contained columns
syn match cssFontProp contained "\<column-\(count\|fill\|rule\(-\(color\|style\|width\)\)\=\|span\|width\)\>"
syn keyword cssFontAttr contained balance
syn match cssFontAttr contained "\<\(avoid-\)\=column\>"
syn match cssFontAttr contained "\<balance\(-all\)\=\>"

View File

@@ -22,6 +22,7 @@ syn include @htmlCss syntax/css/css-line-grid-1.vim
syn include @htmlCss syntax/css/css-lists-3.vim
syn include @htmlCss syntax/css/css-logical-1.vim
syn include @htmlCss syntax/css/css-masking-1.vim
syn include @htmlCss syntax/css/css-multicol-1.vim
syn include @htmlCss syntax/css/css-overflow-3.vim
syn include @htmlCss syntax/css/css-overflow-4.vim
syn include @htmlCss syntax/css/css-page-floats-3.vim
@@ -58,7 +59,6 @@ syn include @htmlCss syntax/css/css3-color.vim
syn include @htmlCss syntax/css/css3-conditional.vim
syn include @htmlCss syntax/css/css3-exclusions.vim
syn include @htmlCss syntax/css/css3-images.vim
syn include @htmlCss syntax/css/css3-multicol.vim
syn include @htmlCss syntax/css/css3-namespace.vim
syn include @htmlCss syntax/css/css3-page.vim
syn include @htmlCss syntax/css/css3-speech.vim

View File

@@ -76,7 +76,7 @@
}
.break-3 {
break-after: auto;
break-after: avoid-column;
break-before: auto;
break-inside: auto;
box-decoration-break: auto;
@@ -500,10 +500,10 @@
offset: auto;
}
.multicol {
.multicol-1 {
columns: column;
column-count: balance;
column-fill: avoid-column;
column-fill: balance-all;
column-rule: auto;
column-rule-color: auto;
column-rule-style: auto;

View File

@@ -91,7 +91,7 @@
</style>
<style>
.break-3 {
break-after: auto;
break-after: avoid-column;
break-before: auto;
break-inside: auto;
box-decoration-break: auto;
@@ -543,10 +543,10 @@
}
</style>
<style>
.multicol {
.multicol-1 {
columns: column;
column-count: balance;
column-fill: avoid-column;
column-fill: balance-all;
column-rule: auto;
column-rule-color: auto;
column-rule-style: auto;