diff options
Diffstat (limited to 'files/uk/web/api')
-rw-r--r-- | files/uk/web/api/htmlformelement/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/uk/web/api/htmlformelement/index.html b/files/uk/web/api/htmlformelement/index.html index 7871a2d052..537c56b222 100644 --- a/files/uk/web/api/htmlformelement/index.html +++ b/files/uk/web/api/htmlformelement/index.html @@ -79,10 +79,10 @@ translation_of: Web/API/HTMLFormElement <dl> <dt><code><a href="/en-US/docs/Web/API/HTMLFormElement/formdata_event">formdata</a></code></dt> - <dd><span style="display: none;"> </span>The <code>formdata</code> event fires after the entry list representing the form's data is constructed.<br> + <dd><span class="hidden"> </span>The <code>formdata</code> event fires after the entry list representing the form's data is constructed.<br> Also available via the <code><a href="/en-US/docs/Web/API/GlobalEventHandlers/onformdata">onformdata</a></code> property.</dd> <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> |