ariaBrailleRoleDescription property
The ariaBrailleRoleDescription
property of the Element
interface
reflects the value of the
aria-brailleroledescription
attribute, which defines the ARIA braille role description of the element.
This property may be used to provide an abbreviated version of the
aria-roledescription
value.
It should only be used if aria-roledescription
is present and in the
rare case where it is is too verbose for braille.
The
aria-brailleroledescription
contains additional information about when the property should be set.
Implementation
external String? get ariaBrailleRoleDescription;
Implementation
external set ariaBrailleRoleDescription(String? value);