mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Run object representation steps on specified attribute updates
This commit is contained in:
committed by
Andreas Kling
parent
83cb35b60f
commit
1c2e7b1e47
Notes:
sideshowbarker
2024-07-17 01:55:35 +09:00
Author: https://github.com/srikavin Commit: https://github.com/SerenityOS/serenity/commit/1c2e7b1e47 Pull-request: https://github.com/SerenityOS/serenity/pull/16890 Reviewed-by: https://github.com/AtkinsSJ
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user