DescriptionAdd UseCounters for certain properties on CSSStyleDeclaration
Blink/WebKit/IE supports properties on CSSStyleDeclaration that are
the literal names of the CSS properties, for instance
style['font-face']. This is not supported in Gecko/Presto.
To measure usage on the Web, introduce two counters: one for the
dashed properties and one for the non-'css'-prefixed 'float' property
which hasn't been part of the specification.
BUG=290055
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=160934
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|