mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-19 07:49:05 +00:00
LibWeb: Run object representation steps on specified attribute updates
This commit is contained in:
parent
83cb35b60f
commit
1c2e7b1e47
Notes:
sideshowbarker
2024-07-17 01:55:35 +09:00
Author: https://github.com/srikavin
Commit: 1c2e7b1e47
Pull-request: https://github.com/SerenityOS/serenity/pull/16890
Reviewed-by: https://github.com/AtkinsSJ
2 changed files with 15 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue