Compare commits

...

13 Commits

Author SHA1 Message Date
Kyo Nagashima
03c1c9001d 1.2.0 2018-11-23 08:50:43 +09:00
Kyo Nagashima
feea4b6c25 Follow updates on WD-selectors-4-20181121
See also: https://www.w3.org/TR/2018/WD-selectors-4-20181121/
2018-11-23 08:47:59 +09:00
Kyo Nagashima
53eef9c64c Follow changes in CR-css-flexbox-1-20181119
No changes, see also: https://www.w3.org/TR/2018/CR-css-flexbox-1-20181119/
2018-11-22 07:41:58 +09:00
Kyo Nagashima
ef50fcbe7e Add shadow-parts-1.vim
This syntax is for CSS Shadow Parts spec.

See also: https://www.w3.org/TR/2018/WD-css-shadow-parts-1-20181115/
2018-11-17 08:46:55 +09:00
Kyo Nagashima
be717f2c70 Follow changes in CR-css-flexbox-1-20181108
No changes, see also: https://www.w3.org/TR/2018/CR-css-flexbox-1-20181108/
2018-11-10 08:48:24 +09:00
Kyo Nagashima
47b3ce2e5a Follow changes in CR-css-contain-1-20181108
No changes, see also: https://www.w3.org/TR/2018/CR-css-contain-1-20181108/
2018-11-10 08:46:15 +09:00
Kyo Nagashima
cf22db698e Follow chnages in REC-selectors-3-20181106
No changes, see also: https://www.w3.org/TR/2018/REC-selectors-3-20181106/
2018-11-08 08:50:24 +09:00
Kyo Nagashima
6ed54d346b Follow changes in WD-css-page-3-20181018
See also: https://www.w3.org/TR/2018/WD-css-page-3-20181018/

This commit also moves some values to `break-3.vim`.
2018-10-21 15:02:19 +09:00
Kyo Nagashima
b2d66799b7 Follow changes in WD-css-values-4-20181010
No changes, see also: https://www.w3.org/TR/2018/WD-css-values-4-20181010/
2018-10-19 09:37:37 +09:00
Kyo Nagashima
da0119205e Follow changes in WD-css-transitions-1-20181011
No changes, see also: https://www.w3.org/TR/2018/WD-css-transitions-1-20181011/
2018-10-19 09:36:49 +09:00
Kyo Nagashima
4e71c04913 Follow changes in WD-css-animations-1-20181011
No changes, see also: https://www.w3.org/TR/2018/WD-css-animations-1-20181011/
2018-10-19 09:34:26 +09:00
Kyo Nagashima
8c6b5eaf1f Follow changes in WD-web-animations-1-20181011
No changes, see also: https://www.w3.org/TR/2018/WD-web-animations-1-20181011/
2018-10-19 09:30:57 +09:00
Kyo Nagashima
afcbfc85a8 Add easing-1.vim
No new syntaxs, see also: https://www.w3.org/TR/2018/WD-css-easing-1-20181009/
2018-10-10 17:04:19 +09:00
6 changed files with 18 additions and 7 deletions

View File

@@ -0,0 +1 @@
syn keyword cssFontAttr contained recto verso

View File

View File

@@ -1 +1 @@
syn keyword cssFontAttr contained recto verso syn keyword cssFontProp contained marks bleed

View File

@@ -7,4 +7,4 @@ syn match cssPseudoClassId contained "\<\(in\|out-of\)-range\>"
syn match cssPseudoClassId contained "\<user-invalid\>" syn match cssPseudoClassId contained "\<user-invalid\>"
syn match cssPseudoClassId contained "\<target-within\>" syn match cssPseudoClassId contained "\<target-within\>"
syn match cssPseudoClassId contained "\<focus-\(within\|visible\)\>" syn match cssPseudoClassId contained "\<focus-\(within\|visible\)\>"
syn region cssPseudoClassLang matchgroup=cssPseudoClassId start=":\(matches\|dir\|local-link\|current\|nth\(-last\)\=-col\|has\|drop\)(" end=")" oneline syn region cssPseudoClassLang matchgroup=cssPseudoClassId start=":\(is\|dir\|local-link\|current\|nth\(-last\)\=-col\|has\|where\)(" end=")" oneline

View File

@@ -0,0 +1 @@
syn region cssPseudoClassLang matchgroup=cssPseudoClassId start=":part(" end=")" oneline

View File

@@ -59,7 +59,8 @@
} }
.break-3 { .break-3 {
display: auto; display: recto;
display: verso;
} }
.cascade-3 { .cascade-3 {
@@ -228,6 +229,10 @@
display: ruby-text-group; display: ruby-text-group;
} }
.easing-1 {
display: auto;
}
.exclusions-3 { .exclusions-3 {
wrap-flow: auto; wrap-flow: auto;
wrap-through: auto; wrap-through: auto;
@@ -586,8 +591,8 @@ mask {
} }
.page-3 { .page-3 {
display: recto; marks: auto;
display: verso; bleed: auto;
} }
.page-floats-3 { .page-floats-3 {
@@ -753,7 +758,7 @@ mask {
.selectors-4:in-range, .selectors-4:in-range,
.selectors-4:out-of-range, .selectors-4:out-of-range,
.selectors-4:user-invalid, .selectors-4:user-invalid,
.selectors-4:matches(:hover, :focus), .selectors-4:is(:hover, :focus),
.selectors-4:dir(ltr), .selectors-4:dir(ltr),
.selectors-4:local-link(0), .selectors-4:local-link(0),
.selectors-4:current(p, li, dt, dd), .selectors-4:current(p, li, dt, dd),
@@ -765,7 +770,7 @@ mask {
.selectors-4:playing, .selectors-4:playing,
.selectors-4:paused, .selectors-4:paused,
.selectors-4:has(> img), .selectors-4:has(> img),
.selectors-4:drop(active) { .selectors-4:where(:not(:hover)) {
display: auto; display: auto;
} }
@@ -773,6 +778,10 @@ mask {
display: auto; display: auto;
} }
.shadow-parts::part(textspan) {
display: auto;
}
.shapes-1 { .shapes-1 {
shape-outside: auto; shape-outside: auto;
shape-image-threshold: auto; shape-image-threshold: auto;