aboutsummaryrefslogtreecommitdiff
path: root/files/vi/web/api
diff options
context:
space:
mode:
Diffstat (limited to 'files/vi/web/api')
-rw-r--r--files/vi/web/api/htmlformelement/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/vi/web/api/htmlformelement/index.html b/files/vi/web/api/htmlformelement/index.html
index 1df37a6657..d80fb120a2 100644
--- a/files/vi/web/api/htmlformelement/index.html
+++ b/files/vi/web/api/htmlformelement/index.html
@@ -75,7 +75,7 @@ translation_of: Web/API/HTMLFormElement
<dl>
<dt><code><a href="/en-US/docs/Web/API/HTMLFormElement/reset_event">reset</a></code></dt>
- <dd><span style="display: none;"> </span>The <code>reset</code> event fires when a form is reset.<br>
+ <dd><span class="hidden"> </span>The <code>reset</code> event fires when a form is reset.<br>
Also available via the <code><a href="/en-US/docs/Web/API/GlobalEventHandlers/onreset">onreset</a></code> property.</dd>
<dt><code><a href="/en-US/docs/Web/API/HTMLFormElement/submit_event">submit</a></code></dt>
<dd>The <code>submit</code> event fires when a form is submitted.<br>