Skip to content

Commit e48c2c2

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 19.0.1.
1 parent 31ecbf4 commit e48c2c2

21 files changed

+803
-722
lines changed

tr/algorithms/IndexedDB-3.json

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

tr/algorithms/rdf12-concepts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"name": "literal",
99
"href": "https://www.w3.org/TR/rdf12-concepts/#dfn-literal",
10-
"html": "A <dfn data-local-lt=\"RDF literal\" data-lt=\"literal|RDF literal\" data-plurals=\"literals\" id=\"dfn-literal\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">literal</dfn> in an <a href=\"https://www.w3.org/TR/rdf12-concepts/#dfn-rdf-graph\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-rdf-graph-29\">RDF graph</a> consists of\n two, three, or four elements, as follow:",
10+
"html": "A <dfn data-local-lt=\"RDF literal\" data-lt=\"literal|RDF literal\" data-plurals=\"literals\" id=\"dfn-literal\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">literal</dfn> in an <a href=\"https://www.w3.org/TR/rdf12-concepts/#dfn-rdf-graph\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-rdf-graph-29\">RDF graph</a> consists of\n two, three, or four elements, as follows:",
1111
"rationale": "if",
1212
"steps": [
1313
{

tr/algorithms/trusted-types.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,13 @@
142142
]
143143
},
144144
{
145-
"html": "<p>Let <var>policyValue</var> be the result of invoking <var>function</var> with\n<var>value</var> as a first argument, items of <var>arguments</var> as subsequent arguments,\nand <a href=\"https://tc39.es/ecma262/multipage/overview.html#sec-method\">callback <strong>this</strong> value</a> set to <code>null</code>, rethrowing any exceptions.</p>"
145+
"html": "<p>Let <var>args</var> be « <var>value</var> ».</p>"
146+
},
147+
{
148+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-append\" id=\"ref-for-set-append①\">Append</a> each item in <var>arguments</var> to <var>args</var>.</p>"
149+
},
150+
{
151+
"html": "<p>Let <var>policyValue</var> be the result of <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#invoke-a-callback-function\" id=\"ref-for-invoke-a-callback-function\">invoking</a> <var>function</var> with\n<var>args</var> and <code>\"rethrow\"</code>.</p>"
146152
},
147153
{
148154
"html": "<p>Return <var>policyValue</var>.</p>"
@@ -223,16 +229,19 @@
223229
"html": "<p>Let <var>sink</var> be \"<code>HTMLScriptElement text</code>\" if <var>script</var> is an <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://html.spec.whatwg.org/multipage/scripting.html#htmlscriptelement\" id=\"ref-for-htmlscriptelement⑤\">HTMLScriptElement</a></code>; otherwise \"<code>SVGScriptElement text</code>\".</p>"
224230
},
225231
{
226-
"html": "<p>If <var>script</var>’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/trusted-types/#htmlscriptelement-script-text\" id=\"ref-for-htmlscriptelement-script-text\">script text</a> value is not equal to its <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-child-text-content\" id=\"ref-for-concept-child-text-content\">child text content</a>,\nset <var>script</var>’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/trusted-types/#htmlscriptelement-script-text\" id=\"ref-for-htmlscriptelement-script-text①\">script text</a> to the result of executing <a data-link-type=\"abstract-op\" href=\"https://www.w3.org/TR/trusted-types/#abstract-opdef-get-trusted-type-compliant-string\" id=\"ref-for-abstract-opdef-get-trusted-type-compliant-string\">Get Trusted Type compliant string</a>, with the following arguments:</p>\n <ul>\n <li data-md=\"\">\n <p><code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/trusted-types/#trustedscripturl\" id=\"ref-for-trustedscripturl④\">TrustedScriptURL</a></code> as <var>expectedType</var>,</p>\n </li><li data-md=\"\">\n <p><var>script</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://dom.spec.whatwg.org/#document\" id=\"ref-for-document①\">Document</a></code>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global\" id=\"ref-for-concept-relevant-global①\">relevant global object</a> as <var>global</var>,</p>\n </li><li data-md=\"\">\n <p><var>script</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-child-text-content\" id=\"ref-for-concept-child-text-content①\">child text content</a> attribute value,</p>\n </li><li data-md=\"\">\n <p><var>sink</var>,</p>\n </li><li data-md=\"\">\n <p><code>'script'</code> as <var>sinkGroup</var>.</p>\n </li></ul>\n <p>If the algorithm threw an error, rethrow the error.</p>"
232+
"html": "<p>If <var>script</var>’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/trusted-types/#htmlscriptelement-script-text\" id=\"ref-for-htmlscriptelement-script-text\">script text</a> value is not equal to its <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-child-text-content\" id=\"ref-for-concept-child-text-content\">child text content</a>,\nset <var>script</var>’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/trusted-types/#htmlscriptelement-script-text\" id=\"ref-for-htmlscriptelement-script-text①\">script text</a> to the result of executing <a data-link-type=\"abstract-op\" href=\"https://www.w3.org/TR/trusted-types/#abstract-opdef-get-trusted-type-compliant-string\" id=\"ref-for-abstract-opdef-get-trusted-type-compliant-string\">Get Trusted Type compliant string</a>, with the following arguments:</p>\n <ul>\n <li data-md=\"\">\n <p><code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/trusted-types/#trustedscripturl\" id=\"ref-for-trustedscripturl④\">TrustedScriptURL</a></code> as <var>expectedType</var>,</p>\n </li><li data-md=\"\">\n <p><var>script</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://dom.spec.whatwg.org/#document\" id=\"ref-for-document①\">Document</a></code>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global\" id=\"ref-for-concept-relevant-global①\">relevant global object</a> as <var>global</var>,</p>\n </li><li data-md=\"\">\n <p><var>script</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-child-text-content\" id=\"ref-for-concept-child-text-content①\">child text content</a> attribute value as <var>input</var>,</p>\n </li><li data-md=\"\">\n <p><var>sink</var>,</p>\n </li><li data-md=\"\">\n <p><code>'script'</code> as <var>sinkGroup</var>.</p>\n </li></ul>\n <p>If the algorithm threw an error, rethrow the error.</p>"
227233
}
228234
]
229235
},
230236
{
231237
"html": "Given an <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://html.spec.whatwg.org/multipage/scripting.html#htmlscriptelement\" id=\"ref-for-htmlscriptelement④\">HTMLScriptElement</a></code> or <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/SVG2/interact.html#InterfaceSVGScriptElement\" id=\"ref-for-InterfaceSVGScriptElement\">SVGScriptElement</a></code> (<var>script</var>), this algorithm performs the following steps:",
232-
"rationale": "set",
238+
"rationale": "if",
233239
"steps": [
234240
{
235-
"html": "<p>Set <var>attributeData</var> to the result of <a data-link-type=\"abstract-op\" href=\"https://www.w3.org/TR/trusted-types/#abstract-opdef-get-trusted-type-data-for-attribute\" id=\"ref-for-abstract-opdef-get-trusted-type-data-for-attribute①\">Get Trusted Type data for attribute</a> algorithm, with the following arguments:</p>\n <ul>\n <li data-md=\"\">\n <p><var>element</var></p>\n </li><li data-md=\"\">\n <p><var>attribute</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-attribute-local-name\" id=\"ref-for-concept-attribute-local-name\">local name</a> as <var>attribute</var></p>\n </li><li data-md=\"\">\n <p><var>attribute</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-attribute-namespace\" id=\"ref-for-concept-attribute-namespace\">namespace</a> as <var>attributeNs</var></p>\n </li></ul>"
241+
"html": "<p>If <var>attributeNs</var> is the empty string, set <var>attributeNs</var> to null.</p>"
242+
},
243+
{
244+
"html": "<p>Set <var>attributeData</var> to the result of <a data-link-type=\"abstract-op\" href=\"https://www.w3.org/TR/trusted-types/#abstract-opdef-get-trusted-type-data-for-attribute\" id=\"ref-for-abstract-opdef-get-trusted-type-data-for-attribute①\">Get Trusted Type data for attribute</a> algorithm, with the following arguments:</p>\n <ul>\n <li data-md=\"\">\n <p><var>element</var></p>\n </li><li data-md=\"\">\n <p><var>attributeName</var></p>\n </li><li data-md=\"\">\n <p><var>attributeNs</var></p>\n </li></ul>"
236245
},
237246
{
238247
"html": "If <var>attributeData</var> is null, then:",

tr/algorithms/webdriver-bidi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6578,7 +6578,7 @@
65786578
]
65796579
},
65806580
{
6581-
"html": "<p>Let <var>body</var> be a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-map\" id=\"ref-for-ordered-map⑥⑥\">map</a> matching the <code>script.GetDataResult</code> production,\n with the <code>bytes</code> field set to <var>bytes</var>.</p>"
6581+
"html": "<p>Let <var>body</var> be a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-map\" id=\"ref-for-ordered-map⑥⑥\">map</a> matching the <code>network.GetDataResult</code> production,\n with the <code>bytes</code> field set to <var>bytes</var>.</p>"
65826582
},
65836583
{
65846584
"html": "<p>If <var>disown</var> is true, <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#remove-collector-from-data\" id=\"ref-for-remove-collector-from-data②\">remove collector from data</a> with <var>collected data</var> and <var>collector id</var>.</p>"

tr/algorithms/webgpu.json

Lines changed: 169 additions & 127 deletions
Large diffs are not rendered by default.

tr/cddl/webdriver-bidi-all.cddl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,7 @@ NetworkCommand = (
871871
network.ContinueRequest //
872872
network.ContinueResponse //
873873
network.ContinueWithAuth //
874+
network.DisownData //
874875
network.FailRequest //
875876
network.GetData //
876877
network.ProvideResponse //
@@ -1160,7 +1161,7 @@ network.GetDataParameters = {
11601161
request: network.Request,
11611162
}
11621163

1163-
script.GetDataResult = {
1164+
network.GetDataResult = {
11641165
bytes: network.BytesValue,
11651166
}
11661167

@@ -2732,6 +2733,7 @@ NetworkCommand = (
27322733
network.ContinueRequest //
27332734
network.ContinueResponse //
27342735
network.ContinueWithAuth //
2736+
network.DisownData //
27352737
network.FailRequest //
27362738
network.GetData //
27372739
network.ProvideResponse //
@@ -4308,7 +4310,7 @@ network.AddInterceptResult = {
43084310
intercept: network.Intercept
43094311
}
43104312

4311-
script.GetDataResult = {
4313+
network.GetDataResult = {
43124314
bytes: network.BytesValue,
43134315
}
43144316

tr/cddl/webdriver-bidi-local-cddl.cddl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ network.AddInterceptResult = {
595595
intercept: network.Intercept
596596
}
597597

598-
script.GetDataResult = {
598+
network.GetDataResult = {
599599
bytes: network.BytesValue,
600600
}
601601

@@ -1750,6 +1750,7 @@ NetworkCommand = (
17501750
network.ContinueRequest //
17511751
network.ContinueResponse //
17521752
network.ContinueWithAuth //
1753+
network.DisownData //
17531754
network.FailRequest //
17541755
network.GetData //
17551756
network.ProvideResponse //
@@ -3326,7 +3327,7 @@ network.AddInterceptResult = {
33263327
intercept: network.Intercept
33273328
}
33283329

3329-
script.GetDataResult = {
3330+
network.GetDataResult = {
33303331
bytes: network.BytesValue,
33313332
}
33323333

tr/cddl/webdriver-bidi-remote-cddl.cddl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,7 @@ NetworkCommand = (
553553
network.ContinueRequest //
554554
network.ContinueResponse //
555555
network.ContinueWithAuth //
556+
network.DisownData //
556557
network.FailRequest //
557558
network.GetData //
558559
network.ProvideResponse //
@@ -2087,6 +2088,7 @@ NetworkCommand = (
20872088
network.ContinueRequest //
20882089
network.ContinueResponse //
20892090
network.ContinueWithAuth //
2091+
network.DisownData //
20902092
network.FailRequest //
20912093
network.GetData //
20922094
network.ProvideResponse //
@@ -3663,7 +3665,7 @@ network.AddInterceptResult = {
36633665
intercept: network.Intercept
36643666
}
36653667

3666-
script.GetDataResult = {
3668+
network.GetDataResult = {
36673669
bytes: network.BytesValue,
36683670
}
36693671

tr/dfns/webdriver-bidi.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21610,10 +21610,10 @@
2161021610
"definedIn": "pre"
2161121611
},
2161221612
{
21613-
"id": "cddl-type-scriptgetdataresult",
21614-
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-type-scriptgetdataresult",
21613+
"id": "cddl-type-networkgetdataresult",
21614+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-type-networkgetdataresult",
2161521615
"linkingText": [
21616-
"script.GetDataResult"
21616+
"network.GetDataResult"
2161721617
],
2161821618
"localLinkingText": [],
2161921619
"type": "cddl-type",
@@ -21629,16 +21629,16 @@
2162921629
"definedIn": "pre"
2163021630
},
2163121631
{
21632-
"id": "cddl-key-scriptgetdataresult-bytes",
21633-
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-scriptgetdataresult-bytes",
21632+
"id": "cddl-key-networkgetdataresult-bytes",
21633+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-networkgetdataresult-bytes",
2163421634
"linkingText": [
2163521635
"bytes",
2163621636
"\"bytes\""
2163721637
],
2163821638
"localLinkingText": [],
2163921639
"type": "cddl-key",
2164021640
"for": [
21641-
"script.GetDataResult"
21641+
"network.GetDataResult"
2164221642
],
2164321643
"access": "private",
2164421644
"informative": false,

tr/dfns/webgpu.json

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11870,10 +11870,29 @@
1187011870
"definedIn": "table"
1187111871
},
1187211872
{
11873-
"id": "abstract-opdef-get-buffer-binding",
11874-
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-get-buffer-binding",
11873+
"id": "abstract-opdef-get-as-texture-view",
11874+
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-get-as-texture-view",
1187511875
"linkingText": [
11876-
"get buffer binding"
11876+
"get as texture view"
11877+
],
11878+
"localLinkingText": [],
11879+
"type": "abstract-op",
11880+
"for": [],
11881+
"access": "public",
11882+
"informative": false,
11883+
"heading": {
11884+
"id": "bind-group-creation",
11885+
"href": "https://www.w3.org/TR/webgpu/#bind-group-creation",
11886+
"title": "Bind Group Creation",
11887+
"number": "8.2.1"
11888+
},
11889+
"definedIn": "prose"
11890+
},
11891+
{
11892+
"id": "abstract-opdef-get-as-buffer-binding",
11893+
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-get-as-buffer-binding",
11894+
"linkingText": [
11895+
"get as buffer binding"
1187711896
],
1187811897
"localLinkingText": [],
1187911898
"type": "abstract-op",

0 commit comments

Comments
 (0)