ariaValueText property
The ariaValueText property of the Element interface reflects the
value of the
aria-valuetext
attribute, which defines the human-readable text alternative of
aria-valuenow for a range widget.
Implementation
external String? get ariaValueText;
Implementation
external set ariaValueText(String? value);