Skip to content

Commit 9ffa5c7

Browse files
Editorial: update "processing a manifest"'s signature (#1058)
SHA: eecf697 Reason: push, by marcoscaceres Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c7fb187 commit 9ffa5c7

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

index.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2179,16 +2179,16 @@ <h1 id="title" class="title">Web Application Manifest</h1>
21792179
</p></div>
21802180
<p>
21812181
The steps for <dfn data-export="" data-local-lt="processing" data-lt="processing a manifest|processing" id="dfn-processing-a-manifest" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">processing a manifest</dfn> are given by the following
2182-
algorithm. The algorithm takes <code><a data-type="element" href="https://html.spec.whatwg.org/multipage/semantics.html#the-link-element" id="ref-for-index-term-link-element-2">link</a></code> <var data-type="HTMLLinkElement">el</var> and a
2183-
<a data-link-type="dfn" data-type="dfn" href="https://fetch.spec.whatwg.org/#concept-response" id="ref-for-index-term-response-1">Response</a> <var>response</var>.
2182+
algorithm. The algorithm takes <code><a data-type="element" href="https://html.spec.whatwg.org/multipage/semantics.html#the-link-element" id="ref-for-index-term-link-element-2">link</a></code> <var data-type="HTMLLinkElement">el</var>, a
2183+
<a data-link-type="dfn" data-type="dfn" href="https://fetch.spec.whatwg.org/#concept-response" id="ref-for-index-term-response-1">Response</a> <var>response</var>, and a <a data-link-type="dfn" data-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-index-term-byte-sequence-1">byte sequence</a> <var>bodyBytes</var>.
21842184
</p>
21852185
<ol class="algorithm">
21862186
<li>Let <var data-type="URL">document URL</var> be <var data-type="HTMLLinkElement">el</var>'s <a data-link-type="dfn" data-type="dfn" href="https://dom.spec.whatwg.org/#concept-node-document" id="ref-for-index-term-node-document-for-node-1">node document</a>'s
21872187
<a data-link-type="dfn" data-type="dfn" href="https://dom.spec.whatwg.org/#concept-document-url" id="ref-for-index-term-url-for-document-1">URL</a>.
21882188
</li>
21892189
<li class="assert"><a href="https://infra.spec.whatwg.org/#assert">Assert</a>: <var data-type="URL">document URL</var> is not null.
21902190
</li>
2191-
<li>Let <var>json</var> be the result of <a data-link-type="dfn" data-type="dfn" href="https://infra.spec.whatwg.org/#parse-json-bytes-to-an-infra-value" id="ref-for-index-term-parse-json-bytes-to-an-infra-value-1">parse JSON bytes to an Infra value</a> passing <var>response</var>'s <a data-link-type="dfn" data-type="dfn" href="https://fetch.spec.whatwg.org/#concept-response-body" id="ref-for-index-term-body-for-response-1">body</a>.
2191+
<li>Let <var>json</var> be the result of <a data-link-type="dfn" data-type="dfn" href="https://infra.spec.whatwg.org/#parse-json-bytes-to-an-infra-value" id="ref-for-index-term-parse-json-bytes-to-an-infra-value-1">parse JSON bytes to an Infra value</a> passing <var>bodyBytes</var>.
21922192
</li>
21932193
<li>If the <var>json</var> is a parsing exception, or <var>json</var> is not an
21942194
<a data-link-type="dfn" data-type="dfn" href="https://infra.spec.whatwg.org/#ordered-map" id="ref-for-index-term-ordered-map-19">ordered map</a>:
@@ -4301,8 +4301,6 @@ <h1 id="title" class="title">Web Application Manifest</h1>
43014301
[<cite><a class="bibref" data-link-type="biblio" href="#bib-fetch">FETCH</a></cite>] defines the following:
43024302
<ul>
43034303
<li>
4304-
<span class="index-term" data-href="https://fetch.spec.whatwg.org/#concept-response-body" id="index-term-body-for-response" tabindex="0" aria-haspopup="dialog">body (for <code>response</code>)</span>
4305-
</li><li>
43064304
<span class="index-term" data-href="https://fetch.spec.whatwg.org/#concept-fetch" id="index-term-fetched" tabindex="0" aria-haspopup="dialog">fetched</span>
43074305
</li><li>
43084306
<span class="index-term" data-href="https://fetch.spec.whatwg.org/#concept-response" id="index-term-response" tabindex="0" aria-haspopup="dialog">Response</span>
@@ -4351,6 +4349,8 @@ <h1 id="title" class="title">Web Application Manifest</h1>
43514349
<span class="index-term" data-href="https://infra.spec.whatwg.org/#set-append" id="index-term-append-for-set" tabindex="0" aria-haspopup="dialog">append (for <code>set</code>)</span>
43524350
</li><li>
43534351
<span class="index-term" data-href="https://infra.spec.whatwg.org/#boolean" id="index-term-boolean-type" tabindex="0" aria-haspopup="dialog">boolean type</span>
4352+
</li><li>
4353+
<span class="index-term" data-href="https://infra.spec.whatwg.org/#byte-sequence" id="index-term-byte-sequence" tabindex="0" aria-haspopup="dialog">byte sequence</span>
43544354
</li><li>
43554355
<span class="index-term" data-href="https://infra.spec.whatwg.org/#string-concatenate" id="index-term-concatenation-for-string" tabindex="0" aria-haspopup="dialog">concatenation (for <code>string</code>)</span>
43564356
</li><li>
@@ -6079,18 +6079,6 @@ <h1 id="title" class="title">Web Application Manifest</h1>
60796079
<li>
60806080
<a href="#ref-for-index-term-isstructurallyvalidlanguagetag-1" title="§ 1.3 lang member">§ 1.3 lang member</a>
60816081
</li>
6082-
</ul>
6083-
</div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-index-term-body-for-response" aria-label="Links in this document to definition: body (for response)">
6084-
<span class="caret"></span>
6085-
<div>
6086-
<a class="self-link" href="https://fetch.spec.whatwg.org/#concept-response-body" aria-label="Permalink for definition: body (for response). Activate to close this dialog.">Permalink</a>
6087-
6088-
</div>
6089-
<p><b>Referenced in:</b></p>
6090-
<ul>
6091-
<li>
6092-
<a href="#ref-for-index-term-body-for-response-1" title="§ 1.17.1 Processing the manifest">§ 1.17.1 Processing the manifest</a>
6093-
</li>
60946082
</ul>
60956083
</div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-index-term-fetched" aria-label="Links in this document to definition: fetched">
60966084
<span class="caret"></span>
@@ -6331,6 +6319,18 @@ <h1 id="title" class="title">Web Application Manifest</h1>
63316319
</li><li>
63326320
<a href="#ref-for-index-term-boolean-type-2" title="§ 6. Navigation scope">§ 6. Navigation scope</a>
63336321
</li>
6322+
</ul>
6323+
</div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-index-term-byte-sequence" aria-label="Links in this document to definition: byte sequence">
6324+
<span class="caret"></span>
6325+
<div>
6326+
<a class="self-link" href="https://infra.spec.whatwg.org/#byte-sequence" aria-label="Permalink for definition: byte sequence. Activate to close this dialog.">Permalink</a>
6327+
6328+
</div>
6329+
<p><b>Referenced in:</b></p>
6330+
<ul>
6331+
<li>
6332+
<a href="#ref-for-index-term-byte-sequence-1" title="§ 1.17.1 Processing the manifest">§ 1.17.1 Processing the manifest</a>
6333+
</li>
63346334
</ul>
63356335
</div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-index-term-concatenation-for-string" aria-label="Links in this document to definition: concatenation (for string)">
63366336
<span class="caret"></span>

0 commit comments

Comments
 (0)