From 65cc6eabd71b1bceccf6fd3d3d4970c2955f3784 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 10 Dec 2020 08:37:18 -0500 Subject: dump 2020-12-10 --- files/zh-cn/web/guide/css/block_formatting_context/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/web/guide/css') diff --git a/files/zh-cn/web/guide/css/block_formatting_context/index.html b/files/zh-cn/web/guide/css/block_formatting_context/index.html index 04ccc3bedb..740c8186d5 100644 --- a/files/zh-cn/web/guide/css/block_formatting_context/index.html +++ b/files/zh-cn/web/guide/css/block_formatting_context/index.html @@ -22,7 +22,7 @@ translation_of: Web/Guide/CSS/Block_formatting_context
  • 表格单元格(元素的 {{ cssxref("display") }} 为 table-cell,HTML表格单元格默认为该值)
  • 表格标题(元素的 {{ cssxref("display") }} 为 table-caption,HTML表格标题默认为该值)
  • 匿名表格单元格元素(元素的 {{ cssxref("display") }} 为 tabletable-row、 table-row-grouptable-header-grouptable-footer-group(分别是HTML table、row、tbody、thead、tfoot 的默认属性)或 inline-table
  • -
  • {{ cssxref("overflow") }} 值不为 visible 的块元素
  • +
  • {{ cssxref("overflow") }} 计算值(Computed)不为 visible 的块元素
  • {{ cssxref("display") }} 值为 flow-root 的元素
  • {{ cssxref("contain") }} 值为 layoutcontent paint 的元素
  • 弹性元素({{ cssxref("display") }} 为 flex 或 inline-flex 元素的直接子元素)
  • -- cgit v1.2.3-54-g00ecf