mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibWeb: Add HTMLImageElement lowsrc obsolete property
This commit is contained in:
parent
d1fad9869b
commit
4712f53dd7
Notes:
github-actions[bot]
2024-08-13 12:09:30 +00:00
Author: https://github.com/bplaat
Commit: 4712f53dd7
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1058
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue