We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a3954b commit d7d2e9dCopy full SHA for d7d2e9d
source
@@ -60372,7 +60372,8 @@ fur
60372
60373
<p>A <code>form</code> element's <dfn>default button</dfn> is the first <span
60374
data-x="concept-submit-button">submit button</span> in <span>tree order</span> whose <span>form
60375
- owner</span> is that <code>form</code> element.</p>
+ owner</span> is that <code>form</code> element and whose <span>parent</span> node is not a
60376
+ <code>select</code> element.</p>
60377
60378
<p>If the user agent supports letting the user submit a form implicitly (for example, on some
60379
platforms hitting the "enter" key while a text control is <span>focused</span> implicitly submits
0 commit comments