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