LibWeb: Add HTMLImageElement lowsrc obsolete property

This commit is contained in:
Bastiaan van der Plaat 2024-08-13 13:08:18 +02:00 committed by Andreas Kling
commit 4712f53dd7
Notes: github-actions[bot] 2024-08-13 12:09:30 +00:00
2 changed files with 2 additions and 1 deletions

View file

@ -30,7 +30,7 @@ interface HTMLImageElement : HTMLElement {
// Obsolete
[CEReactions, Reflect] attribute DOMString name;
[FIXME, CEReactions] attribute USVString lowsrc;
[CEReactions, Reflect] attribute USVString lowsrc;
[CEReactions, Reflect] attribute DOMString align;
[CEReactions, Reflect] attribute unsigned long hspace;
[CEReactions, Reflect] attribute unsigned long vspace;