abbr property
The abbr property of the HTMLTableCellElement interface
indicates an abbreviation associated with the cell. If the cell does not
represent a header cell th, it is ignored.
It reflects the abbr attribute of the th element.
Note: this property doesn't have a visual effect in browsers. It adds information to help assistive technology like screenreaders that can use this abbreviation
Implementation
external String get abbr;
Implementation
external set abbr(String value);