<display-internal>

一些布局模型,例如 tableruby具有复杂的内部结构,具有他们的孩子和后代可以填充的几个不同的角色。此页面定义了那些“内部”显示值,这些值仅在该特定布局模式中具有意义。

语法

除非另有说明,否则使用这些显示值的元素的内部显示类型和外部显示类型都将设置为给定的关键字。

table-row-group

这些元素的行为类似于<tbody>HTML 元素。

table-header-group

这些元素的行为类似于<thead>HTML 元素。

这些元素的行为类似于<tfoot>HTML 元素。

table-row

这些元素的行为类似于<tr>HTML 元素。

table-cell

这些元素的行为类似于<td> (en-US)HTML 元素。

table-column-group

这些元素的行为类似于<colgroup>HTML 元素。

table-column

这些元素的行为类似于<col>HTML 元素。

table-caption

这些元素的行为类似于<caption>HTML 元素。

ruby-base 实验性

这些元素的行为类似于<rb>HTML 元素。

ruby-text 实验性

这些元素的行为类似于<rt>HTML 元素。

ruby-base-container 实验性

这些元素的行为类似于<rbc>匿名框生成的 HTML 元素。

ruby-text-container 实验性

这些元素的行为类似于<rtc>HTML 元素。

浏览器兼容性

css.properties.display.table_values

BCD tables only load in the browser

css.properties.display.ruby_values

BCD tables only load in the browser

参见