File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54151,7 +54151,7 @@ interface <dfn interface>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
5415154151 <ol>
5415254152 <li>
5415354153 <p>For each <var>ancestor</var> of <var>insertedOption</var>'s <span
54154- data-x="ancestor">ancestors</span>:</p>
54154+ data-x="ancestor">ancestors</span> in reverse <span>tree order</span> :</p>
5415554155
5415654156 <ol>
5415754157 <li><p>If <var>ancestor</var> is a <code>select</code> element, then run the <span>selectedness
@@ -54166,7 +54166,7 @@ interface <dfn interface>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
5416654166 <ol>
5416754167 <li>
5416854168 <p>For each <var>ancestor</var> of <var>oldParent</var>'s <span data-x="inclusive
54169- ancestor">inclusive ancestors</span>:</p>
54169+ ancestor">inclusive ancestors</span> in reverse <span>tree order</span> :</p>
5417054170
5417154171 <ol>
5417254172 <li><p>If <var>ancestor</var> is a <code>select</code> element, then run the <span>selectedness
You can’t perform that action at this time.
0 commit comments