Skip to content

Commit 75cce62

Browse files
delanannevk
authored andcommitted
Swap the words “pick” and “toggle” (§ 4.11.3 “Commands”)
The old text associates “pick” with <select multiple> elements and “toggle” with other <select> elements [0], but the defining instances of “pick” [1] and “toggle” [2] make the converse association. [0] § 4.11.3.5 “Using the <option> element to define a command” https://html.spec.whatwg.org/multipage/interactive-elements.html#using-the-option-element-to-define-a-command [1] “picked” in § 4.10.7 “The <select> element” https://html.spec.whatwg.org/multipage/form-elements.html#concept-select-pick [2] “toggle” in § 4.10.7 “The <select> element” https://html.spec.whatwg.org/multipage/form-elements.html#concept-select-toggle
1 parent 766dcd3 commit 75cce62

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56757,9 +56757,9 @@ interface <dfn>HTMLDetailsElement</dfn> : <span>HTMLElement</span> {
5675756757
<p>If the <code>option</code>'s nearest ancestor <code>select</code> element has a <code
5675856758
data-x="attr-select-multiple">multiple</code> attribute, the <span
5675956759
data-x="command-facet-Action">Action</span> of the command is to <span
56760-
data-x="concept-select-pick">pick</span> the <code>option</code> element. Otherwise, the <span
56760+
data-x="concept-select-toggle">toggle</span> the <code>option</code> element. Otherwise, the <span
5676156761
data-x="command-facet-Action">Action</span> is to <span
56762-
data-x="concept-select-toggle">toggle</span> the <code>option</code> element.</p>
56762+
data-x="concept-select-pick">pick</span> the <code>option</code> element.</p>
5676356763

5676456764

5676556765
<h5><dfn data-x="legend-command">Using the <code data-x="attr-accesskey">accesskey</code> attribute
@@ -120110,6 +120110,7 @@ INSERT INTERFACES HERE
120110120110
Dean Edwards,
120111120111
Dean Jackson,
120112120112
Debi Orton,
120113+
Delan Azabani<!-- delan on GitHub -->,
120113120114
Derek Featherstone,
120114120115
Devarshi Pant,
120115120116
Devdatta,

0 commit comments

Comments
 (0)