diff --git a/index.html b/index.html index 592c573da..a2814366a 100644 --- a/index.html +++ b/index.html @@ -1248,8 +1248,8 @@

The steps for processing a manifest are given by the following - algorithm. The algorithm takes [^link^] |el:HTMLLinkElement| and a - [=Response=] |response|. + algorithm. The algorithm takes [^link^] |el:HTMLLinkElement|, a + [=Response=] |response|, and a [=byte sequence=] |bodyBytes|.

  1. Let |document URL:URL| be |el|'s [=Node/node document=]'s @@ -1258,7 +1258,7 @@

  2. Assert: |document URL:URL| is not null.
  3. Let |json| be the result of [=parse JSON bytes to an Infra - value=] passing |response|'s [=response/body=]. + value=] passing |bodyBytes|.
  4. If the |json| is a parsing exception, or |json| is not an [=ordered map=]: