Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
V0137: The abbr attribute is not defined directly on the HTMLTableHeaderCellElement interface
The specification states:
-
4.9.10 The th element ... DOM interface: interface HTMLTableHeaderCellElement : HTMLTableCellElement { ... attribute DOMString abbr; };
EdgeHTML Mode
The abbr
attribute is not
defined directly on the HTMLTableHeaderCellElement
interface. Instead, it is abstracted to the base class HTMLTableCellElement
.