HTMLTableElement: summary-Eigenschaft
Deprecated
Avoid using this feature in new projects. Some table styling attributes have no effect. They are superseded by CSS. This feature may be a candidate for removal from web standards or browsers.>
Die HTMLTableElement.summary-Eigenschaft repräsentiert die
Tabellenbeschreibung.
Wert
Ein String.
Beispiele
js
HTMLTableElement.summary = "Usage statistics";
Spezifikationen
| Spezifikation |
|---|
| HTML> # dom-table-summary> |