@@ -9,7 +9,7 @@ var Properties = {
9
9
"-webkit-align-content" : "flex-start | flex-end | center | space-between | space-around | stretch" ,
10
10
"-webkit-align-self" : "auto | flex-start | flex-end | center | baseline | stretch" ,
11
11
"alignment-adjust" : "auto | baseline | before-edge | text-before-edge | middle | central | after-edge | text-after-edge | ideographic | alphabetic | hanging | mathematical | <percentage> | <length>" ,
12
- "alignment-baseline" : "baseline | use-script | before-edge | text-before-edge | after-edge | text-after-edge | central | middle | ideographic | alphabetic | hanging | mathematical" ,
12
+ "alignment-baseline" : "auto | baseline | use-script | before-edge | text-before-edge | after-edge | text-after-edge | central | middle | ideographic | alphabetic | hanging | mathematical | inherit " ,
13
13
"animation" : 1 ,
14
14
"animation-delay" : { multi : "<time>" , comma : true } ,
15
15
"animation-direction" : { multi : "normal | alternate" , comma : true } ,
@@ -272,7 +272,7 @@ var Properties = {
272
272
//D
273
273
"direction" : "ltr | rtl | inherit" ,
274
274
"display" : "inline | block | list-item | inline-block | table | inline-table | table-row-group | table-header-group | table-footer-group | table-row | table-column-group | table-column | table-cell | table-caption | grid | inline-grid | run-in | ruby | ruby-base | ruby-text | ruby-base-container | ruby-text-container | contents | none | inherit | -moz-box | -moz-inline-block | -moz-inline-box | -moz-inline-grid | -moz-inline-stack | -moz-inline-table | -moz-grid | -moz-grid-group | -moz-grid-line | -moz-groupbox | -moz-deck | -moz-popup | -moz-stack | -moz-marker | -webkit-box | -webkit-inline-box | -ms-flexbox | -ms-inline-flexbox | flex | -webkit-flex | inline-flex | -webkit-inline-flex" ,
275
- "dominant-baseline" : 1 ,
275
+ "dominant-baseline" : "auto | use-script | no-change | reset-size | ideographic | alphabetic | hanging | mathematical | central | middle | text-after-edge | text-before-edge | inherit" ,
276
276
"drop-initial-after-adjust" : "central | middle | after-edge | text-after-edge | ideographic | alphabetic | mathematical | <percentage> | <length>" ,
277
277
"drop-initial-after-align" : "baseline | use-script | before-edge | text-before-edge | after-edge | text-after-edge | central | middle | ideographic | alphabetic | hanging | mathematical" ,
278
278
"drop-initial-before-adjust" : "before-edge | text-before-edge | central | middle | hanging | mathematical | <percentage> | <length>" ,
@@ -325,6 +325,8 @@ var Properties = {
325
325
"font-weight" : "normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit" ,
326
326
327
327
//G
328
+ "glyph-orientation-horizontal" : "<glyph-angle> | inherit" ,
329
+ "glyph-orientation-vertical" : "auto | <glyph-angle> | inherit" ,
328
330
"grid" : 1 ,
329
331
"grid-area" : 1 ,
330
332
"grid-auto-columns" : 1 ,
@@ -494,9 +496,10 @@ var Properties = {
494
496
"target-name" : 1 ,
495
497
"target-new" : 1 ,
496
498
"target-position" : 1 ,
499
+ "text-anchor" : "start | middle | end | inherit" ,
497
500
"text-align" : "left | right | center | justify | match-parent | start | end | inherit" ,
498
501
"text-align-last" : 1 ,
499
- "text-decoration" : 1 ,
502
+ "text-decoration" : "none | <text-decoration> | inherit" ,
500
503
"text-emphasis" : 1 ,
501
504
"text-height" : 1 ,
502
505
"text-indent" : "<length> | <percentage> | inherit" ,
0 commit comments