From 17dbc4b436381a778fd2661efe729e8f3ee4ac6c Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Sat, 31 Jul 2021 07:48:41 -0400 Subject: remove link 'title' attributes that's just the 'href' (zh-cn, part 4) (#1797) --- .../understanding_z_index/the_stacking_context/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/web/css/css_positioning') diff --git a/files/zh-cn/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html b/files/zh-cn/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html index aa1da710e2..02fde53b5b 100644 --- a/files/zh-cn/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html +++ b/files/zh-cn/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html @@ -26,7 +26,7 @@ original_slug: Web/Guide/CSS/Understanding_z_index/The_stacking_context
  • {{cssxref("position")}} 值为 fixed(固定定位)或 sticky(粘滞定位)的元素(沾滞定位适配所有移动设备上的浏览器,但老的桌面浏览器不支持);
  • flex ({{cssxref("flexbox")}}) 容器的子元素,且 {{cssxref("z-index")}} 值不为 auto
  • grid ({{cssxref("grid")}}) 容器的子元素,且 {{cssxref("z-index")}} 值不为 auto
  • -
  • {{cssxref("opacity")}} 属性值小于 1 的元素(参见 the specification for opacity);
  • +
  • {{cssxref("opacity")}} 属性值小于 1 的元素(参见 the specification for opacity);
  • {{cssxref("mix-blend-mode")}} 属性值不为 normal 的元素;
  • 以下任意属性值不为 none 的元素: