🏠 New in High Baseline Support: display: table
September 24, 2022
The display: table CSS declaration renders an element with the box layout of a <table> HTML element. Child elements may use equivalents to <table> internal elements such as display: table-row for <tr>.
Source features
css.properties.display.table[mdn]css.properties.display.table-cell[mdn]css.properties.display.table-column[mdn]css.properties.display.table-column-group[mdn]css.properties.display.table-footer-group[mdn]css.properties.display.table-header-group[mdn]css.properties.display.table-row[mdn]css.properties.display.table-row-group[mdn]css.properties.display.inline-table[mdn]css.properties.display.table-caption[mdn]