HTMLTableElement: summary プロパティ
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.>
HTMLTableElement.summary プロパティは表の説明を表します。
値
文字列です。
例
js
HTMLTableElement.summary = "Usage statistics";
仕様書
| 仕様書 |
|---|
| HTML> # dom-table-summary> |