DescriptionCSSStyleDeclaration.cssFloat is not enumerated property
Whenver we try to get the value of the property cssFloat (style.cssFloat),
it is found and gets evaluated to none, however it is not part of the
enumerated properties of CSSStyleDeclaration. This patch changes the same.
It also fixes the below:
Blink and Webkit supports non-standard behaviour e.g.
getComputedStyle(e).cssBoxShadow. It's suspected that a very few
(or none at all) use this. Earlier we had added an useCounter for all
non-standard cssX queries [[https://codereview.chromium.org/621283002]
but now one of the cases getComputedStyle(e).cssFloat is being specced,
so we should really only be counting when it isn't cssFloat. This CL
modifies the same.
BUG=492999, 413205
Patch Set 1 #Patch Set 2 : Incorporate review comments #
Total comments: 2
Patch Set 3 : Added test #
Messages
Total messages: 10 (1 generated)
|