Skip to content

Commit

Permalink
Fix #32: Change "in parallel" to "queue a task"
Browse files Browse the repository at this point in the history
  • Loading branch information
garykac committed Sep 7, 2017
1 parent 7c48cd1 commit 2c70218
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.bs
Expand Up @@ -102,7 +102,7 @@ spec: ecma-262; urlPrefix: http://tc39.github.io/ecma262/

1. Let |p| be a new [=Promise=].

1. Run the following steps [=in parallel=]:
1. [=Queue a task=] that runs the following steps:

1. Reset [=reserved key codes=] to be an empty set.

Expand Down
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -1557,7 +1557,7 @@ <h3 class="heading settled" data-level="2.1" id="requestKeyboardLock"><span clas
<li data-md="">
<p>Let <var>p</var> be a new <a data-link-type="dfn" href="http://tc39.github.io/ecma262/#sec-promise-objects">Promise</a>.</p>
<li data-md="">
<p>Run the following steps <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel">in parallel</a>:</p>
<p><a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-task">Queue a task</a> that runs the following steps:</p>
<ol>
<li data-md="">
<p>Reset <a data-link-type="dfn" href="#reserved-key-codes" id="ref-for-reserved-key-codes-1">reserved key codes</a> to be an empty set.</p>
Expand Down Expand Up @@ -1824,7 +1824,7 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla
<ul>
<li><a href="https://html.spec.whatwg.org/multipage/webappapis.html#navigator">Navigator</a>
<li><a href="https://html.spec.whatwg.org/#currently-focused-area-of-a-top-level-browsing-context">currently focused area of a top-level browsing context</a>
<li><a href="https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel">in parallel</a>
<li><a href="https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-task">queue a task</a>
</ul>
<li>
<a data-link-type="biblio">[INFRA]</a> defines the following terms:
Expand Down

0 comments on commit 2c70218

Please sign in to comment.