DescriptionTreat marker like a real shorthand for initial and inherit
Setting the SVG CSS property "marker" to initial or inherit would
hit an ASSERT in StyleBuilder::applyProperty().
Because marker is not handled by shorthandForProperty() despite it being
a shorthand property it leaks into the style declaration without
expansion due to special case handling of initial and inherit in
CSSPropertyParser::parseValue().
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184427
Patch Set 1 #Patch Set 2 : Rebased #Patch Set 3 : Shorthand change #
Messages
Total messages: 13 (3 generated)
|