Skip to content

Commit e26ab50

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.6.1.
1 parent f588a21 commit e26ab50

14 files changed

+394
-340
lines changed

tr/algorithms/CSP3.json

Lines changed: 8 additions & 14 deletions
Large diffs are not rendered by default.

tr/algorithms/mediasession.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"html": "Update the media metadata presented to the platform to match the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediasession/#dom-mediasession-metadata\" id=\"ref-for-dom-mediasession-metadata②\">metadata</a></code> for the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/mediasession/#active-media-session\" id=\"ref-for-active-media-session①②\">active media session</a>."
2121
},
2222
{
23-
"html": "If the user agent wants to display an <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/mediasession/#mediametadata-artwork-images\" id=\"ref-for-mediametadata-artwork-images\">artwork image</a>,\n it is RECOMMENDED to run the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/mediasession/#fetch-image-algorithm\" id=\"ref-for-fetch-image-algorithm\">fetch image algorithm</a>."
23+
"html": "If the user agent wants to display an <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/mediasession/#mediametadata-artwork-images\" id=\"ref-for-mediametadata-artwork-images\">artwork image</a>,\n the user agent MUST run the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/mediasession/#fetch-image-algorithm\" id=\"ref-for-fetch-image-algorithm\">fetch image algorithm</a>."
2424
}
2525
]
2626
},
2727
{
2828
"name": "fetch image algorithm",
2929
"href": "https://www.w3.org/TR/mediasession/#fetch-image-algorithm",
30-
"html": "The RECOMMENDED <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"fetch-image-algorithm\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">fetch image algorithm</dfn> is as follows:",
30+
"html": "The <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"fetch-image-algorithm\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">fetch image algorithm</dfn> is as follows:",
3131
"rationale": "if",
3232
"steps": [
3333
{
@@ -40,14 +40,17 @@
4040
"html": "If the platform supports displaying media artwork, select a <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"preferred-artwork-image\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">preferred artwork image</dfn> from <var>metadata</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediasession/#dom-mediametadata-artwork\" id=\"ref-for-dom-mediametadata-artwork①\">artwork</a></code> of the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/mediasession/#active-media-session\" id=\"ref-for-active-media-session①④\">active media session</a>."
4141
},
4242
{
43-
"html": "Then, <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\" id=\"ref-for-in-parallel\">in parallel</a>:",
44-
"rationale": "wait",
43+
"html": "Let <var>request</var> be a new <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-fetch-record-request\" id=\"ref-for-concept-fetch-record-request\">request</a> whose <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-url\" id=\"ref-for-concept-request-url\">URL</a> is the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/mediasession/#preferred-artwork-image\" id=\"ref-for-preferred-artwork-image\">preferred artwork image</a>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediasession/#dom-mediaimage-src\" id=\"ref-for-dom-mediaimage-src\">src</a></code>, <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-destination\" id=\"ref-for-concept-request-destination\">destination</a> is \"image\", <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-mode\" id=\"ref-for-concept-request-mode\">mode</a> is \"no-cors\", <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-credentials-mode\" id=\"ref-for-concept-request-credentials-mode\">credentials mode</a> is \"include\",\n and whose <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-use-url-credentials-flag\" id=\"ref-for-concept-request-use-url-credentials-flag\">use-URL-credentials flag</a> is set."
44+
},
45+
{
46+
"html": "<a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-fetch\" id=\"ref-for-concept-fetch\">Fetch</a> <var>request</var> with the following steps executed\n as the fetch’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#process-response\" id=\"ref-for-process-response\">processResponse</a> algorithm.",
47+
"rationale": "let",
4548
"steps": [
4649
{
47-
"html": "Wait for the <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-response\" id=\"ref-for-concept-response\">response</a>."
50+
"html": "Let <var>response</var> be the <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-response\" id=\"ref-for-concept-response\">response</a> given to the fetch’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#process-response\" id=\"ref-for-process-response①\">processResponse</a> algorithm."
4851
},
4952
{
50-
"html": "If the <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-response\" id=\"ref-for-concept-response\">response</a>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-response-type\" id=\"ref-for-concept-response-type\">type</a> is <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://fetch.spec.whatwg.org/#dom-responsetype-default\" id=\"ref-for-dom-responsetype-default\">\"default\"</a></code>, attempt to decode the resource as an\n image."
53+
"html": "If <var>response</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-response-type\" id=\"ref-for-concept-response-type\">type</a> is not <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://fetch.spec.whatwg.org/#dom-responsetype-error\" id=\"ref-for-dom-responsetype-error\">\"error\"</a></code>, attempt to decode <var>response</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#body-with-type-body\" id=\"ref-for-body-with-type-body\">body</a> as an\n image."
5154
},
5255
{
5356
"html": "If the image format is supported, use the image as the artwork for\n display in platform UI. Otherwise the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/mediasession/#fetch-image-algorithm\" id=\"ref-for-fetch-image-algorithm②\">fetch image algorithm</a> fails and terminates."
@@ -180,7 +183,7 @@
180183
"html": "If the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediasession/#mediasession\" id=\"ref-for-mediasession①⑦\">MediaSession</a></code>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediasession/#dom-mediasession-metadata\" id=\"ref-for-dom-mediasession-metadata⑧\">metadata</a></code> is not <code>null</code>, set its <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/mediasession/#mediametadata-media-session\" id=\"ref-for-mediametadata-media-session①\">media session</a> to the current <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediasession/#mediasession\" id=\"ref-for-mediasession①⑧\">MediaSession</a></code>."
181184
},
182185
{
183-
"html": "<a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\" id=\"ref-for-in-parallel\">In parallel</a>, run the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/mediasession/#update-metadata-algorithm\" id=\"ref-for-update-metadata-algorithm①\">update metadata algorithm</a>."
186+
"html": "<a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\" id=\"ref-for-in-parallel\">In parallel</a>, run the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/mediasession/#update-metadata-algorithm\" id=\"ref-for-update-metadata-algorithm①\">update metadata algorithm</a>."
184187
}
185188
]
186189
},
@@ -251,7 +254,7 @@
251254
"html": "Let <var>p</var> be a new promise."
252255
},
253256
{
254-
"html": "<a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\" id=\"ref-for-in-parallel\">In parallel</a>, run the following steps:",
257+
"html": "<a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\" id=\"ref-for-in-parallel\">In parallel</a>, run the following steps:",
255258
"rationale": "let",
256259
"steps": [
257260
{
@@ -444,7 +447,7 @@
444447
"html": "If the instance no longer has an associated <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/mediasession/#mediametadata-media-session\" id=\"ref-for-mediametadata-media-session④\">media\n session</a>, abort these steps."
445448
},
446449
{
447-
"html": "Otherwise, <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\" id=\"ref-for-in-parallel\">in parallel</a>, run the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/mediasession/#update-metadata-algorithm\" id=\"ref-for-update-metadata-algorithm②\">update metadata\n algorithm</a>."
450+
"html": "Otherwise, <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\" id=\"ref-for-in-parallel\">in parallel</a>, run the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/mediasession/#update-metadata-algorithm\" id=\"ref-for-update-metadata-algorithm②\">update metadata\n algorithm</a>."
448451
}
449452
]
450453
}

0 commit comments

Comments
 (0)