DescriptionFix small bugs in new CSS Property parser
Fix small bugs in new CSS Property parser:
- for flex and -webkit-columns, reject whitespace only values.
- for will-change, fix roundtripping by generating a CSSPrimitiveValue.
- for counter-increment, serialize using space separated lists and integer type [1].
- for cursor, require a keyword after the comma.
Add various test for these fixes.
BUG=568435
[1] https://drafts.csswg.org/css-lists-3/#counter-properties
Committed: https://crrev.com/a20f0a89a92c3e94cd35a4026fafd5653bd6b43b
Cr-Commit-Position: refs/heads/master@{#368028}
Patch Set 1 #Patch Set 2 : V2 #Patch Set 3 : V3 #Patch Set 4 : V4 #
Total comments: 6
Patch Set 5 : Address review comments #Messages
Total messages: 12 (5 generated)
|