[Bug 21986] Element.attributes needs to have a named getter

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21986

--- Comment #8 from Philip Jägenstedt <philipj@opera.com> ---
Unfortunately it currently doesn't seem possibly to count access to the
interface object itself (e.g. using x instanceof NamedNodeMap) so I can't tell
if changing it is safe. It seems fairly likely to be safe, though.

Anyway, the use counters have landed now, data will show up here:

NamedNodeMapGetNamedItem:
http://www.chromestatus.com/metrics/feature/timeline/popularity/306
NamedNodeMapSetNamedItem:
http://www.chromestatus.com/metrics/feature/timeline/popularity/307
NamedNodeMapRemoveNamedItem:
http://www.chromestatus.com/metrics/feature/timeline/popularity/308
NamedNodeMapItem:
http://www.chromestatus.com/metrics/feature/timeline/popularity/309
NamedNodeMapGetNamedItemNS:
http://www.chromestatus.com/metrics/feature/timeline/popularity/310
NamedNodeMapSetNamedItemNS:
http://www.chromestatus.com/metrics/feature/timeline/popularity/311
NamedNodeMapRemoveNamedItemNS:
http://www.chromestatus.com/metrics/feature/timeline/popularity/312

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 25 March 2014 18:28:37 UTC