ariaValueMax property
The ariaValueMax
property of the Element
interface reflects the
value of the
aria-valuemax
attribute, which defines the maximum allowed value for a range widget.
Implementation
external String? get ariaValueMax;
Implementation
external set ariaValueMax(String? value);