follow WD-css3-ruby-20130919

This commit is contained in:
Kyo Nagashima
2013-09-21 10:03:47 +09:00
parent 8158b9ccae
commit fa81dade02
2 changed files with 6 additions and 9 deletions

View File

@@ -1,5 +1,4 @@
" TODO: create cssRubyProp group and cssRubyAttr group
syn match cssFontProp contained "\<ruby-\(align\|overhang\|position\|span\)"
syn keyword cssFontAttr contained start end
syn match cssFontAttr contained "\<distribute-\(letter\|space\)\>"
syn match cssFontAttr contained "\<line-edge\>"
syn match cssFontProp contained "\<ruby-\(position\|merge\|align\)"
syn match cssFontAttr contained "\<ruby-\(base\|text\)-container\>"
syn match cssFontAttr contained "\<inter-character\>"

View File

@@ -298,11 +298,9 @@
}
.ruby {
ruby-align: start;
ruby-overhang: end;
ruby-position: distribute-letter;
ruby-span: distribute-space;
display: line-edge;
ruby-merge: ruby-text-container;
ruby-align: inter-character;
ruby-position: ruby-base-container;
}
.selectors:not([DISABLED]),