Skip to content

Commit 56a598e

Browse files
committed
Update display-3.vim
https://www.w3.org/TR/2022/CRD-css-display-3-20221118/ This commit also moves ruby specific values to ruby-1.vim.
1 parent 1fbc03d commit 56a598e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

after/syntax/css/display-3.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
syn keyword cssFontAttr contained contents discard
2-
syn keyword cssBoxAttr contained run-in ruby ruby-base ruby-text
1+
syn keyword cssFontAttr contained contents
2+
syn keyword cssBoxAttr contained run-in

after/syntax/css/ruby-1.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
syn keyword cssFontProp contained merge ruby-position ruby-merge ruby-align ruby-overhang
2-
syn keyword cssFontAttr contained ruby-base-container ruby-text-container inter-character
1+
syn keyword cssFontProp contained ruby-position ruby-merge ruby-align ruby-overhang
2+
syn keyword cssFontAttr contained ruby ruby-base ruby-text ruby-base-container ruby-text-container inter-character merge

test/test.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,6 @@
264264
.display-3 {
265265
display: contents;
266266
display: run-in;
267-
display: ruby;
268-
display: ruby-base;
269-
display: ruby-text;
270267
}
271268

272269
.easing-1 {
@@ -752,10 +749,13 @@ mask {
752749
ruby-merge: auto;
753750
ruby-align: auto;
754751
ruby-overhang: auto;
752+
display: ruby;
753+
display: ruby-base;
754+
display: ruby-text;
755755
display: ruby-base-container;
756756
display: ruby-text-container;
757-
display: merge;
758757
display: inter-character;
758+
display: merge;
759759
}
760760

761761
.scoping-1:scope-context div,

0 commit comments

Comments
 (0)