mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 15:19:42 +00:00
LibWeb: Add URL reflection to obsolete HTMLImageElement lowsrc property
This commit is contained in:
parent
1369fc5069
commit
f2034270f1
Notes:
github-actions[bot]
2024-08-17 16:32:07 +00:00
Author: https://github.com/bplaat
Commit: f2034270f1
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1099
Reviewed-by: https://github.com/tcl3 ✅
3 changed files with 5 additions and 1 deletions
|
@ -30,7 +30,7 @@ interface HTMLImageElement : HTMLElement {
|
|||
|
||||
// Obsolete
|
||||
[CEReactions, Reflect] attribute DOMString name;
|
||||
[CEReactions, Reflect] attribute USVString lowsrc;
|
||||
[CEReactions, Reflect, URL] attribute USVString lowsrc;
|
||||
[CEReactions, Reflect] attribute DOMString align;
|
||||
[CEReactions, Reflect] attribute unsigned long hspace;
|
||||
[CEReactions, Reflect] attribute unsigned long vspace;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue