Skip to content

Commit

Permalink
Editorial: update "processing a manifest"'s signature (#1058)
Browse files Browse the repository at this point in the history
SHA: eecf697
Reason: push, by marcoscaceres

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
nicolo-ribaudo and github-actions[bot] committed Oct 31, 2022
1 parent c7fb187 commit 9ffa5c7
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2179,16 +2179,16 @@ <h1 id="title" class="title">Web Application Manifest</h1>
</p></div>
<p>
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
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
<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>.
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
<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>.
</p>
<ol class="algorithm">
<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
<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>.
</li>
<li class="assert"><a href="https://infra.spec.whatwg.org/#assert">Assert</a>: <var data-type="URL">document URL</var> is not null.
</li>
<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>.
<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>.
</li>
<li>If the <var>json</var> is a parsing exception, or <var>json</var> is not an
<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>:
Expand Down Expand Up @@ -4301,8 +4301,6 @@ <h1 id="title" class="title">Web Application Manifest</h1>
[<cite><a class="bibref" data-link-type="biblio" href="#bib-fetch">FETCH</a></cite>] defines the following:
<ul>
<li>
<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>
</li><li>
<span class="index-term" data-href="https://fetch.spec.whatwg.org/#concept-fetch" id="index-term-fetched" tabindex="0" aria-haspopup="dialog">fetched</span>
</li><li>
<span class="index-term" data-href="https://fetch.spec.whatwg.org/#concept-response" id="index-term-response" tabindex="0" aria-haspopup="dialog">Response</span>
Expand Down Expand Up @@ -4351,6 +4349,8 @@ <h1 id="title" class="title">Web Application Manifest</h1>
<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>
</li><li>
<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>
</li><li>
<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>
</li><li>
<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>
</li><li>
Expand Down Expand Up @@ -6079,18 +6079,6 @@ <h1 id="title" class="title">Web Application Manifest</h1>
<li>
<a href="#ref-for-index-term-isstructurallyvalidlanguagetag-1" title="§ 1.3 lang member">§ 1.3 lang member</a>
</li>
</ul>
</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)">
<span class="caret"></span>
<div>
<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>

</div>
<p><b>Referenced in:</b></p>
<ul>
<li>
<a href="#ref-for-index-term-body-for-response-1" title="§ 1.17.1 Processing the manifest">§ 1.17.1 Processing the manifest</a>
</li>
</ul>
</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">
<span class="caret"></span>
Expand Down Expand Up @@ -6331,6 +6319,18 @@ <h1 id="title" class="title">Web Application Manifest</h1>
</li><li>
<a href="#ref-for-index-term-boolean-type-2" title="§ 6. Navigation scope">§ 6. Navigation scope</a>
</li>
</ul>
</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">
<span class="caret"></span>
<div>
<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>

</div>
<p><b>Referenced in:</b></p>
<ul>
<li>
<a href="#ref-for-index-term-byte-sequence-1" title="§ 1.17.1 Processing the manifest">§ 1.17.1 Processing the manifest</a>
</li>
</ul>
</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)">
<span class="caret"></span>
Expand Down

0 comments on commit 9ffa5c7

Please sign in to comment.