[Webkit-unassigned] [Bug 16759] bug 16758 regressed us on the Acid3

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 5 22:53:26 PST 2008


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





------- Comment #2 from ian at hixie.ch  2008-01-05 22:53 PDT -------
TreeWalkers are exclusively dependent on their currentNode (unlike Ranges,
which are dependent just on the Document/DocumentFragment/Attr they were
originally bound to). You can TreeWalk right from one Document to another, if
the Node in question is adopt()ed in between, for instance. You can similarly
keep walking even if the node is removed from the root and made an orphan, and
keep walking if the node is grafted above it, or whatever.


-- 
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