DescriptionAlign color keyword handling in CSSParserFastPaths with CSSPropertyParser
Previously there has been some discrepancies between
CSSParserFastPaths::parseColor and CSSPropertyParser::parseColor with
regards which color keywords they accept, and whether they do so in
quirks mode or not. Use the same sequence of isColorKeyword and
isValueAllowedInMode in both places to try to prevent that happening
(again.)
BUG=505410
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=199021
Patch Set 1 #
Total comments: 1
Messages
Total messages: 6 (2 generated)
|