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