mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibWeb/HTML: Implement HTMLIFrameElement.longDesc
This commit is contained in:
parent
d755a83c09
commit
45c2b1f62c
Notes:
github-actions[bot]
2024-08-13 10:50:19 +00:00
Author: https://github.com/jamierocks
Commit: 45c2b1f62c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1052
Reviewed-by: https://github.com/tcl3 ✅
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue