1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 20:17:44 +00:00

LibWeb: Run object representation steps on specified attribute updates

This commit is contained in:
Srikavin Ramkumar 2023-01-07 23:37:42 +05:30 committed by Andreas Kling
parent 83cb35b60f
commit 1c2e7b1e47
2 changed files with 15 additions and 1 deletions

View file

@ -39,6 +39,7 @@ namespace AttributeNames {
__ENUMERATE_HTML_ATTRIBUTE(checked) \
__ENUMERATE_HTML_ATTRIBUTE(cite) \
__ENUMERATE_HTML_ATTRIBUTE(class_) \
__ENUMERATE_HTML_ATTRIBUTE(classid) \
__ENUMERATE_HTML_ATTRIBUTE(clear) \
__ENUMERATE_HTML_ATTRIBUTE(code) \
__ENUMERATE_HTML_ATTRIBUTE(codetype) \