@@ -13041,7 +13041,7 @@ interface <dfn>HTMLBaseElement</dfn> : <span>HTMLElement</span> {
13041
13041
<code data-x="attr-base-target">target</code> attribute of the first such <code>base</code>
13042
13042
element.</p></li>
13043
13043
13044
- <li><p>Return null .</p></li>
13044
+ <li><p>Return the empty string .</p></li>
13045
13045
</ol>
13046
13046
13047
13047
<hr>
@@ -23025,7 +23025,7 @@ document.body.appendChild(wbr);</pre>
23025
23025
<li><p>Let <var>source</var> be <var>subject</var>'s <span>node document</span>'s <span
23026
23026
data-x="concept-document-bc">browsing context</span>.</p></li>
23027
23027
23028
- <li><p>Let <var>targetAttributeValue</var> be null .</p></li>
23028
+ <li><p>Let <var>targetAttributeValue</var> be the empty string .</p></li>
23029
23029
23030
23030
<li><p>If <var>subject</var> is an <code>a</code> or <code>area</code> element, then set
23031
23031
<var>targetAttributeValue</var> to the result of <span data-x="get an element's target">getting
@@ -77581,9 +77581,9 @@ console.assert(iframeWindow.frameElement === null);
77581
77581
<hr>
77582
77582
77583
77583
<p><dfn id="the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name">The rules for
77584
- choosing a browsing context</dfn>, given null or a <span>browsing context name</span>
77585
- <var>name</var>, a < span>browsing context</span> <var>current</var>, and a
77586
- boolean <var>noopener</var> are as follows:</p>
77584
+ choosing a browsing context</dfn>, given a <span>browsing context name</span> <var>name</var>, a
77585
+ <span>browsing context</span> <var>current</var>, and a boolean <var>noopener</var> are as
77586
+ follows:</p>
77587
77587
77588
77588
<ol>
77589
77589
<li><p>Let <var>chosen</var> be null.</p></li>
@@ -77658,7 +77658,7 @@ console.assert(iframeWindow.frameElement === null);
77658
77658
browsing context</span> being <var>current</var>, and set <var>new</var> to true. If
77659
77659
<var>name</var> is not an <span>ASCII case-insensitive</span> match for "<code
77660
77660
data-x="">_blank</code>", then <var>chosen</var>'s <span data-x="browsing context
77661
- name">name</span> must be set to <var>name</var> (otherwise, it has no name) .</p>
77661
+ name">name</span> must be set to <var>name</var>.</p>
77662
77662
77663
77663
<p class="note">If the newly created <span>browsing context</span> is immediately <span
77664
77664
data-x="navigate">navigated</span>, then the navigation will be done with <span>replacement
0 commit comments