DescriptionRemove support of nonstandard 'CSSValueCenter' property value for
floated element
Blink supports nonstandard 'CSSValueCenter' property for floated elements
whose behavior is similar to'CSSValueNone'.
Issue is CSSParserFastPaths allowing 'center' and CSSPrimitiveValueMappings
handling it like 'none'.
As per CSS cascading rule, if two declarations have the same weight,
origin and specificity the latter specified wins.
So, 'center' is overriding previously applied value of float property.
As per spec [1], float property doesn't support 'center' value.
So, Blink should stop supporting it.
[1] http://dev.w3.org/csswg/css-box-3/#float
BUG=470633
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=192839
Patch Set 1 #
Total comments: 4
Patch Set 2 : Patch for landing #
Total comments: 2
Patch Set 3 : #Patch Set 4 : #
Messages
Total messages: 18 (6 generated)
|