Skip to content

Commit f375f1b

Browse files
committed
remove ", then"
1 parent 0310090 commit f375f1b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source

+5-5
Original file line numberDiff line numberDiff line change
@@ -131717,7 +131717,7 @@ document.body.appendChild(text);
131717131717
<dt>A start tag whose tag name is "input"</dt>
131718131718
<dd>
131719131719
<p>If the <span>stack of open elements</span> <span data-x="has an element in scope">has a
131720-
<code>select</code> element in scope</span>, then:</p>
131720+
<code>select</code> element in scope</span>:</p>
131721131721

131722131722
<ol>
131723131723
<li><p><span>Parse error</span>.</p></li>
@@ -131755,7 +131755,7 @@ document.body.appendChild(text);
131755131755
element</span>.</p>
131756131756

131757131757
<p>If the <span>stack of open elements</span> <span data-x="has an element in scope">has a
131758-
<code>select</code> element in scope</span>, then:</p>
131758+
<code>select</code> element in scope</span>:</p>
131759131759

131760131760
<ol>
131761131761
<li><p><span>Generate implied end tags</span>.<p></li>
@@ -131839,7 +131839,7 @@ document.body.appendChild(text);
131839131839
<code>select</code> element in scope</span>, or if the parser was created as part of the
131840131840
<span>HTML fragment parsing algorithm</span> (<span>fragment case</span>) and the <span
131841131841
data-x="concept-frag-parse-context">context</span> element passed to that algorithm is a
131842-
<code>select</code> element, then:</p>
131842+
<code>select</code> element:</p>
131843131843

131844131844
<ol>
131845131845
<li><p><span>Parse error</span>.</p></li>
@@ -131864,7 +131864,7 @@ document.body.appendChild(text);
131864131864
<dt>A start tag whose tag name is "option"</dt>
131865131865
<dd>
131866131866
<p>If the <span>stack of open elements</span> <span data-x="has an element in scope">has a
131867-
<code>select</code> element in scope</span>, then:</p>
131867+
<code>select</code> element in scope</span>:</p>
131868131868

131869131869
<ol>
131870131870
<li><p><span>Generate implied end tags</span> except for <code>optgroup</code>
@@ -131889,7 +131889,7 @@ document.body.appendChild(text);
131889131889
<dt>A start tag whose tag name is "optgroup"</dt>
131890131890
<dd>
131891131891
<p>If the <span>stack of open elements</span> <span data-x="has an element in scope">has a
131892-
<code>select</code> element in scope</span>, then:</p>
131892+
<code>select</code> element in scope</span>:</p>
131893131893

131894131894
<ol>
131895131895
<li><p><span>Generate implied end tags</span>.</p></li>

0 commit comments

Comments
 (0)