Follow WD-css-inline-3-20150917

See also: http://www.w3.org/TR/2015/WD-css-inline-3-20150917/

This commit also deprecates css3-linebox that I forgot to deprecate.
This commit is contained in:
Kyo Nagashima
2015-09-18 10:12:50 +09:00
parent 4d40c5a3b1
commit b97c4fcd5d
5 changed files with 14 additions and 67 deletions

View File

@@ -1,3 +1,4 @@
" TODO: create cssInlineProp and cssInlineAttr
syn match cssFontProp contained "\<initial-letter\(-align\)\="
syn keyword cssFontAttr contained ideographic
syn match cssFontProp contained "\<\(dominant\|alignment\)-baseline\>"
syn match cssFontProp contained "\<baseline-shift\>"
syn match cssFontProp contained "\<initial-letter\(-\(align\|wrap\)\)\="
syn keyword cssFontAttr contained mathematical ideographic

View File

@@ -1,16 +0,0 @@
" TODO: create cssLineboxProp group and cssLineboxAttr group
syn match cssFontProp contained "\<alignment-\(adjust\|baseline\)\>"
syn match cssFontProp contained "\<baseline-shift\>"
syn match cssFontProp contained "\<dominate-baseline\>"
syn match cssFontProp contained "\<drop-initial-\(after-\(adjust\|align\)\|before-\(adjust\|align\)\|size\|value\)\>"
syn match cssFontProp contained "\<inline-box-align\>"
syn match cssFontProp contained "\<line-stacking\(-\(ruby\|shift\|strategy\)\)\=\>"
syn match cssFontProp contained "\<text-height\>"
syn keyword cssFontAttr contained central mathematical
syn match cssFontAttr contained "\<\(text-\)\=\(before\|after\)-edge\>"
syn match cssFontAttr contained "\<use-script\>"
syn match cssFontAttr contained "\<caps-height\>"
syn match cssFontAttr contained "\<\(exclude\|include\)-ruby\>"
syn match cssFontAttr contained "\<\(consider\|disregard\)-shift\>"
syn match cssFontAttr contained "\<\(\(inline\|block\)-line\|max\|grid\)-height\>"
syn match cssFontAttr contained "\<\(font\|text\|max\)-size\>"