<display-internal>
一些布局模型,例如 table
和 ruby
具有复杂的内部结构,具有他们的孩子和后代可以填充的几个不同的角色。此页面定义了那些“内部”显示值,这些值仅在该特定布局模式中具有意义。
语法
除非另有说明,否则使用这些显示值的元素的内部显示类型和外部显示类型都将设置为给定的关键字。
table-row-group
-
这些元素的行为类似于
<tbody>
HTML 元素。 table-header-group
-
这些元素的行为类似于
<thead>
HTML 元素。 -
这些元素的行为类似于
<tfoot>
HTML 元素。 table-row
-
这些元素的行为类似于
<tr>
HTML 元素。 table-cell
-
这些元素的行为类似于
<td>
HTML 元素。 table-column-group
-
这些元素的行为类似于
<colgroup>
HTML 元素。 table-column
-
这些元素的行为类似于
<col>
HTML 元素。 -
这些元素的行为类似于
<caption>
HTML 元素。 ruby-base
实验性-
这些元素的行为类似于
<rb>
HTML 元素。 ruby-text
实验性-
这些元素的行为类似于
<rt>
HTML 元素。 ruby-base-container
实验性-
这些元素的行为类似于
<rbc>
匿名框生成的 HTML 元素。 ruby-text-container
实验性-
这些元素的行为类似于
<rtc>
HTML 元素。
浏览器兼容性
css.properties.display.table-row-group
BCD tables only load in the browser
css.properties.display.table-header-group
BCD tables only load in the browser
css.properties.display.table-footer-group
BCD tables only load in the browser
css.properties.display.table-row
BCD tables only load in the browser
css.properties.display.table-cell
BCD tables only load in the browser
css.properties.display.table-column-group
BCD tables only load in the browser
css.properties.display.table-column
BCD tables only load in the browser
css.properties.display.table-caption
BCD tables only load in the browser
css.properties.display.ruby-base
BCD tables only load in the browser
css.properties.display.ruby-text
BCD tables only load in the browser
css.properties.display.ruby-base-container
BCD tables only load in the browser
css.properties.display.ruby-text-container
BCD tables only load in the browser