File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -435,8 +435,8 @@ var Properties = module.exports = {
435
435
"text-decoration-color" : "<text-decoration-color>" ,
436
436
"text-decoration-line" : "<text-decoration-line>" ,
437
437
"text-decoration-style" : "<text-decoration-style>" ,
438
- "text-decoration-skip" : "none | [ objects || [ spaces | [ leading-spaces || trailing-spaces ] ] || edges || box-decoration ]" ,
439
- "-webkit-text-decoration-skip" : "none | [ objects || [ spaces | [ leading-spaces || trailing-spaces ] ] || edges || box-decoration ]" ,
438
+ "text-decoration-skip" : "none | [ objects || spaces || ink || edges || box-decoration ]" ,
439
+ "-webkit-text-decoration-skip" : "none | [ objects || spaces || ink || edges || box-decoration ]" ,
440
440
"text-emphasis" : 1 ,
441
441
"text-height" : 1 ,
442
442
"text-indent" : "<length> | <percentage>" ,
Original file line number Diff line number Diff line change @@ -1494,16 +1494,16 @@ var YUITest = require("yuitest"),
1494
1494
valid : [
1495
1495
"none" ,
1496
1496
"objects" ,
1497
+ "spaces" ,
1498
+ "ink" ,
1497
1499
"edges" ,
1498
1500
"box-decoration" ,
1499
- "spaces" ,
1500
- "leading-spaces trailing-spaces" ,
1501
- "objects leading-spaces trailing-spaces" ,
1502
- "objects edges box-decoration"
1501
+ "objects spaces ink"
1503
1502
] ,
1504
1503
1505
1504
invalid : {
1506
- "foo" : "Expected (none | [ objects || [ spaces | [ leading-spaces || trailing-spaces ] ] || edges || box-decoration ]) but found 'foo'."
1505
+ "none objects" : "Expected end of value but found 'objects'." ,
1506
+ "foo" : "Expected (none | [ objects || spaces || ink || edges || box-decoration ]) but found 'foo'."
1507
1507
}
1508
1508
} ) ) ;
1509
1509
@@ -1513,16 +1513,16 @@ var YUITest = require("yuitest"),
1513
1513
valid : [
1514
1514
"none" ,
1515
1515
"objects" ,
1516
+ "spaces" ,
1517
+ "ink" ,
1516
1518
"edges" ,
1517
1519
"box-decoration" ,
1518
- "spaces" ,
1519
- "leading-spaces trailing-spaces" ,
1520
- "objects leading-spaces trailing-spaces" ,
1521
- "objects edges box-decoration"
1520
+ "objects spaces ink"
1522
1521
] ,
1523
1522
1524
1523
invalid : {
1525
- "foo" : "Expected (none | [ objects || [ spaces | [ leading-spaces || trailing-spaces ] ] || edges || box-decoration ]) but found 'foo'."
1524
+ "none objects" : "Expected end of value but found 'objects'." ,
1525
+ "foo" : "Expected (none | [ objects || spaces || ink || edges || box-decoration ]) but found 'foo'."
1526
1526
}
1527
1527
} ) ) ;
1528
1528
You can’t perform that action at this time.
0 commit comments