serenity icon indicating copy to clipboard operation
serenity copied to clipboard

LibWeb: Implement Document named properties with light caching

Open ADKaster opened this issue 2 years ago • 0 comments

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.

Fixes #22232

ADKaster avatar Feb 15 '24 21:02 ADKaster