diff --git a/docs/index.bs b/docs/index.bs index f1c588c8..8e05e153 100644 --- a/docs/index.bs +++ b/docs/index.bs @@ -3973,7 +3973,7 @@ spec: rfc7231; urlPrefix: https://tools.ietf.org/html/rfc7231
  1. Assert: client is not null.
  2. -
  3. Queue a task to fire an event named controllerchange at the ServiceWorkerContainer object client is associated with.
  4. +
  5. If client is a type of environment settings object, queue a task to fire an event named controllerchange at the ServiceWorkerContainer object client is associated with.

The task must use client's responsible event loop and the DOM manipulation task source.

diff --git a/docs/index.html b/docs/index.html index 7604ba0b..ed3034c7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4983,7 +4983,7 @@

  1. Assert: client is not null. -
  2. Queue a task to fire an event named controllerchange at the ServiceWorkerContainer object client is associated with. +
  3. If client is a type of environment settings object, queue a task to fire an event named controllerchange at the ServiceWorkerContainer object client is associated with.

The task must use client’s responsible event loop and the DOM manipulation task source.

diff --git a/docs/v1/index.bs b/docs/v1/index.bs index 4a61bce7..58280d6f 100644 --- a/docs/v1/index.bs +++ b/docs/v1/index.bs @@ -3540,7 +3540,7 @@ spec: rfc7231; urlPrefix: https://tools.ietf.org/html/rfc7231
  1. Assert: client is not null.
  2. -
  3. Queue a task to fire an event named controllerchange at the ServiceWorkerContainer object client is associated with.
  4. +
  5. If client is a type of environment settings object, queue a task to fire an event named controllerchange at the ServiceWorkerContainer object client is associated with.

The task must use client's responsible event loop and the DOM manipulation task source.

diff --git a/docs/v1/index.html b/docs/v1/index.html index c159260e..e9e1368a 100644 --- a/docs/v1/index.html +++ b/docs/v1/index.html @@ -4586,7 +4586,7 @@

  1. Assert: client is not null. -
  2. Queue a task to fire an event named controllerchange at the ServiceWorkerContainer object client is associated with. +
  3. If client is a type of environment settings object, queue a task to fire an event named controllerchange at the ServiceWorkerContainer object client is associated with.

The task must use client’s responsible event loop and the DOM manipulation task source.