From 2c702184726a333c4d2fb9439ed92b9ba2facc9b Mon Sep 17 00:00:00 2001 From: Gary Kacmarcik Date: Thu, 7 Sep 2017 15:02:54 -0700 Subject: [PATCH] Fix #32: Change "in parallel" to "queue a task" --- index.bs | 2 +- index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.bs b/index.bs index 6acf1c3..2062ee1 100644 --- a/index.bs +++ b/index.bs @@ -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. diff --git a/index.html b/index.html index 08d51b5..f324ef6 100644 --- a/index.html +++ b/index.html @@ -1557,7 +1557,7 @@

Let p be a new Promise.

  • -

    Run the following steps in parallel:

    +

    Queue a task that runs the following steps:

    1. Reset reserved key codes to be an empty set.

      @@ -1824,7 +1824,7 @@

    2. Navigator
    3. currently focused area of a top-level browsing context -
    4. in parallel +
    5. queue a task
    6. [INFRA] defines the following terms: