@@ -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 } ,
@@ -271,7 +271,7 @@ var Properties = {
271
271
//D
272
272
"direction" : "ltr | rtl | inherit" ,
273
273
"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" ,
274
- "dominant-baseline" : 1 ,
274
+ "dominant-baseline" : "auto | use-script | no-change | reset-size | ideographic | alphabetic | hanging | mathematical | central | middle | text-after-edge | text-before-edge | inherit" ,
275
275
"drop-initial-after-adjust" : "central | middle | after-edge | text-after-edge | ideographic | alphabetic | mathematical | <percentage> | <length>" ,
276
276
"drop-initial-after-align" : "baseline | use-script | before-edge | text-before-edge | after-edge | text-after-edge | central | middle | ideographic | alphabetic | hanging | mathematical" ,
277
277
"drop-initial-before-adjust" : "before-edge | text-before-edge | central | middle | hanging | mathematical | <percentage> | <length>" ,
@@ -497,7 +497,7 @@ var Properties = {
497
497
"text-anchor" : "start | middle | end | inherit" ,
498
498
"text-align" : "left | right | center | justify | match-parent | start | end | inherit" ,
499
499
"text-align-last" : 1 ,
500
- "text-decoration" : 1 ,
500
+ "text-decoration" : "none | <text-decoration> | inherit" ,
501
501
"text-emphasis" : 1 ,
502
502
"text-height" : 1 ,
503
503
"text-indent" : "<length> | <percentage> | inherit" ,
0 commit comments