aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/learn/forms
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/learn/forms')
-rw-r--r--files/zh-cn/learn/forms/advanced_form_styling/index.html2
-rw-r--r--files/zh-cn/learn/forms/form_validation/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/learn/forms/advanced_form_styling/index.html b/files/zh-cn/learn/forms/advanced_form_styling/index.html
index 7add8a555f..57337e054e 100644
--- a/files/zh-cn/learn/forms/advanced_form_styling/index.html
+++ b/files/zh-cn/learn/forms/advanced_form_styling/index.html
@@ -464,5 +464,5 @@ option {
</ul>
<p>
- <audio style="display: none;"></audio>
+ <audio class="hidden"></audio>
</p>
diff --git a/files/zh-cn/learn/forms/form_validation/index.html b/files/zh-cn/learn/forms/form_validation/index.html
index 0cdfdd07f1..ba067365aa 100644
--- a/files/zh-cn/learn/forms/form_validation/index.html
+++ b/files/zh-cn/learn/forms/form_validation/index.html
@@ -846,7 +846,7 @@ addEvent(form, "submit", function () {
<li>jQuery 插件:
<ul>
<li><a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/" rel="external" title="http://bassistance.de/jquery-plugins/jquery-plugin-validation/">Validation</a></li>
- <li><a href="http://unwrongest.com/projects/valid8/" rel="external" title="http://unwrongest.com/projects/valid8/">Valid8</a><span style="display: none;"> </span></li>
+ <li><a href="http://unwrongest.com/projects/valid8/" rel="external" title="http://unwrongest.com/projects/valid8/">Valid8</a><span class="hidden"> </span></li>
</ul>
</li>
</ul>