mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibWeb: Use [Reflect] to implement HTMLImageElement.decoding
This ensures the correct behavior when the value of the `decoding` attribute is changed with `setAttribute()`.
This commit is contained in:
parent
0d635100c4
commit
e176871fdf
Notes:
github-actions[bot]
2024-11-26 21:57:24 +00:00
Author: https://github.com/tcl3
Commit: e176871fdf
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2597
Reviewed-by: https://github.com/gmta ✅
4 changed files with 15 additions and 40 deletions
|
@ -60,6 +60,7 @@ namespace AttributeNames {
|
|||
__ENUMERATE_HTML_ATTRIBUTE(data) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(datetime) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(declare) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(decoding) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(default_) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(defaultchecked) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(defaultselected) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue