1
Fork 0
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:
Srikavin Ramkumar 2023-03-23 04:27:18 -04:00 committed by Tim Flynn
parent 149e442c24
commit f2dd878fe7
3 changed files with 92 additions and 0 deletions

View file

@ -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