mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
9f872d9aab
A NodeIterator rooted at some element cannot produce an element before that root. That is, in a DOM tree such as: <div id=one><div id=two><div id=three></div></div></div> If we create a NodeIterator rooted at element `three`, then invoking the previousNode() method on that iterator is guaranteed to return null. There was also a bug here where if we ever did enter the while() loop, we would have looped indefinitely, as we were not updating the current node. |
||
---|---|---|
.. | ||
ImageDecoder | ||
RequestServer | ||
WebContent | ||
WebDriver | ||
WebWorker |