Skip to content

Commit d714cb1

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.3.1.
1 parent 0ff007f commit d714cb1

37 files changed

+1285
-1090
lines changed

tr/algorithms/gamepad.json

Lines changed: 165 additions & 98 deletions
Large diffs are not rendered by default.

tr/algorithms/media-capabilities.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,10 @@
298298
},
299299
{
300300
"html": "If <code>config.keySystemConfiguration.audio</code> <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-exists\" id=\"ref-for-map-exists①③\">exists</a>:",
301-
"rationale": "set",
301+
"rationale": "if",
302302
"steps": [
303303
{
304-
"html": "Set the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/encrypted-media-2/#dom-mediakeysystemmediacapability-robustness\" id=\"ref-for-dom-mediakeysystemmediacapability-robustness①\">robustness</a></code> attribute to <code> config.keySystemConfiguration.audio.robustness</code>."
304+
"html": "If <code>config.keySystemConfiguration.audio.robustness</code> <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-exists\" id=\"ref-for-map-exists①④\">exists</a> and is not <code>null</code>, set the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/encrypted-media-2/#dom-mediakeysystemmediacapability-robustness\" id=\"ref-for-dom-mediakeysystemmediacapability-robustness①\">robustness</a></code> attribute to <code>config.keySystemConfiguration.audio.robustness</code>."
305305
},
306306
{
307307
"html": "Set the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/encrypted-media-2/#dom-mediakeysystemmediacapability-encryptionscheme\" id=\"ref-for-dom-mediakeysystemmediacapability-encryptionscheme①\">encryptionScheme</a></code> attribute to <code> config.keySystemConfiguration.audio.encryptionScheme</code>."
@@ -311,18 +311,18 @@
311311
]
312312
},
313313
{
314-
"html": "If <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/media-capabilities/#dom-mediaconfiguration-video\" id=\"ref-for-dom-mediaconfiguration-video②\">video</a></code> <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-exists\" id=\"ref-for-map-exists①\">exists</a> in <var>config</var>, set the\n videoCapabilities attribute to a sequence containing a single <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/encrypted-media-2/#dom-mediakeysystemmediacapability\" id=\"ref-for-dom-mediakeysystemmediacapability①\">MediaKeySystemMediaCapability</a></code>, initialized as follows:",
314+
"html": "If <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/media-capabilities/#dom-mediaconfiguration-video\" id=\"ref-for-dom-mediaconfiguration-video②\">video</a></code> <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-exists\" id=\"ref-for-map-exists①\">exists</a> in <var>config</var>, set the\n videoCapabilities attribute to a sequence containing a single <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/encrypted-media-2/#dom-mediakeysystemmediacapability\" id=\"ref-for-dom-mediakeysystemmediacapability①\">MediaKeySystemMediaCapability</a></code>, initialized as follows:",
315315
"rationale": "set",
316316
"steps": [
317317
{
318318
"html": "Set the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/encrypted-media-2/#dom-mediakeysystemmediacapability-contenttype\" id=\"ref-for-dom-mediakeysystemmediacapability-contenttype①\">contentType</a></code> attribute to <code>config.video.contentType</code>."
319319
},
320320
{
321-
"html": "If <code>config.keySystemConfiguration.video</code> <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-exists\" id=\"ref-for-map-exists①\">exists</a>:",
322-
"rationale": "set",
321+
"html": "If <code>config.keySystemConfiguration.video</code> <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-exists\" id=\"ref-for-map-exists①\">exists</a>:",
322+
"rationale": "if",
323323
"steps": [
324324
{
325-
"html": "Set the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/encrypted-media-2/#dom-mediakeysystemmediacapability-robustness\" id=\"ref-for-dom-mediakeysystemmediacapability-robustness②\">robustness</a></code> attribute to <code> config.keySystemConfiguration.video.robustness</code>."
325+
"html": "If <code>config.keySystemConfiguration.video.robustness</code> <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-exists\" id=\"ref-for-map-exists①⑦\">exists</a> and is not <code>null</code>, set the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/encrypted-media-2/#dom-mediakeysystemmediacapability-robustness\" id=\"ref-for-dom-mediakeysystemmediacapability-robustness②\">robustness</a></code> attribute to <code>config.keySystemConfiguration.video.robustness</code>."
326326
},
327327
{
328328
"html": "Set the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/encrypted-media-2/#dom-mediakeysystemmediacapability-encryptionscheme\" id=\"ref-for-dom-mediakeysystemmediacapability-encryptionscheme②\">encryptionScheme</a></code> attribute to <code> config.keySystemConfiguration.video.encryptionScheme</code>."
@@ -367,7 +367,7 @@
367367
"html": "If <var>configuration</var> is not a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/media-capabilities/#valid-mediadecodingconfiguration\" id=\"ref-for-valid-mediadecodingconfiguration\">valid\n MediaDecodingConfiguration</a>, return a Promise rejected with a\n newly created <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#exceptiondef-typeerror\" id=\"ref-for-exceptiondef-typeerror\">TypeError</a></code>."
368368
},
369369
{
370-
"html": "If <code>configuration.keySystemConfiguration</code> <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-exists\" id=\"ref-for-map-exists①\">exists</a>,\n run the following substeps:",
370+
"html": "If <code>configuration.keySystemConfiguration</code> <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-exists\" id=\"ref-for-map-exists①\">exists</a>,\n run the following substeps:",
371371
"rationale": "if",
372372
"steps": [
373373
{

0 commit comments

Comments
 (0)