longDesc property

String get longDesc

The deprecated property longDesc on the HTMLImageElement interface specifies the URL of a text or HTML file which contains a long-form description of the image. This can be used to provide optional added details beyond the short description provided in the title attribute.

Implementation

external String get longDesc;
set longDesc (String value)

Implementation

external set longDesc(String value);