@@ -2888,7 +2888,7 @@ Return <a>success</a> with data <a><code>null</code></a>.
2888
2888
to the <a>current top-level browsing context</a> .
2889
2889
2890
2890
<li><p> If the <a>current top-level browsing context</a> contains
2891
- a <a>refresh state pragma directive</a> of <var> time</var> 1 second
2891
+ a <a>refresh state pragma directive</a> of <var ignore > time</var> 1 second
2892
2892
or less, wait until the refresh timeout has elapsed, a
2893
2893
new <a>navigate</a> has begun, and return to the first step of this
2894
2894
algorithm.
@@ -3326,9 +3326,9 @@ make the tab containing the <a>browsing context</a> the selected tab.
3326
3326
"<code> type</code> " from the <var> parameters</var> argument.
3327
3327
3328
3328
<li><p> Create a new <a>top-level browsing context</a> by running
3329
- the <a>window open steps</a> with <var> url</var> set to
3330
- "<code> about:blank</code> ", <var> target</var> set to the empty
3331
- string, and <var> features</var> set to "<code> noopener</code> " and
3329
+ the <a>window open steps</a> with <var ignore > url</var> set to
3330
+ "<code> about:blank</code> ", <var ignore > target</var> set to the empty
3331
+ string, and <var ignore > features</var> set to "<code> noopener</code> " and
3332
3332
the user agent configured to create a new browsing context. This must
3333
3333
be done without invoking the <a>focusing steps</a> for the created browsing
3334
3334
context. If <var> type hint</var> has the value "<code> tab</code> ",
@@ -6233,19 +6233,19 @@ a <a>remote end</a> must run the following steps:
6233
6233
calling <a>FunctionCreate</a> , with arguments:
6234
6234
6235
6235
<dl>
6236
- <dt><var> kind</var>
6236
+ <dt><var ignore > kind</var>
6237
6237
<dd> Normal.
6238
6238
6239
- <dt><var> list</var>
6239
+ <dt><var ignore > list</var>
6240
6240
<dd> An empty <a>List</a> .
6241
6241
6242
- <dt><var> body</var>
6242
+ <dt><var ignore > body</var>
6243
6243
<dd> The result of parsing <var> body</var> above.
6244
6244
6245
- <dt><var> global scope</var>
6245
+ <dt><var ignore > global scope</var>
6246
6246
<dd> The result of parsing <var> global scope</var> above.
6247
6247
6248
- <dt><var> strict</var>
6248
+ <dt><var ignore > strict</var>
6249
6249
<dd> The result of parsing <var> strict</var> above.
6250
6250
</dl>
6251
6251
0 commit comments