Skip to content

Commit 8db9ee1

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.4.6.
1 parent 1ca04aa commit 8db9ee1

15 files changed

+423
-510
lines changed

tr/algorithms/accname-1.2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
]
8989
},
9090
{
91-
"html": "<span id=\"step2E\"></span><em>Host Language Label:</em> Otherwise, if the <code>current node</code>'s native markup provides an\n <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-attribute\">attribute</a> (e.g. <code>alt</code>) or <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-element\">element</a> (e.g. <abbr title=\"Hypertext Markup Language\">HTML</abbr> <code>label</code> or <abbr title=\"Scalable Vector Graphics\">SVG</abbr> <code>title</code>) that defines a text alternative, return that alternative in the form of\n a <code>flat string</code> as defined by the host language, unless the <code>current node</code> is exposed as presentational (<code>role=\"presentation\"</code> or\n <code>role=\"none\"</code>)."
91+
"html": "<span id=\"step2E\"></span><em>Host Language Label:</em> Otherwise, if the <code>current node</code>'s native markup provides an\n <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-attribute\">attribute</a> (e.g. <code>alt</code>) or <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-element\">element</a> (e.g. <abbr title=\"Hypertext Markup Language\">HTML</abbr> <code>label</code> or <abbr title=\"Scalable Vector Graphics\">SVG</abbr> <code>title</code>) that defines a text alternative, return that alternative in the form of\n a <code>flat string</code> as defined by the host language (e.g., <a href=\"https://www.w3.org/TR/html-aam-1.0/#accessible-name-and-description-computation\"><abbr title=\"Hypertext Markup Language\">HTML</abbr>-AAM</a>), unless the\n <code>current node</code> is exposed as presentational (<code>role=\"presentation\"</code> or <code>role=\"none\"</code>)."
9292
},
9393
{
9494
"html": "<span id=\"step2F\"></span><em>Name From Content:</em> Otherwise, if the <code>current node's</code> allows\n <a class=\"specref\" href=\"https://www.w3.org/TR/wai-aria-1.3/#namefromcontent\">name from content</a>, or if the <code>current node</code> is referenced by <code>aria-labelledby</code>, <code>aria-describedby</code>, or\n is a native host language text alternative <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-element\">element</a> (e.g. <code>label</code> in <abbr title=\"Hypertext Markup Language\">HTML</abbr>), or is a descendant of a native host language text alternative <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-element\">element</a>:",

tr/algorithms/mediacapture-transform.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"rationale": "if",
1010
"steps": [
1111
{
12-
"html": "<p>If <var>init</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediacapture-transform/#dom-mediastreamtrackprocessorinit-track\" id=\"ref-for-dom-mediastreamtrackprocessorinit-track\">track</a></code> is not a valid <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediacapture-streams/#dom-mediastreamtrack\" id=\"ref-for-dom-mediastreamtrack\">MediaStreamTrack</a></code>,\nthrow a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#exceptiondef-typeerror\" id=\"ref-for-exceptiondef-typeerror\">TypeError</a></code>.</p>"
12+
"html": "<p>If <var>init</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediacapture-transform/#dom-mediastreamtrackprocessorinit-track\" id=\"ref-for-dom-mediastreamtrackprocessorinit-track\">track</a></code> is not a valid <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediacapture-streams/#dom-mediastreamtrack\" id=\"ref-for-dom-mediastreamtrack\">MediaStreamTrack</a></code>,\nthrow a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#exceptiondef-typeerror\" id=\"ref-for-exceptiondef-typeerror\">TypeError</a></code>.</p>"
1313
},
1414
{
1515
"html": "<p>Let <var>maxBufferSize</var> be 1.</p>"
@@ -52,7 +52,7 @@
5252
{
5353
"name": "MediaStreamTrackProcessor/readable",
5454
"href": "https://www.w3.org/TR/mediacapture-transform/#dom-mediastreamtrackprocessor-readable",
55-
"html": "Allows reading the frames delivered by the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediacapture-streams/#dom-mediastreamtrack\" id=\"ref-for-dom-mediastreamtrack\">MediaStreamTrack</a></code> stored\nin the <code>[[track]]</code> internal slot. This attribute is created the first time it is invoked\naccording to the following steps:",
55+
"html": "Allows reading the frames delivered by the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediacapture-streams/#dom-mediastreamtrack\" id=\"ref-for-dom-mediastreamtrack\">MediaStreamTrack</a></code> stored\nin the <code>[[track]]</code> internal slot. This attribute is created the first time it is invoked\naccording to the following steps:",
5656
"rationale": "initialize",
5757
"steps": [
5858
{
@@ -66,7 +66,7 @@
6666
{
6767
"name": "processorPull",
6868
"href": "https://www.w3.org/TR/mediacapture-transform/#processorpull",
69-
"html": "The <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"processorpull\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">processorPull</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span> algorithm is given a <var>processor</var> as input. It is defined by the following steps:",
69+
"html": "The <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"processorpull\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">processorPull</dfn> algorithm is given a <var>processor</var> as input. It is defined by the following steps:",
7070
"rationale": "increment",
7171
"steps": [
7272
{
@@ -83,7 +83,7 @@
8383
{
8484
"name": "maybeReadFrame",
8585
"href": "https://www.w3.org/TR/mediacapture-transform/#maybereadframe",
86-
"html": "The <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"maybereadframe\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">maybeReadFrame</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span> algorithm is given a <var>processor</var> as input. It is defined by the following steps:",
86+
"html": "The <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"maybereadframe\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">maybeReadFrame</dfn> algorithm is given a <var>processor</var> as input. It is defined by the following steps:",
8787
"rationale": "if",
8888
"steps": [
8989
{
@@ -109,7 +109,7 @@
109109
{
110110
"name": "processorCancel",
111111
"href": "https://www.w3.org/TR/mediacapture-transform/#processorcancel",
112-
"html": "The <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"processorcancel\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">processorCancel</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span> algorithm is given a <var>processor</var> as input.\nIt is defined by running the following steps:",
112+
"html": "The <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"processorcancel\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">processorCancel</dfn> algorithm is given a <var>processor</var> as input.\nIt is defined by running the following steps:",
113113
"rationale": "run",
114114
"steps": [
115115
{
@@ -123,7 +123,7 @@
123123
{
124124
"name": "processorClose",
125125
"href": "https://www.w3.org/TR/mediacapture-transform/#processorclose",
126-
"html": "The <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"processorclose\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">processorClose</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span> algorithm is given a <var>processor</var> as input.\nIt is defined by running the following steps:",
126+
"html": "The <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"processorclose\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">processorClose</dfn> algorithm is given a <var>processor</var> as input.\nIt is defined by running the following steps:",
127127
"rationale": "if",
128128
"steps": [
129129
{
@@ -146,7 +146,7 @@
146146
{
147147
"name": "handleNewFrame",
148148
"href": "https://www.w3.org/TR/mediacapture-transform/#handlenewframe",
149-
"html": "The <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"handlenewframe\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">handleNewFrame</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span> algorithm is given a <var>processor</var> as input.\nIt is defined by running the following steps:",
149+
"html": "The <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"handlenewframe\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">handleNewFrame</dfn> algorithm is given a <var>processor</var> as input.\nIt is defined by running the following steps:",
150150
"rationale": "if",
151151
"steps": [
152152
{
@@ -170,14 +170,14 @@
170170
]
171171
},
172172
{
173-
"html": "The <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://streams.spec.whatwg.org/#writablestream\" id=\"ref-for-writablestream①\">WritableStream</a></code> accepts <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#videoframe\" id=\"ref-for-videoframe\">VideoFrame</a></code> objects.\nWhen a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#videoframe\" id=\"ref-for-videoframe\">VideoFrame</a></code> is written to <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediacapture-transform/#dom-videotrackgenerator-writable\" id=\"ref-for-dom-videotrackgenerator-writable②\">writable</a></code>,\nthe frame’s <code>close()</code> method is automatically invoked, so that its internal\nresources are no longer accessible from JavaScript.",
173+
"html": "The <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://streams.spec.whatwg.org/#writablestream\" id=\"ref-for-writablestream①\">WritableStream</a></code> accepts <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#videoframe\" id=\"ref-for-videoframe\">VideoFrame</a></code> objects.\nWhen a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#videoframe\" id=\"ref-for-videoframe\">VideoFrame</a></code> is written to <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediacapture-transform/#dom-videotrackgenerator-writable\" id=\"ref-for-dom-videotrackgenerator-writable②\">writable</a></code>,\nthe frame’s <code>close()</code> method is automatically invoked, so that its internal\nresources are no longer accessible from JavaScript.",
174174
"rationale": "let",
175175
"steps": [
176176
{
177177
"html": "<p>Let <var>generator</var> be a new <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediacapture-transform/#videotrackgenerator\" id=\"ref-for-videotrackgenerator③\">VideoTrackGenerator</a></code> object.</p>"
178178
},
179179
{
180-
"html": "<p>Let <var>track</var> be a newly <a data-link-type=\"abstract-op\" href=\"https://www.w3.org/TR/mediacapture-streams/#dfn-create-a-mediastreamtrack\" id=\"ref-for-dfn-create-a-mediastreamtrack\">created</a> <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediacapture-streams/#dom-mediastreamtrack\" id=\"ref-for-dom-mediastreamtrack①\">MediaStreamTrack</a></code> with <var>source</var> set to <var>generator</var> and <var>tieSourceToContext</var> set to <code>false</code>.</p>"
180+
"html": "<p>Let <var>track</var> be a newly <a data-link-type=\"abstract-op\" href=\"https://www.w3.org/TR/mediacapture-streams/#dfn-create-a-mediastreamtrack\" id=\"ref-for-dfn-create-a-mediastreamtrack\">created</a> <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediacapture-streams/#dom-mediastreamtrack\" id=\"ref-for-dom-mediastreamtrack①\">MediaStreamTrack</a></code> with <var>source</var> set to <var>generator</var> and <var>tieSourceToContext</var> set to <code>false</code>.</p>"
181181
},
182182
{
183183
"html": "<p>Initialize <var>generator</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/mediacapture-transform/#dom-videotrackgenerator-track\" id=\"ref-for-dom-videotrackgenerator-track④\">track</a></code> to <var>track</var>.</p>"
@@ -204,11 +204,11 @@
204204
{
205205
"name": "writeFrame",
206206
"href": "https://www.w3.org/TR/mediacapture-transform/#writeframe",
207-
"html": "The <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"writeframe\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">writeFrame</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span> algorithm is given a <var>generator</var> and a <var>frame</var> as input. It is defined by running the following steps:",
207+
"html": "The <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"writeframe\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">writeFrame</dfn> algorithm is given a <var>generator</var> and a <var>frame</var> as input. It is defined by running the following steps:",
208208
"rationale": "if",
209209
"steps": [
210210
{
211-
"html": "<p>If <var>frame</var> is not a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#videoframe\" id=\"ref-for-videoframe\">VideoFrame</a></code> object, return <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#a-promise-rejected-with\" id=\"ref-for-a-promise-rejected-with\">a promise rejected with</a> a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#exceptiondef-typeerror\" id=\"ref-for-exceptiondef-typeerror①\">TypeError</a></code>.</p>"
211+
"html": "<p>If <var>frame</var> is not a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#videoframe\" id=\"ref-for-videoframe\">VideoFrame</a></code> object, return <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#a-promise-rejected-with\" id=\"ref-for-a-promise-rejected-with\">a promise rejected with</a> a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#exceptiondef-typeerror\" id=\"ref-for-exceptiondef-typeerror①\">TypeError</a></code>.</p>"
212212
},
213213
{
214214
"html": "<p>If the value of <var>frame</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://html.spec.whatwg.org/multipage/structured-data.html#detached\" id=\"ref-for-detached\">[[Detached]]</a></code> internal slot is true, return <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#a-promise-rejected-with\" id=\"ref-for-a-promise-rejected-with①\">a promise rejected with</a> a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#exceptiondef-typeerror\" id=\"ref-for-exceptiondef-typeerror②\">TypeError</a></code>.</p>"
@@ -236,7 +236,7 @@
236236
{
237237
"name": "closeWritable",
238238
"href": "https://www.w3.org/TR/mediacapture-transform/#closewritable",
239-
"html": "The <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"closewritable\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">closeWritable</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span> algorithm is given a <var>generator</var> as input.\nIt is defined by running the following steps.",
239+
"html": "The <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"closewritable\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">closeWritable</dfn> algorithm is given a <var>generator</var> as input.\nIt is defined by running the following steps.",
240240
"rationale": "for",
241241
"steps": [
242242
{

0 commit comments

Comments
 (0)