DescriptionPull CSS-wide keyword handling out of LegacyCSSPropertyParser
This patch moves the handling for the css-wide keywords (initial,
inherit and unset) out of the LegacyCSSPropertyParser and into the
CSSPropertyParser where it can be parsed with CSSParserTokens. This
patch also adds an additional function between the public parseValue
and the internal parseValue.
Subsequent patches will make this new function also responsible for
handling CSS variables and calling out to parseSingleValue and
parseShorthand, instead of having these called from the legacy paths.
BUG=499780
Committed: https://crrev.com/f136c1136dce0cb6d28a83571edcb2fce835a18c
Cr-Commit-Position: refs/heads/master@{#361577}
Patch Set 1 #Patch Set 2 : #
Total comments: 2
Patch Set 3 : rebase over 1471933003 #
Total comments: 1
Patch Set 4 : rebase #
Messages
Total messages: 19 (6 generated)
|