diff options
Diffstat (limited to 'files/zh-cn/web/api/htmlelement')
-rw-r--r-- | files/zh-cn/web/api/htmlelement/input_event/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/htmlelement/input_event/index.html b/files/zh-cn/web/api/htmlelement/input_event/index.html index 12164b4ed4..f2921d53e2 100644 --- a/files/zh-cn/web/api/htmlelement/input_event/index.html +++ b/files/zh-cn/web/api/htmlelement/input_event/index.html @@ -154,5 +154,5 @@ function updateValue(e) { <p>此外,还有一个类似的 <code><a href="https://developer.mozilla.org/en-US/docs/Web/Reference/Events/change">change</a></code> 事件。change 触发的频率低于 <code>input</code> - 它只会在用户提交更改时触发。</p> <p> - <audio style="display: none;"></audio> + <audio class="hidden"></audio> </p> |