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
CustomElementName.cpp
CustomElementName.h
CustomElementReactionNames.cpp
CustomElementReactionNames.h
CustomElementReactionsStack.h
CustomElementRegistry.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
CustomElementRegistry.h
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