Skip to content

Commit cf40efc

Browse files
committed
Use <var ignore> for cross-spec variables
1 parent 42c8087 commit cf40efc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

index.bs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2875,7 +2875,7 @@ Return <a>success</a> with data <a><code>null</code></a>.
28752875
to the <a>current top-level browsing context</a>.
28762876

28772877
<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
28792879
or less, wait until the refresh timeout has elapsed, a
28802880
new <a>navigate</a> has begun, and return to the first step of this
28812881
algorithm.
@@ -3313,9 +3313,9 @@ make the tab containing the <a>browsing context</a> the selected tab.
33133313
"<code>type</code>" from the <var>parameters</var> argument.
33143314

33153315
<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
33193319
the user agent configured to create a new browsing context. This must
33203320
be done without invoking the <a>focusing steps</a> for the created browsing
33213321
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:
62206220
calling <a>FunctionCreate</a>, with arguments:
62216221

62226222
<dl>
6223-
<dt><var>kind</var>
6223+
<dt><var ignore>kind</var>
62246224
<dd>Normal.
62256225

6226-
<dt><var>list</var>
6226+
<dt><var ignore>list</var>
62276227
<dd>An empty <a>List</a>.
62286228

6229-
<dt><var>body</var>
6229+
<dt><var ignore>body</var>
62306230
<dd>The result of parsing <var>body</var> above.
62316231

6232-
<dt><var>global scope</var>
6232+
<dt><var ignore>global scope</var>
62336233
<dd>The result of parsing <var>global scope</var> above.
62346234

6235-
<dt><var>strict</var>
6235+
<dt><var ignore>strict</var>
62366236
<dd>The result of parsing <var>strict</var> above.
62376237
</dl>
62386238

0 commit comments

Comments
 (0)