ariaBrailleLabel property

String? get ariaBrailleLabel
inherited

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;
set ariaBrailleLabel (String? value)
inherited

Implementation

external set ariaBrailleLabel(String? value);