DescriptionDon't support mixed dashed/camel-cased CSS property names
CSSStyleDeclaration's custom getter and setter support property names that
are either dashed ("border-top-width") or camel-cased ("borderTopWidth")
but shouldn't support names that are both (such as "border-topWidth".)
BUG=334562
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165331
Patch Set 1 #
Messages
Total messages: 8 (0 generated)
|