Skip to content

Commit 7a48703

Browse files
vinhillannevk
andauthored
Fix variables in The rules for choosing a navigable
The chosen variable was incorrectly initialized again in a nested set of steps, making it seem as if the outer chosen variable was not overwritten. And it was referred to incorrectly as part of whatwg#11208. Fixes whatwg#11282. Co-authored-by: Anne van Kesteren <[email protected]>
1 parent ff9f8eb commit 7a48703

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

source

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99599,8 +99599,6 @@ interface <dfn interface>NotRestoredReasons</dfn> {
9959999599
<var>noopener</var> to true.</p>
9960099600
</li>
9960199601

99602-
<li><p>Let <var>chosen</var> be null.</p></li>
99603-
9960499602
<li><p>Let <var>targetName</var> be the empty string.</p></li>
9960599603

9960699604
<li><p>If <var>name</var> is not an <span>ASCII case-insensitive</span> match for "<code
@@ -99631,8 +99629,7 @@ interface <dfn interface>NotRestoredReasons</dfn> {
9963199629
must be set in <var>chosen</var>'s <span data-x="nav-bc">active browsing context</span>'s
9963299630
<span>popup sandboxing flag set</span>.</p></li>
9963399631

99634-
<li><p>Set <var>targetNavigable</var>'s <span>is created by web content</span> to
99635-
true.</p></li>
99632+
<li><p>Set <var>chosen</var>'s <span>is created by web content</span> to true.</p></li>
9963699633
</ol>
9963799634

9963899635
<p class="note">If the newly created <span>navigable</span> <var>chosen</var> is immediately

0 commit comments

Comments
 (0)