Closed Bug 552306 Opened 14 years ago Closed 14 years ago

add getElementsByAttribute to any Element node not just XulElement nodes

Categories

(Core :: DOM: Core & HTML, enhancement)

x86
macOS
enhancement
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: georg, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.9pre) Gecko/20100313 SeaMonkey/2.0.4pre
Build Identifier: 

On XulElement nodes there is a very useful method called getElementsByAttribute, which I would like to use on any Element node independent of whether being member of a XUL document or not.

If I parse xml files using XMLSerializer I would like to have this method on any Element, because I very often search for elements identified by attributes.

Reproducible: Always
You can already use document.querySelectorAll('[attr="value"]') and document.querySelectorAll('[attr]'). We really shouldn't expose proprietary extensions if there is a standardized alternative.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.