aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/css')
-rw-r--r--files/zh-cn/web/css/contain/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/css/contain/index.html b/files/zh-cn/web/css/contain/index.html
index 8b0f792e89..f9165400ef 100644
--- a/files/zh-cn/web/css/contain/index.html
+++ b/files/zh-cn/web/css/contain/index.html
@@ -34,7 +34,7 @@ translation_of: Web/CSS/contain
<pre class="brush: css notranslate">/* 关键词值 */
contain: none;
-/* 等价于 contain: layout style paint size */
+/* 等价于 contain: layout paint size */
contain: strict;
/* 等价于 contain: layout paint W3C链接: https://www.w3.org/TR/css-contain-2/#valdef-contain-content*/