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
commit 1c2e7b1e47
Notes: sideshowbarker 2024-07-17 01:55:35 +09:00
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) \