1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-02 03:02:07 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Andrew Kaster
94149db073 LibWeb: Implement Document named properties with light caching
We now cache potentially named elements on the Document when elements
are inserted and removed. This allows us to do lookup of what names are
supported much faster than if we had to iterate the tree every time.

This first cut doesn't implement the rules for 'exposed' object and
embed elements.
2024-02-16 16:18:31 -05:00