[Webkit-unassigned] [Bug 17461] querySelectorAll doesn't return correct nodes when using element in element patterns

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 20 15:53:18 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17461


annevankesteren+webkit at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |annevankesteren+webkit at gmail
                   |                            |.com




------- Comment #2 from annevankesteren+webkit at gmail.com  2008-02-20 15:53 PDT -------
I'd mark this INVALID, but can't.

Anyway, selectors are always matched agains the document element. However, for
calls on element nodes all nodes not part of the sub tree of that element node
are filtered out. This is why you end up with 4 and not 1 or 5.


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



More information about the webkit-unassigned mailing list