DescriptionMove rolling back badly parsed property to CSSPropertyParser::parseValue
When CSSPropertyParser::parseValue fails, we sometimes have already
yielded property/value pairs (e.g. when parsing shorthands). In this
case we roll back any yielded values. This patch moves the logic for this
to CSSPropertyParser since this is a better fit for it and makes the
parseValue interface more sensible.
BUG=404023
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183879
Patch Set 1 #
Messages
Total messages: 16 (7 generated)
|