ariaLevel property
String?
get
ariaLevel
The ariaLevel
property of the Element interface reflects the value
of the aria-level
attribute, which defines the hierarchical level of an
element within a structure.
Note: Where possible use an HTML
h1
or other correct heading level as these have built in semantics and do not require ARIA attributes.
Implementation
external String? get ariaLevel;
set
ariaLevel
(String? value)
Implementation
external set ariaLevel(String? value);