Skip to content

Commit 77a30ba

Browse files
jamierockstcl3
authored andcommitted
LibWeb/HTML: Implement HTMLImageElement.longDesc
1 parent 45c2b1f commit 77a30ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Userland/Libraries/LibWeb/HTML/HTMLImageElement.idl

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ interface HTMLImageElement : HTMLElement {
3434
[CEReactions, Reflect] attribute DOMString align;
3535
[CEReactions, Reflect] attribute unsigned long hspace;
3636
[CEReactions, Reflect] attribute unsigned long vspace;
37-
[FIXME, CEReactions] attribute USVString longDesc;
37+
[CEReactions, Reflect=longdesc] attribute USVString longDesc;
3838

3939
[CEReactions, LegacyNullToEmptyString, Reflect] attribute DOMString border;
4040

0 commit comments

Comments
 (0)