mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 12:49:08 +00:00
For example, on https://html.spec.whatwg.org, there are hundreds of thousands of nodes. This method is invoked as each node is inserted. Traversing the entire tree each time takes a prohibitively long time, so let's bail early when we know the operation is a no-op.
7.3 KiB
7.3 KiB