ariaBrailleLabel property
The ariaBrailleLabel
property of the Element
interface reflects
the value of the
aria-braillelabel
attribute, which defines the ARIA braille label of the element.
This element label may be used by assistive technologies that can present
content in braille, but should only be set if a braille-specific label
would improve the user experience.
The
aria-braillelabel
contains additional information about when the property should be set.
Implementation
external String? get ariaBrailleLabel;
Implementation
external set ariaBrailleLabel(String? value);