[Webkit-unassigned] [Bug 59461] WebKitDOMNodeList's internal order is modified when iterating it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 26 09:27:41 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=59461


Sam Weinig <sam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at webkit.org




--- Comment #2 from Sam Weinig <sam at webkit.org>  2011-04-26 09:27:42 PST ---
This is how NodeLists work in the DOM.  The ones returned from getElementsByClassName are live (http://www.whatwg.org/specs/web-apps/current-work/#dom-document-getelementsbyclassname) (meaning they update due to DOM modifications) while the ones returned from querySelectorAll (http://www.w3.org/TR/selectors-api/#queryselectorall) are static.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list