DescriptionUnify handling of <color> for SVG/non-SVG properties
Stop resolving system colors and "basic" named colors at parse time, and
instead resolve them when resolving style.
Implementation-wise this means getting rid of
CSSPropertyParser::parseSVGColor in favor of parseColor, and similarly
get rid of convertSVGColor in favor of convertColor on the style
resolver side.
Changes behavior for "basic" color names and system colors (as well as
some proprietary/internal keywords). New behavior matches Gecko.
BUG=370830, 505410
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=198199
Patch Set 1 #Patch Set 2 : More expectation changes. #Patch Set 3 : Rebase #Messages
Total messages: 6 (2 generated)
|