@@ -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 } ,
@@ -93,7 +93,7 @@ var Properties = {
93
93
"background-position" : { multi : "<bg-position>" , comma : true } ,
94
94
"background-repeat" : { multi : "<repeat-style>" } ,
95
95
"background-size" : { multi : "<bg-size>" , comma : true } ,
96
- "baseline-shift" : "baseline | sub | super | <percentage> | <length>" ,
96
+ "baseline-shift" : "baseline | sub | super | <percentage> | <length> | inherit " ,
97
97
"behavior" : 1 ,
98
98
"binding" : 1 ,
99
99
"bleed" : "<length>" ,
@@ -245,8 +245,13 @@ var Properties = {
245
245
"caption-side" : "top | bottom | inherit" ,
246
246
"clear" : "none | right | left | both | inherit" ,
247
247
"clip" : 1 ,
248
+ "clip-path" : 1 ,
249
+ "clip-rule" : "nonzero | evenodd | inherit" ,
248
250
"color" : "<color> | inherit" ,
251
+ "color-interpolation" : "auto | sRGB | linearRGB | inherit" ,
252
+ "color-interpolation-filters" : "auto | sRGB | linearRGB | inherit" ,
249
253
"color-profile" : 1 ,
254
+ "color-rendering" : "auto | optimizeSpeed | optimizeQuality | inherit" ,
250
255
"column-count" : "<integer> | auto" , //http://www.w3.org/TR/css3-multicol/
251
256
"column-fill" : "auto | balance" ,
252
257
"column-gap" : "<length> | normal" ,
@@ -269,7 +274,7 @@ var Properties = {
269
274
//D
270
275
"direction" : "ltr | rtl | inherit" ,
271
276
"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 | 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" ,
272
- "dominant-baseline" : 1 ,
277
+ "dominant-baseline" : "auto | use-script | no-change | reset-size | ideographic | alphabetic | hanging | mathematical | central | middle | text-after-edge | text-before-edge | inherit" ,
273
278
"drop-initial-after-adjust" : "central | middle | after-edge | text-after-edge | ideographic | alphabetic | mathematical | <percentage> | <length>" ,
274
279
"drop-initial-after-align" : "baseline | use-script | before-edge | text-before-edge | after-edge | text-after-edge | central | middle | ideographic | alphabetic | hanging | mathematical" ,
275
280
"drop-initial-before-adjust" : "before-edge | text-before-edge | central | middle | hanging | mathematical | <percentage> | <length>" ,
@@ -280,8 +285,12 @@ var Properties = {
280
285
//E
281
286
"elevation" : "<angle> | below | level | above | higher | lower | inherit" ,
282
287
"empty-cells" : "show | hide | inherit" ,
288
+ "enable-background" : 1 ,
283
289
284
290
//F
291
+ "fill" : 1 ,
292
+ "fill-opacity" : "<number> | inherit" ,
293
+ "fill-rule" : "nonzero | evenodd | inherit" ,
285
294
"filter" : 1 ,
286
295
"fit" : "fill | hidden | meet | slice" ,
287
296
"fit-position" : 1 ,
@@ -307,6 +316,8 @@ var Properties = {
307
316
"-ms-flex-wrap" : "nowrap | wrap | wrap-reverse" ,
308
317
"float" : "left | right | none | inherit" ,
309
318
"float-offset" : 1 ,
319
+ "flood-color" : 1 ,
320
+ "flood-opacity" : "<number> | inherit" ,
310
321
"font" : 1 ,
311
322
"font-family" : 1 ,
312
323
"font-size" : "<absolute-size> | <relative-size> | <length> | <percentage> | inherit" ,
@@ -317,6 +328,8 @@ var Properties = {
317
328
"font-weight" : "normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit" ,
318
329
319
330
//G
331
+ "glyph-orientation-horizontal" : "<angle> | inherit" ,
332
+ "glyph-orientation-vertical" : "auto | <angle> | inherit" ,
320
333
"grid-cell-stacking" : "columns | rows | layer" ,
321
334
"grid-column" : 1 ,
322
335
"grid-columns" : 1 ,
@@ -344,17 +357,21 @@ var Properties = {
344
357
//I
345
358
"icon" : 1 ,
346
359
"image-orientation" : "angle | auto" ,
347
- "image-rendering" : 1 ,
360
+ "image-rendering" : "auto | optimizeSpeed | optimizeQuality | inherit" ,
348
361
"image-resolution" : 1 ,
349
362
"inline-box-align" : "initial | last | <integer>" ,
350
363
351
364
//J
352
365
"justify-content" : "flex-start | flex-end | center | space-between | space-around" ,
353
366
"-webkit-justify-content" : "flex-start | flex-end | center | space-between | space-around" ,
354
367
368
+ //K
369
+ "kerning" : "auto | <length> | inherit" ,
370
+
355
371
//L
356
372
"left" : "<margin-width> | inherit" ,
357
373
"letter-spacing" : "<length> | normal | inherit" ,
374
+ "lighting-color" : 1 ,
358
375
"line-height" : "<number> | <length> | <percentage> | normal | inherit" ,
359
376
"line-break" : "auto | loose | normal | strict" ,
360
377
"line-stacking" : 1 ,
@@ -375,11 +392,16 @@ var Properties = {
375
392
"mark" : 1 ,
376
393
"mark-after" : 1 ,
377
394
"mark-before" : 1 ,
395
+ "marker" : 1 ,
396
+ "marker-end" : 1 ,
397
+ "marker-mid" : 1 ,
398
+ "marker-start" : 1 ,
378
399
"marks" : 1 ,
379
400
"marquee-direction" : 1 ,
380
401
"marquee-play-count" : 1 ,
381
402
"marquee-speed" : 1 ,
382
403
"marquee-style" : 1 ,
404
+ "mask" : 1 ,
383
405
"max-height" : "<length> | <percentage> | <content-sizing> | none | inherit" ,
384
406
"max-width" : "<length> | <percentage> | <content-sizing> | none | inherit" ,
385
407
"min-height" : "<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit" ,
@@ -453,16 +475,28 @@ var Properties = {
453
475
"ruby-span" : 1 ,
454
476
455
477
//S
478
+ "shape-rendering" : "auto | optimizeSpeed | crispEdges | geometricPrecision | inherit" ,
456
479
"size" : 1 ,
457
480
"speak" : "normal | none | spell-out | inherit" ,
458
481
"speak-header" : "once | always | inherit" ,
459
482
"speak-numeral" : "digits | continuous | inherit" ,
460
483
"speak-punctuation" : "code | none | inherit" ,
461
484
"speech-rate" : 1 ,
462
485
"src" : 1 ,
486
+ "stop-color" : 1 ,
487
+ "stop-opacity" : "<number> | inherit" ,
463
488
"stress" : 1 ,
464
489
"string-set" : 1 ,
465
-
490
+ "stroke" : 1 ,
491
+ "stroke-dasharray" : 1 ,
492
+ "stroke-dashoffset" : "<percentage> | <length> | inherit" ,
493
+ "stroke-linecap" : "butt | round | square | inherit" ,
494
+ "stroke-linejoin" : "miter | round | bevel | inherit" ,
495
+ "stroke-miterlimit" : "<number> | inherit" ,
496
+ "stroke-opacity" : "<number> | inherit" ,
497
+ "stroke-width" : "<percentage> | <length> | inherit" ,
498
+
499
+ //T
466
500
"table-layout" : "auto | fixed | inherit" ,
467
501
"tab-size" : "<integer> | <length>" ,
468
502
"target" : 1 ,
@@ -471,6 +505,7 @@ var Properties = {
471
505
"target-position" : 1 ,
472
506
"text-align" : "left | right | center | justify | inherit" ,
473
507
"text-align-last" : 1 ,
508
+ "text-anchor" : "start | middle | end | inherit" ,
474
509
"text-decoration" : 1 ,
475
510
"text-emphasis" : 1 ,
476
511
"text-height" : 1 ,
0 commit comments