aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/css_positioning/understanding_z_index
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-31 07:48:41 -0400
committerGitHub <noreply@github.com>2021-07-31 19:48:41 +0800
commit17dbc4b436381a778fd2661efe729e8f3ee4ac6c (patch)
treef6660405619b8b2e413e55398dad9ad390d7a16e /files/zh-cn/web/css/css_positioning/understanding_z_index
parent81ae7cf946d4d81c114b436123137718b88824c2 (diff)
downloadtranslated-content-17dbc4b436381a778fd2661efe729e8f3ee4ac6c.tar.gz
translated-content-17dbc4b436381a778fd2661efe729e8f3ee4ac6c.tar.bz2
translated-content-17dbc4b436381a778fd2661efe729e8f3ee4ac6c.zip
remove link 'title' attributes that's just the 'href' (zh-cn, part 4) (#1797)
Diffstat (limited to 'files/zh-cn/web/css/css_positioning/understanding_z_index')
-rw-r--r--files/zh-cn/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html2
1 files changed, 1 insertions, 1 deletions
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
<li>{{cssxref("position")}} 值为 <code>fixed</code>(固定定位)或 <code>sticky</code>(粘滞定位)的元素(沾滞定位适配所有移动设备上的浏览器,但老的桌面浏览器不支持);</li>
<li>flex ({{cssxref("flexbox")}}) 容器的子元素,且 {{cssxref("z-index")}} 值不为 <code>auto</code>;</li>
<li>grid ({{cssxref("grid")}}) 容器的子元素,且 {{cssxref("z-index")}} 值不为 <code>auto</code>;</li>
- <li>{{cssxref("opacity")}} 属性值小于 <code>1</code> 的元素(参见 <a href="http://www.w3.org/TR/css3-color/#transparency" title="http://www.w3.org/TR/css3-color/#transparency">the specification for opacity</a>);</li>
+ <li>{{cssxref("opacity")}} 属性值小于 <code>1</code> 的元素(参见 <a href="http://www.w3.org/TR/css3-color/#transparency">the specification for opacity</a>);</li>
<li>{{cssxref("mix-blend-mode")}} 属性值不为 <code>normal</code> 的元素;</li>
<li>以下任意属性值不为 <code>none</code> 的元素:
<ul>