@@ -2875,7 +2875,7 @@ Return <a>success</a> with data <a><code>null</code></a>.
2875
2875
to the <a>current top-level browsing context</a> .
2876
2876
2877
2877
<li><p> If the <a>current top-level browsing context</a> contains
2878
- a <a>refresh state pragma directive</a> of <var> time</var> 1 second
2878
+ a <a>refresh state pragma directive</a> of <var ignore > time</var> 1 second
2879
2879
or less, wait until the refresh timeout has elapsed, a
2880
2880
new <a>navigate</a> has begun, and return to the first step of this
2881
2881
algorithm.
@@ -3313,9 +3313,9 @@ make the tab containing the <a>browsing context</a> the selected tab.
3313
3313
"<code> type</code> " from the <var> parameters</var> argument.
3314
3314
3315
3315
<li><p> Create a new <a>top-level browsing context</a> by running
3316
- the <a>window open steps</a> with <var> url</var> set to
3317
- "<code> about:blank</code> ", <var> target</var> set to the empty
3318
- string, and <var> features</var> set to "<code> noopener</code> " and
3316
+ the <a>window open steps</a> with <var ignore > url</var> set to
3317
+ "<code> about:blank</code> ", <var ignore > target</var> set to the empty
3318
+ string, and <var ignore > features</var> set to "<code> noopener</code> " and
3319
3319
the user agent configured to create a new browsing context. This must
3320
3320
be done without invoking the <a>focusing steps</a> for the created browsing
3321
3321
context. If <var> type hint</var> has the value "<code> tab</code> ",
@@ -6220,19 +6220,19 @@ a <a>remote end</a> must run the following steps:
6220
6220
calling <a>FunctionCreate</a> , with arguments:
6221
6221
6222
6222
<dl>
6223
- <dt><var> kind</var>
6223
+ <dt><var ignore > kind</var>
6224
6224
<dd> Normal.
6225
6225
6226
- <dt><var> list</var>
6226
+ <dt><var ignore > list</var>
6227
6227
<dd> An empty <a>List</a> .
6228
6228
6229
- <dt><var> body</var>
6229
+ <dt><var ignore > body</var>
6230
6230
<dd> The result of parsing <var> body</var> above.
6231
6231
6232
- <dt><var> global scope</var>
6232
+ <dt><var ignore > global scope</var>
6233
6233
<dd> The result of parsing <var> global scope</var> above.
6234
6234
6235
- <dt><var> strict</var>
6235
+ <dt><var ignore > strict</var>
6236
6236
<dd> The result of parsing <var> strict</var> above.
6237
6237
</dl>
6238
6238
0 commit comments