DOM tree accessors

3.2.4 DOM tree accessors
...
document.embeds
document.plugins
"The embeds attribute must return an HTMLCollection rooted at the 
Document node, whose filter matches only embed elements."
"The plugins attribute must return the same object as that returned by 
the embeds attribute."

This list of accessors should be expanded to include other similar 
reasonable named collections.
Collections for  <object>, <iframe>, <video>, <audio>, and other 
active items are of similar interest and utility.

How about giving a collection in terms of browsing context
document.contexts
to give me a list of source and decendent context names?

Thank You and Best Regards,
Joe 

Received on Tuesday, 16 June 2009 07:11:02 UTC