The HTMLTableElement.summary
property represents the table description.
SyntaxEdit
HTMLTableElement.summary = string; var string = HTMLTableElement.summary;
ExampleEdit
HTMLTableElement.summary = "Usage statistics";
SpecificationEdit
- W3C DOM 2 HTML Specification