Skip to content

Commit a54c9f8

Browse files
committed
Address comments
Add submit button check. ought to be used*
1 parent ab7246d commit a54c9f8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56656,8 +56656,8 @@ interface <dfn interface>HTMLLegendElement</dfn> : <span>HTMLElement</span> {
5665656656

5665756657
<p>Some form controls also have an <dfn data-x="concept-fe-optional-value">optional value</dfn>
5665856658
this largely mirrors the <span data-x="concept-fe-value">value</span> but doesn't normalize to an
56659-
empty string. <span class="note">This <!--non-normative-->should be used sparingly you generally
56660-
want <span data-x="concept-fe-value">value</span></span>.</p>
56659+
empty string. <span class="note">This ought to be used sparingly, you generally want <span
56660+
data-x="concept-fe-value">value</span></span>.</p>
5666156661

5666256662
<p><code>input</code>, <code>textarea</code>, and <code>select</code> elements have a
5666356663
<dfn>user validity</dfn> boolean. It is initially set to false.</p>
@@ -60409,9 +60409,9 @@ fur
6040960409
</ol>
6041060410
</li>
6041160411

60412-
<li><p>Otherwise, if <var>submitter</var> has an <span
60413-
data-x="concept-fe-optional-value">optional value</span>, then set <var>result</var> to that
60414-
<span data-x="concept-fe-optional-value">optional value</span>.</p></li>
60412+
<li><p>Otherwise, if <var>submitter</var> is a <span data-x="concept-submit-button">submit
60413+
button</span>, then set <var>result</var> to that <span
60414+
data-x="concept-fe-optional-value">optional value</span>.</p></li>
6041560415

6041660416
<li><p><span>Close the dialog</span> <var>subject</var> with <var>result</var>.</p></li>
6041760417

0 commit comments

Comments
 (0)