ladybird/Libraries/LibWeb/HTML/CustomElements
Andreas Kling ca08d5a901 LibWeb: Move custom state set invalidation into the helper
CustomStateSet directly selected the style invalidation reason used when
its JS-visible set is modified. Move that mapping into
CSS::Invalidation::CustomElementInvalidator.

This keeps the custom-state container focused on its set contents while
CSS invalidation owns the style work required by :state() selectors.
2026-04-29 15:47:23 +02:00
..
CustomElementDefinition.cpp
CustomElementDefinition.h LibWeb: Order connectedMoveCallback before adoptedCallback 2026-04-12 18:13:09 +02:00
CustomElementName.cpp
CustomElementName.h
CustomElementReactionNames.cpp
CustomElementReactionNames.h
CustomElementReactionsStack.h LibWeb: Use weak references in the custom elements reaction stack 2025-12-25 20:21:37 +01:00
CustomElementRegistry.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
CustomElementRegistry.h LibWeb: Implement scoped custom element registries 2026-03-27 19:49:55 +00:00
CustomElementRegistry.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
CustomStateSet.cpp LibWeb: Move custom state set invalidation into the helper 2026-04-29 15:47:23 +02:00
CustomStateSet.h LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
CustomStateSet.idl