Compare commits

...

9 Commits

Author SHA1 Message Date
Kyo Nagashima
22049b5f2c 0.28.0 2018-05-24 16:10:40 +09:00
Kyo Nagashima
d1319a93e4 Follow changes in WD-css-grid-2-20180427
See also: http://www.w3.org/TR/2018/WD-css-grid-2-20180427/
2018-04-29 19:03:12 +09:00
Kyo Nagashima
70ad423158 Follow changes in WD-css-align-3-20180423
No changes, see also: http://www.w3.org/TR/2018/WD-css-align-3-20180423/
2018-04-25 09:22:34 +09:00
Kyo Nagashima
c0aa0f3988 Follow changes in WD-css-display-3-20180420
No changes, see also: https://www.w3.org/TR/2018/WD-css-display-3-20180420/
2018-04-24 08:06:37 +09:00
Kyo Nagashima
3a2d8f6368 Add css-layout-api-1.vim
This syntax file is for CSS Layout API Level 1.

See also: https://www.w3.org/TR/css-layout-api-1/
2018-04-13 22:26:34 +09:00
Kyo Nagashima
1a2eb7cffa Add missing tests 2018-04-13 22:22:55 +09:00
Kyo Nagashima
2a3742c83e Follow changes in WD-css-typed-om-1-20180410
No changes, see also: http://www.w3.org/TR/2018/WD-css-typed-om-1-20180410/
2018-04-13 08:52:41 +09:00
Kyo Nagashima
64938abead Follow changes in WD-css-paint-api-1-20180410
No changes, see also: http://www.w3.org/TR/2018/WD-css-paint-api-1-20180410/
2018-04-13 08:51:35 +09:00
Kyo Nagashima
dce15d69ed Follow changes in WD-css-fonts-4-20180410
See also: http://www.w3.org/TR/2018/WD-css-fonts-4-20180410/
2018-04-13 08:50:24 +09:00
4 changed files with 24 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ syn match cssFontProp contained "\<font-palette\>"
syn match cssFontProp contained "\<font-presentation\>" syn match cssFontProp contained "\<font-presentation\>"
syn match cssFontProp contained "\<base-palette\>" syn match cssFontProp contained "\<base-palette\>"
syn match cssFontProp contained "\<font-language-override\>" syn match cssFontProp contained "\<font-language-override\>"
syn match cssFontProp contained "\<font-variant-emoji\>"
syn keyword cssFontAttr contained emoji math fangsong infinity swap fallback optional light dark syn keyword cssFontAttr contained emoji math fangsong infinity swap fallback optional light dark
syn match cssFontAttr contained "\<system-ui\>" syn match cssFontAttr contained "\<system-ui\>"
syn region cssInclude start=/@font-palette-values\>/ end=/\ze{/ skipwhite skipnl contains=css.*Prop,css.*Attr,cssValueInteger,cssValueLength,cssMediaKeyword,cssVendor,cssIncludeKeyword,cssComment nextgroup=cssMediaBlock syn region cssInclude start=/@font-palette-values\>/ end=/\ze{/ skipwhite skipnl contains=css.*Prop,css.*Attr,cssValueInteger,cssValueLength,cssMediaKeyword,cssVendor,cssIncludeKeyword,cssComment nextgroup=cssMediaBlock

View File

@@ -1 +1,2 @@
syn keyword cssFontAttr contained subgrid syn keyword cssFontAttr contained subgrid
syn match cssValueNumber contained "\d\(.\d\+\)\=ar"

View File

@@ -0,0 +1 @@
" N/A

View File

@@ -333,7 +333,7 @@
font-palette: swap; font-palette: swap;
font-presentation: fallback; font-presentation: fallback;
font-language-override: optional; font-language-override: optional;
display: light; font-variant-emoji: light;
display: dark; display: dark;
} }
@@ -373,6 +373,7 @@
.grid-2 { .grid-2 {
display: subgrid; display: subgrid;
display: 1.618ar;
} }
.images-3 { .images-3 {
@@ -402,6 +403,10 @@
initial-letter-wrap: auto; initial-letter-wrap: auto;
} }
.layout-api-1 {
display: auto;
}
.line-grid-1 { .line-grid-1 {
line-grid: create; line-grid: create;
line-snap: block-start; line-snap: block-start;
@@ -510,7 +515,9 @@
column-width: auto; column-width: auto;
} }
@namespace "http://example.com/css3-namespace/"; .namespace {
display: auto;
}
.overflow-3 { .overflow-3 {
max-lines: auto; max-lines: auto;
@@ -557,6 +564,10 @@
offset-start: auto; offset-start: auto;
} }
.properties-values-api-1 {
display: auto;
}
.pseudo-4::inactive-selection, .pseudo-4::inactive-selection,
.pseudo-4::spelling-error, .pseudo-4::spelling-error,
.pseudo-4::grammer-error { .pseudo-4::grammer-error {
@@ -843,6 +854,10 @@
display: cubic-bezier(0.25, 0.1, 0.25, 1.0); display: cubic-bezier(0.25, 0.1, 0.25, 1.0);
} }
.typed-om-1 {
display: auto;
}
.ui-3 { .ui-3 {
caret-color: grab; caret-color: grab;
display: grabbing; display: grabbing;
@@ -889,6 +904,10 @@
will-change: scroll-position; will-change: scroll-position;
} }
.worklets-1 {
display: auto;
}
.writing-modes-3 { .writing-modes-3 {
writing-mode: before; writing-mode: before;
text-orientation: after; text-orientation: after;