LibWeb/HTML: Implement HTMLImageElement.longDesc

This commit is contained in:
Jamie Mansfield 2024-08-12 20:13:47 +01:00 committed by Tim Ledbetter
commit 77a30bad9f
Notes: github-actions[bot] 2024-08-13 10:50:14 +00:00

View file

@ -34,7 +34,7 @@ interface HTMLImageElement : HTMLElement {
[CEReactions, Reflect] attribute DOMString align;
[CEReactions, Reflect] attribute unsigned long hspace;
[CEReactions, Reflect] attribute unsigned long vspace;
[FIXME, CEReactions] attribute USVString longDesc;
[CEReactions, Reflect=longdesc] attribute USVString longDesc;
[CEReactions, LegacyNullToEmptyString, Reflect] attribute DOMString border;