mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:47:44 +00:00
LibWeb: Introduce CustomElementRegistry and creating custom elements
The main missing feature here is form associated custom elements.
This commit is contained in:
parent
083b547e97
commit
034aaf3f51
38 changed files with 1747 additions and 143 deletions
|
@ -215,6 +215,8 @@ set(SOURCES
|
|||
HTML/CrossOrigin/AbstractOperations.cpp
|
||||
HTML/CrossOrigin/Reporting.cpp
|
||||
HTML/CustomElements/CustomElementName.cpp
|
||||
HTML/CustomElements/CustomElementReactionNames.cpp
|
||||
HTML/CustomElements/CustomElementRegistry.cpp
|
||||
HTML/DOMParser.cpp
|
||||
HTML/DOMStringMap.cpp
|
||||
HTML/ErrorEvent.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue