DescriptionFix setting shape-outside: none
The CSS parser and CSSComputedStyleDeclaration use the none keyword for the
shape-outside property. CSSAnimatableValueFactory and StyleBuilderFunctions
treat the same shape value as the auto keyword.
The effect of this is that the none shape value is never applied.
According to the spec we should be using the none keyword.
http://dev.w3.org/csswg/css-shapes-1/#shape-outside-property
BUG=378071
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=174936
Patch Set 1 #
Messages
Total messages: 15 (0 generated)
|