Skip to content

Commit c6a4776

Browse files
committed
Use <var ignore> for cross-spec variables
1 parent 2b36c84 commit c6a4776

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
@@ -2900,7 +2900,7 @@ Return <a>success</a> with data <a><code>null</code></a>.
29002900
to the <a>current top-level browsing context</a>.
29012901

29022902
<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
29042904
or less, wait until the refresh timeout has elapsed, a
29052905
new <a>navigate</a> has begun, and return to the first step of this
29062906
algorithm.
@@ -3338,9 +3338,9 @@ make the tab containing the <a>browsing context</a> the selected tab.
33383338
"<code>type</code>" from the <var>parameters</var> argument.
33393339

33403340
<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
33443344
the user agent configured to create a new browsing context. This must
33453345
be done without invoking the <a>focusing steps</a> for the created browsing
33463346
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:
62456245
calling <a>FunctionCreate</a>, with arguments:
62466246

62476247
<dl>
6248-
<dt><var>kind</var>
6248+
<dt><var ignore>kind</var>
62496249
<dd>Normal.
62506250

6251-
<dt><var>list</var>
6251+
<dt><var ignore>list</var>
62526252
<dd>An empty <a>List</a>.
62536253

6254-
<dt><var>body</var>
6254+
<dt><var ignore>body</var>
62556255
<dd>The result of parsing <var>body</var> above.
62566256

6257-
<dt><var>global scope</var>
6257+
<dt><var ignore>global scope</var>
62586258
<dd>The result of parsing <var>global scope</var> above.
62596259

6260-
<dt><var>strict</var>
6260+
<dt><var ignore>strict</var>
62616261
<dd>The result of parsing <var>strict</var> above.
62626262
</dl>
62636263

0 commit comments

Comments
 (0)