mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:17:44 +00:00
LibWeb: Implement custom element name validation
This commit is contained in:
parent
149e442c24
commit
f2dd878fe7
3 changed files with 92 additions and 0 deletions
|
@ -209,6 +209,7 @@ set(SOURCES
|
|||
HTML/CORSSettingAttribute.cpp
|
||||
HTML/CrossOrigin/AbstractOperations.cpp
|
||||
HTML/CrossOrigin/Reporting.cpp
|
||||
HTML/CustomElements/CustomElementName.cpp
|
||||
HTML/DOMParser.cpp
|
||||
HTML/DOMStringMap.cpp
|
||||
HTML/ErrorEvent.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue