Skip to content

Commit 516a405

Browse files
committed
Use <var ignore> for cross-spec variables
1 parent b1c8c6b commit 516a405

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

28902890
<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
28922892
or less, wait until the refresh timeout has elapsed, a
28932893
new <a>navigate</a> has begun, and return to the first step of this
28942894
algorithm.
@@ -3326,9 +3326,9 @@ make the tab containing the <a>browsing context</a> the selected tab.
33263326
"<code>type</code>" from the <var>parameters</var> argument.
33273327

33283328
<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
33323332
the user agent configured to create a new browsing context. This must
33333333
be done without invoking the <a>focusing steps</a> for the created browsing
33343334
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:
62336233
calling <a>FunctionCreate</a>, with arguments:
62346234

62356235
<dl>
6236-
<dt><var>kind</var>
6236+
<dt><var ignore>kind</var>
62376237
<dd>Normal.
62386238

6239-
<dt><var>list</var>
6239+
<dt><var ignore>list</var>
62406240
<dd>An empty <a>List</a>.
62416241

6242-
<dt><var>body</var>
6242+
<dt><var ignore>body</var>
62436243
<dd>The result of parsing <var>body</var> above.
62446244

6245-
<dt><var>global scope</var>
6245+
<dt><var ignore>global scope</var>
62466246
<dd>The result of parsing <var>global scope</var> above.
62476247

6248-
<dt><var>strict</var>
6248+
<dt><var ignore>strict</var>
62496249
<dd>The result of parsing <var>strict</var> above.
62506250
</dl>
62516251

0 commit comments

Comments
 (0)