ch property
String
get
ch
The ch
property of the HTMLTableSectionElement interface does
nothing. It reflects the char
attribute of the section element.
Note: This property was designed to participate to the ability to align table cell content on a specific character (typically the decimal point), but was never implemented by browsers.
To achieve such alignment, watch for the support of a string value with the CSS property.
Implementation
external String get ch;
set
ch
(String value)
Implementation
external set ch(String value);