mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-14 12:37:29 +00:00
Previously, we were creating a user-agent shadow tree when constructing a layout tree. This meant that we did DOM manipulation (and consequently style invalidation) during layout tree construction, which made things very hard to reason about in Layout::TreeBuilder. Simply everything by simply creating the UA shadow tree when the input element inserted into a parent node instead.
10 KiB
10 KiB