ladybird/Libraries/LibWeb/HTML/CustomElements
Timothy Flynn 0efa98a57a LibJS+LibWeb+WebContent: Port JS::PropertyKey to UTF-16
This has quite a lot of fall out. But the majority of it is just type or
UDL substitution, where the changes just fall through to other function
calls.

By changing property key storage to UTF-16, the main affected areas are:
* NativeFunction names must now be UTF-16
* Bytecode identifiers must now be UTF-16
* Module/binding names must now be UTF-16
2025-08-05 07:07:15 -04:00
..
CustomElementDefinition.cpp
CustomElementDefinition.h
CustomElementName.cpp LibWeb/HTML: Allow more characters in custom element names 2025-07-08 17:08:39 +01:00
CustomElementName.h LibWeb/HTML: Allow more characters in custom element names 2025-07-08 17:08:39 +01:00
CustomElementReactionNames.cpp
CustomElementReactionNames.h LibWeb: Implement 'State-preserving atomic move integration' 2025-04-26 08:45:37 -06:00
CustomElementReactionsStack.h
CustomElementRegistry.cpp LibJS+LibWeb+WebContent: Port JS::PropertyKey to UTF-16 2025-08-05 07:07:15 -04:00
CustomElementRegistry.h
CustomElementRegistry.idl Meta: Disallow links to single-page HTML spec 2025-02-05 16:04:50 -07:00
CustomStateSet.cpp LibWeb: Add CustomStateSet IDL type 2025-07-04 18:10:28 +01:00
CustomStateSet.h LibWeb: Add CustomStateSet IDL type 2025-07-04 18:10:28 +01:00
CustomStateSet.idl LibWeb: Add CustomStateSet IDL type 2025-07-04 18:10:28 +01:00