🏠 New in Low Baseline Support: display: table

July 29, 2015

caniuse · mdn · spec

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