diff options
Diffstat (limited to 'files/zh-cn/web/api/htmlselectelement/remove')
-rw-r--r-- | files/zh-cn/web/api/htmlselectelement/remove/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/htmlselectelement/remove/index.html b/files/zh-cn/web/api/htmlselectelement/remove/index.html index 6cb7046a6e..f19cc16900 100644 --- a/files/zh-cn/web/api/htmlselectelement/remove/index.html +++ b/files/zh-cn/web/api/htmlselectelement/remove/index.html @@ -90,5 +90,5 @@ sel.remove(1); </ul> <p> - <audio style="display: none;"></audio> + <audio class="hidden"></audio> </p> |