Follow changes in WD-css-text-3-20131010

See also:
http://www.w3.org/TR/2013/WD-css-text-3-20131010/
This commit is contained in:
Kyo Nagashima
2017-08-24 04:18:13 +09:00
parent ff32d693f5
commit fa194bb638
3 changed files with 6 additions and 3 deletions

View File

@@ -2,7 +2,8 @@ syn keyword cssTextProp contained hyphens
syn match cssTextProp contained "\<line-break\>" syn match cssTextProp contained "\<line-break\>"
syn match cssTextProp contained "\<overflow-wrap\>" syn match cssTextProp contained "\<overflow-wrap\>"
syn match cssTextProp contained "\<tab-size\>" syn match cssTextProp contained "\<tab-size\>"
syn keyword cssTextAttr contained manual loose strict hanging syn match cssTextProp contained "\<text-align-all\>"
syn keyword cssTextAttr contained manual loose strict hanging anywhere
syn match cssTextAttr contained "\<match-parent\>" syn match cssTextAttr contained "\<match-parent\>"
syn match cssTextAttr contained "\<each-line\>" syn match cssTextAttr contained "\<each-line\>"
syn match cssTextAttr contained "\<full-width\>" syn match cssTextAttr contained "\<full-width\>"

View File

@@ -746,9 +746,10 @@
line-break: loose; line-break: loose;
overflow-wrap: strict; overflow-wrap: strict;
tab-size: match-parent; tab-size: match-parent;
display: hanging; text-align-all: hanging;
display: each-line; display: each-line;
display: full-width; display: full-width;
display: anywhere;
} }
.text-4 { .text-4 {

View File

@@ -814,9 +814,10 @@
line-break: loose; line-break: loose;
overflow-wrap: strict; overflow-wrap: strict;
tab-size: match-parent; tab-size: match-parent;
display: hanging; text-align-all: hanging;
display: each-line; display: each-line;
display: full-width; display: full-width;
display: anywhere;
} }
</style> </style>
<style> <style>