aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/svg
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-02-25 08:31:36 -0500
committerPeter Bengtsson <mail@peterbe.com>2021-02-25 08:31:36 -0500
commit97065b2e68dd8768dc1ea092c893c57ebe205026 (patch)
tree11bf4a1114c543989c24c7a801ba379b2c20a30c /files/zh-cn/web/svg
parentd1794f6b276285489b417053507f432a14be31df (diff)
downloadtranslated-content-97065b2e68dd8768dc1ea092c893c57ebe205026.tar.gz
translated-content-97065b2e68dd8768dc1ea092c893c57ebe205026.tar.bz2
translated-content-97065b2e68dd8768dc1ea092c893c57ebe205026.zip
use class="hidden" not style="display:none"
Diffstat (limited to 'files/zh-cn/web/svg')
-rw-r--r--files/zh-cn/web/svg/applying_svg_effects_to_html_content/index.html2
-rw-r--r--files/zh-cn/web/svg/attribute/fx/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/svg/applying_svg_effects_to_html_content/index.html b/files/zh-cn/web/svg/applying_svg_effects_to_html_content/index.html
index 5ba1fd3b42..a9f4d59fba 100644
--- a/files/zh-cn/web/svg/applying_svg_effects_to_html_content/index.html
+++ b/files/zh-cn/web/svg/applying_svg_effects_to_html_content/index.html
@@ -185,7 +185,7 @@ pre.target:hover { filter:url(#f3); }
<p>{{EmbedLiveSample('Example_Filtering', 650, 200)}}</p>
-<p style="display: none;"><a class="button liveSample" href="/files/3329/filterdemo.xhtml">View this example live</a></p>
+<p class="hidden"><a class="button liveSample" href="/files/3329/filterdemo.xhtml">View this example live</a></p>
<h3 id="例子_Blurred_Text">例子: Blurred Text</h3>
diff --git a/files/zh-cn/web/svg/attribute/fx/index.html b/files/zh-cn/web/svg/attribute/fx/index.html
index 20f6861f37..9a7a0d2e91 100644
--- a/files/zh-cn/web/svg/attribute/fx/index.html
+++ b/files/zh-cn/web/svg/attribute/fx/index.html
@@ -70,5 +70,5 @@ translation_of: Web/SVG/Attribute/fx
</ul>
<p>
- <audio style="display: none;"> </audio>
+ <audio class="hidden"> </audio>
</p>