DescriptionClean up CSSPropertyParser
Clean up CSSPropertyParser by:
- removing the !id checks before calling validUnit. We
do this inconsistently so better take one approach. Since
invalid CSS properties should be the exception, I'd expect
this way to be more efficient.
- group some CSS properties that end up calling the same code.
BUG=404023
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194639
Patch Set 1 #Patch Set 2 : Fix some errors #Patch Set 3 : Add some SVG props to the fun #Messages
Total messages: 7 (3 generated)
|