[Bug 21522] Restore hasAttributes()

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

Anne <annevk@annevk.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonas@sicking.cc

--- Comment #1 from Anne <annevk@annevk.nl> ---
.attributes was moved because it only returned something useful on Element.

.hasAttributes() was removed because you can check .attributes.length on
Element.

The perceived value of moving things around was to make the DOM more
JavaScript-y and less Java-prevent-casting-at-all-cost. If sicking wants this
restored however I'm happy to put it back in.

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

Received on Tuesday, 2 April 2013 14:57:09 UTC