LibWeb: Add URL reflection to obsolete HTMLImageElement lowsrc property

This commit is contained in:
Bastiaan van der Plaat 2024-08-17 11:35:35 +02:00 committed by Tim Ledbetter
commit f2034270f1
Notes: github-actions[bot] 2024-08-17 16:32:07 +00:00
3 changed files with 5 additions and 1 deletions

View file

@ -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;