HTMLTableElement: rules-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.rules-Eigenschaft gibt an, welche Zellgrenzen in der Tabelle gerendert werden sollen.
Wert
Einer der folgenden:
Beispiele
js
// Turn on all the internal borders of a table
const t = document.getElementById("TableID");
t.rules = "all";
Spezifikationen
| Spezifikation |
|---|
| HTML> # dom-table-rules> |