Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
| table-layout |
auto
Elements with a display value of table or inline-table
No
Same as declared value
Defines whether a table element should be laid out using an automatic layout algorithm or a fixed-layout algorithm. The benefit of the automatic algorithm is that it’s more like what authors are used to from more than a decade of browser behavior. The fixed-layout algorithm is theoretically faster and more predictable.
table.data {table-display: fixed;}
table.directory {table-display: auto;}