@@ -2900,7 +2900,7 @@ Return <a>success</a> with data <a><code>null</code></a>.
2900
2900
to the <a>current top-level browsing context</a> .
2901
2901
2902
2902
<li><p> If the <a>current top-level browsing context</a> contains
2903
- a <a>refresh state pragma directive</a> of <var> time</var> 1 second
2903
+ a <a>refresh state pragma directive</a> of <var ignore > time</var> 1 second
2904
2904
or less, wait until the refresh timeout has elapsed, a
2905
2905
new <a>navigate</a> has begun, and return to the first step of this
2906
2906
algorithm.
@@ -3338,9 +3338,9 @@ make the tab containing the <a>browsing context</a> the selected tab.
3338
3338
"<code> type</code> " from the <var> parameters</var> argument.
3339
3339
3340
3340
<li><p> Create a new <a>top-level browsing context</a> by running
3341
- the <a>window open steps</a> with <var> url</var> set to
3342
- "<code> about:blank</code> ", <var> target</var> set to the empty
3343
- string, and <var> features</var> set to "<code> noopener</code> " and
3341
+ the <a>window open steps</a> with <var ignore > url</var> set to
3342
+ "<code> about:blank</code> ", <var ignore > target</var> set to the empty
3343
+ string, and <var ignore > features</var> set to "<code> noopener</code> " and
3344
3344
the user agent configured to create a new browsing context. This must
3345
3345
be done without invoking the <a>focusing steps</a> for the created browsing
3346
3346
context. If <var> type hint</var> has the value "<code> tab</code> ",
@@ -6245,19 +6245,19 @@ a <a>remote end</a> must run the following steps:
6245
6245
calling <a>FunctionCreate</a> , with arguments:
6246
6246
6247
6247
<dl>
6248
- <dt><var> kind</var>
6248
+ <dt><var ignore > kind</var>
6249
6249
<dd> Normal.
6250
6250
6251
- <dt><var> list</var>
6251
+ <dt><var ignore > list</var>
6252
6252
<dd> An empty <a>List</a> .
6253
6253
6254
- <dt><var> body</var>
6254
+ <dt><var ignore > body</var>
6255
6255
<dd> The result of parsing <var> body</var> above.
6256
6256
6257
- <dt><var> global scope</var>
6257
+ <dt><var ignore > global scope</var>
6258
6258
<dd> The result of parsing <var> global scope</var> above.
6259
6259
6260
- <dt><var> strict</var>
6260
+ <dt><var ignore > strict</var>
6261
6261
<dd> The result of parsing <var> strict</var> above.
6262
6262
</dl>
6263
6263
0 commit comments