Skip to content

Commit f87a58c

Browse files
domenicannevk
authored andcommitted
Editorial: clean up the definition of :default
Closes #4598.
1 parent 81affbe commit f87a58c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

source

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67573,12 +67573,8 @@ Demos:
6757367573
element falling into one of the following categories:</p>
6757467574

6757567575
<ul>
67576-
<li><code>button</code> elements that are their form's <span>default button</span></li>
67577-
67578-
<li><code>input</code> elements whose <code data-x="attr-input-type">type</code> attribute is in
67579-
the <span data-x="attr-input-type-submit">Submit Button</span> or <span
67580-
data-x="attr-input-type-image">Image Button</span> state, and that are their form's
67581-
<span>default button</span></li>
67576+
<li><span data-x="concept-submit-button">Submit buttons</span> that are <span data-x="default
67577+
button">default buttons</span> of their <span>form owner</span>.</li>
6758267578

6758367579
<li><code>input</code> elements to which the <code data-x="attr-input-checked">checked</code>
6758467580
attribute applies and that have a <code data-x="attr-input-checked">checked</code>

0 commit comments

Comments
 (0)