LibWeb/HTML: Implement HTMLIFrameElement.longDesc

This commit is contained in:
Jamie Mansfield 2024-08-12 20:13:28 +01:00 committed by Tim Ledbetter
commit 45c2b1f62c
Notes: github-actions[bot] 2024-08-13 10:50:19 +00:00

View file

@ -26,7 +26,7 @@ interface HTMLIFrameElement : HTMLElement {
[CEReactions, Reflect] attribute DOMString align;
[CEReactions, Reflect] attribute DOMString scrolling;
[CEReactions, Reflect=frameborder] attribute DOMString frameBorder;
[FIXME, CEReactions] attribute USVString longDesc;
[CEReactions, Reflect=longdesc] attribute USVString longDesc;
[CEReactions, LegacyNullToEmptyString, Reflect=marginheight] attribute DOMString marginHeight;
[CEReactions, LegacyNullToEmptyString, Reflect=marginwidth] attribute DOMString marginWidth;