ariaRowSpan property
The ariaRowSpan
property of the Element
interface reflects the
value of the
aria-rowspan
attribute, which defines the number of rows spanned by a cell or gridcell
within a table, grid, or treegrid.
Implementation
external String? get ariaRowSpan;
Implementation
external set ariaRowSpan(String? value);