Skip to content

Commit 58b5917

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 19.2.3.
1 parent e43942e commit 58b5917

14 files changed

+400
-304
lines changed

tr/algorithms/mediacapture-streams.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@
922922
"rationale": "let",
923923
"steps": [
924924
{
925-
"html": "<p>Let <var>finalCandidate</var> be the provided media, which\n <em class=\"rfc2119\">MUST</em> be precisely one <a href=\"https://www.w3.org/TR/mediacapture-streams/#dfn-candidate\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-candidate-1\">candidate</a> of type <var>kind</var> from\n <var>finalSet</var>. The decision of which candidate to\n choose from the <var>finalSet</var> is completely up to\n the <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/mediacapture-streams/#dfn-user-agent\" class=\"internalDFN\" id=\"ref-for-dfn-user-agent-83\">User Agent</a> and may be determined by asking the user.\n </p>\n <p>The <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/mediacapture-streams/#dfn-user-agent\" class=\"internalDFN\" id=\"ref-for-dfn-user-agent-84\">User Agent</a> <em class=\"rfc2119\">SHOULD</em> use the value of the computed\n <a href=\"https://www.w3.org/TR/mediacapture-streams/#dfn-fitness-distance\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-fitness-distance-1\">fitness distance</a> from the <a href=\"https://www.w3.org/TR/mediacapture-streams/#dfn-selectsettings\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-selectsettings-4\">SelectSettings</a>\n algorithm as an input to the selection algorithm.\n However, it <em class=\"rfc2119\">MAY</em> also use other internally-available\n information about the devices, such as user preference.</p>\n <p><a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/mediacapture-streams/#dfn-user-agent\" class=\"internalDFN\" id=\"ref-for-dfn-user-agent-85\">User Agents</a> are encouraged to default to using the\n user's primary or system default device for <var>kind</var>\n (when possible). <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/mediacapture-streams/#dfn-user-agent\" class=\"internalDFN\" id=\"ref-for-dfn-user-agent-86\">User Agents</a>\n <em class=\"rfc2119\">MAY</em> allow users to use any media source, including\n pre-recorded media files.</p>"
925+
"html": "<p>Let <var>finalCandidate</var> be the provided media, which\n <em class=\"rfc2119\">MUST</em> be precisely one <a href=\"https://www.w3.org/TR/mediacapture-streams/#dfn-candidate\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-candidate-1\">candidate</a> of type <var>kind</var> from\n <var>finalSet</var>. The decision of which candidate to\n choose from the <var>finalSet</var> is completely up to\n the <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/mediacapture-streams/#dfn-user-agent\" class=\"internalDFN\" id=\"ref-for-dfn-user-agent-83\">User Agent</a> and may be determined by asking the user.\n </p>\n <p>The <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/mediacapture-streams/#dfn-user-agent\" class=\"internalDFN\" id=\"ref-for-dfn-user-agent-84\">User Agent</a> <em class=\"rfc2119\">SHOULD</em> use the value of the computed\n <a href=\"https://www.w3.org/TR/mediacapture-streams/#dfn-fitness-distance\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-fitness-distance-1\">fitness distance</a> from the <a href=\"https://www.w3.org/TR/mediacapture-streams/#dfn-selectsettings\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-selectsettings-4\">SelectSettings</a>\n algorithm as an input to the selection algorithm.\n However, it <em class=\"rfc2119\">MAY</em> also use other internally-available\n information about the devices, such as user preference.</p>\n \n <p><a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/mediacapture-streams/#dfn-user-agent\" class=\"internalDFN\" id=\"ref-for-dfn-user-agent-85\">User Agents</a> are encouraged to default to using the\n user's primary or system default device for <var>kind</var>\n (when possible). <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/mediacapture-streams/#dfn-user-agent\" class=\"internalDFN\" id=\"ref-for-dfn-user-agent-86\">User Agents</a>\n <em class=\"rfc2119\">MAY</em> allow users to use any media source, including\n pre-recorded media files.</p>"
926926
},
927927
{
928928
"html": "<p>The result of the request is \"<a data-link-type=\"enum-value\" href=\"https://www.w3.org/TR/permissions/#dom-permissionstate-granted\"><code>granted</code></a>\".\n If a hardware error such as an OS/program/webpage lock prevents access,\n remove the corresponding candidate from <var>finalSet</var>.\n If <var>finalSet</var> has no candidates of type <var>kind</var>,\n <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#reject\">reject</a> <var>p</var> with a new\n <a data-link-type=\"interface\" data-lt=\"DOMException\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\"><code>DOMException</code></a> object whose\n <a data-link-type=\"attribute\" href=\"https://webidl.spec.whatwg.org/#dom-domexception-name\"><code>name</code></a> attribute has the value\n \"<a data-link-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#notreadableerror\"><code>NotReadableError</code></a>\" and abort these steps.\n Otherwise, restart these sub steps with the updated <var>finalSet</var>.</p>\n <p>If device access fails for any reason other than those listed above,\n remove the corresponding candidate from <var>finalSet</var>.\n If <var>finalSet</var> has no candidates of type <var>kind</var>,\n <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#reject\">reject</a> <var>p</var> with a new <a data-link-type=\"interface\" data-lt=\"DOMException\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\"><code>DOMException</code></a>\n object whose <a data-link-type=\"attribute\" href=\"https://webidl.spec.whatwg.org/#dom-domexception-name\"><code>name</code></a> attribute has the\n value \"<a data-link-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#aborterror\"><code>AbortError</code></a>\" and abort these steps.\n Otherwise, restart these sub steps with the updated <var>finalSet</var>.</p>"
@@ -1131,7 +1131,7 @@
11311131
"html": "<p>Let <var>successfulSettings</var> be the result of running\n the <a href=\"https://www.w3.org/TR/mediacapture-streams/#dfn-selectsettings\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-selectsettings-7\">SelectSettings</a> algorithm with\n <var>newConstraints</var> as the constraint set.</p>"
11321132
},
11331133
{
1134-
"html": "<p>If <var>successfulSettings</var> is\n <code>undefined</code>, let <var>failedConstraint</var> be\n any <a data-lt=\"required constraints\" href=\"https://www.w3.org/TR/mediacapture-streams/#dfn-required-constraints\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-required-constraints-10\">required constraint</a>\n whose fitness distance was infinity\n for all settings dictionaries examined while executing the\n <a href=\"https://www.w3.org/TR/mediacapture-streams/#dfn-selectsettings\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-selectsettings-8\">SelectSettings</a> algorithm, or <code>\"\"</code> if there\n isn't one, and then return\n <var>failedConstraint</var> and abort these steps.</p>"
1134+
"html": "<p>If <var>successfulSettings</var> is\n <code>undefined</code>, let <var>failedConstraint</var> be\n any <a data-lt=\"required constraints\" href=\"https://www.w3.org/TR/mediacapture-streams/#dfn-required-constraints\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-required-constraints-11\">required constraint</a>\n whose fitness distance was infinity\n for all settings dictionaries examined while executing the\n <a href=\"https://www.w3.org/TR/mediacapture-streams/#dfn-selectsettings\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-selectsettings-8\">SelectSettings</a> algorithm, or <code>\"\"</code> if there\n isn't one, and then return\n <var>failedConstraint</var> and abort these steps.</p>"
11351135
},
11361136
{
11371137
"html": "In a single operation, remove the existing constraints from\n <var>object</var>, apply <var>newConstraints</var>, and apply\n <var>successfulSettings</var> as the current settings."

tr/algorithms/webdriver-bidi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4857,7 +4857,7 @@
48574857
"rationale": "let",
48584858
"steps": [
48594859
{
4860-
"html": "<p>Let <var>collected data</var> be a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#network-data\" id=\"ref-for-network-data②\">network data</a> with\n <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#network-data-bytes\" id=\"ref-for-network-data-bytes\">bytes</a> set to null,\n <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#network-data-cloned-body\" id=\"ref-for-network-data-cloned-body\">cloned body</a> set to <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-body-clone\" id=\"ref-for-concept-body-clone\">clone</a> of <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-body\" id=\"ref-for-concept-request-body①\">body</a>,\n <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#network-data-collectors\" id=\"ref-for-network-data-collectors\">collectors</a> set to an empty list,\n <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#network-data-pending\" id=\"ref-for-network-data-pending\">pending</a> set to true,\n <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#network-data-request\" id=\"ref-for-network-data-request\">request</a> set to <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#request-id\" id=\"ref-for-request-id①\">request id</a>,\n <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#network-data-size\" id=\"ref-for-network-data-size\">size</a> set to null,\n <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#network-data-type\" id=\"ref-for-network-data-type\">type</a> set to \"response\".</p>"
4860+
"html": "<p>Let <var>collected data</var> be a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#network-data\" id=\"ref-for-network-data②\">network data</a> with\n <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#network-data-bytes\" id=\"ref-for-network-data-bytes\">bytes</a> set to null,\n <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#network-data-cloned-body\" id=\"ref-for-network-data-cloned-body\">cloned body</a> set to <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-body-clone\" id=\"ref-for-concept-body-clone\">clone</a> of <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-body\" id=\"ref-for-concept-request-body①\">body</a>,\n <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#network-data-collectors\" id=\"ref-for-network-data-collectors\">collectors</a> set to an empty list,\n <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#network-data-pending\" id=\"ref-for-network-data-pending\">pending</a> set to true,\n <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#network-data-request\" id=\"ref-for-network-data-request\">request</a> set to <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#request-id\" id=\"ref-for-request-id①\">request id</a>,\n <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#network-data-size\" id=\"ref-for-network-data-size\">size</a> set to null,\n <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#network-data-type\" id=\"ref-for-network-data-type\">type</a> set to \"request\".</p>"
48614861
},
48624862
{
48634863
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-append\" id=\"ref-for-list-append②⑥\">Append</a> <var>collected data</var> to <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#collected-network-data\" id=\"ref-for-collected-network-data②\">collected network data</a>.</p>"

0 commit comments

Comments
 (0)