DescriptionEnhancement request to track progress of adding getElementsByClassName
support to Document & Elements.
Ideally, it would follow HTML5 semantics as closely as possible, although
this may be difficult for browsers that need use the XPath implementation
for performance.
There is also potentially a difference in behaviour if the lowest-overhead
implementation:
Safari XPath & browsers that implement getElementsByClassName natively will
return a live NodeList.
All other browsers will most likely have to return an array cast as a NodeList.
Patch Set 1 #
Total comments: 15
MessagesTotal messages: 7
|