aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/guide/html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/guide/html')
-rw-r--r--files/ja/web/guide/html/constraint_validation/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/guide/html/constraint_validation/index.html b/files/ja/web/guide/html/constraint_validation/index.html
index 5af2e0fe58..220df9c79b 100644
--- a/files/ja/web/guide/html/constraint_validation/index.html
+++ b/files/ja/web/guide/html/constraint_validation/index.html
@@ -170,7 +170,7 @@ original_slug: Web/Guide/HTML/HTML5/Constraint_validation
<ul>
<li>If the {{ htmlattrxref("novalidate", "form") }} attribute is set on the {{ HTMLElement("form") }} element, interactive validation of the constraints doesn't happen.</li>
- <li>Calling the <code>submit()</code> method on the <code><a href="/en/DOM/HTMLFormElement">HTMLFormElement</a></code> interface doesn't trigger a constraint validation. In other words, this method sends the form data to the server even if doesn't satisfy the constraints. Call the <code>click()</code> method on a submit button instead.</li>
+ <li>Calling the <code>submit()</code> method on the <code><a href="/ja/DOM/HTMLFormElement">HTMLFormElement</a></code> interface doesn't trigger a constraint validation. In other words, this method sends the form data to the server even if doesn't satisfy the constraints. Call the <code>click()</code> method on a submit button instead.</li>
</ul>
</div>