Skip to content

Commit 16dd91a

Browse files
authored
Editorial: fix variable name in option disabled algorithm
The variable is called "option", not "optionInserted".
1 parent dd759db commit 16dd91a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56989,8 +56989,8 @@ interface <dfn interface>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
5698956989
present, then return true.</p></li>
5699056990

5699156991
<li>
56992-
<p>For each <var>ancestor</var> of <var>insertedOption</var>'s <span
56993-
data-x="ancestor">ancestors</span> in reverse <span>tree order</span>:</p>
56992+
<p>For each <var>ancestor</var> of <var>option</var>'s <span data-x="ancestor">ancestors</span>
56993+
in reverse <span>tree order</span>:</p>
5699456994

5699556995
<ol>
5699656996
<li><p>If <var>ancestor</var> is a <code>select</code>, <code>hr</code>, or <code>option</code>

0 commit comments

Comments
 (0)