Skip to content

Commit 6eb992a

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 17.2.5.
1 parent f886e8e commit 6eb992a

File tree

12 files changed

+274
-59
lines changed

12 files changed

+274
-59
lines changed

tr/algorithms/permissions-policy-1.json

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

tr/algorithms/webgpu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2189,7 +2189,7 @@
21892189
{
21902190
"name": "GPUPipelineError constructor",
21912191
"href": "https://www.w3.org/TR/webgpu/#dom-gpupipelineerror-constructor-message",
2192-
"html": "<table class=\"argumentdef data\">\n <caption>Arguments for the <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webgpu/#dom-gpupipelineerror-constructor\" id=\"ref-for-dom-gpupipelineerror-constructor①\" data-timeline=\"content\">GPUPipelineError.constructor()</a> method.</caption>\n <thead>\n <tr>\n <th>Parameter \n </th><th>Type \n </th><th style=\"text-align:center\">Nullable \n </th><th style=\"text-align:center\">Optional \n </th><th>Description \n </th></tr></thead><tbody>\n <tr>\n <td><dfn class=\"dfn-paneled idl-code has-dfn-panel\" data-dfn-for=\"GPUPipelineError/constructor()\" data-dfn-type=\"argument\" data-export=\"\" id=\"dom-gpupipelineerror-constructor-message\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code><var>message</var></code></dfn> \n </td><td> <code class=\"idl\"><a data-link-type=\"idl-name\" href=\"https://webidl.spec.whatwg.org/#idl-DOMString\" id=\"ref-for-idl-DOMString①⑤\">DOMString</a></code>\n </td><td style=\"text-align:center\"> <span class=\"no\">✘</span>\n </td><td style=\"text-align:center\"> <span class=\"yes\">✔</span>\n </td><td>Error message of the base <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\" id=\"ref-for-idl-DOMException①\">DOMException</a></code>. \n </td></tr><tr>\n <td><dfn class=\"dfn-paneled idl-code has-dfn-panel\" data-dfn-for=\"GPUPipelineError/constructor()\" data-dfn-type=\"argument\" data-export=\"\" id=\"dom-gpupipelineerror-constructor-options\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code><var>options</var></code></dfn> \n </td><td> <code class=\"idl\"><a data-link-type=\"idl-name\" href=\"https://www.w3.org/TR/webgpu/#dictdef-gpupipelineerrorinit\" id=\"ref-for-dictdef-gpupipelineerrorinit①\">GPUPipelineErrorInit</a></code>\n </td><td style=\"text-align:center\"> <span class=\"no\">✘</span>\n </td><td style=\"text-align:center\"> <span class=\"no\">✘</span>\n </td><td>Options specific to <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webgpu/#gpupipelineerror\" id=\"ref-for-gpupipelineerror③\">GPUPipelineError</a></code>. \n </td></tr></tbody></table>",
2192+
"html": "<table class=\"argumentdef data\">\n <caption>Arguments for the <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webgpu/#dom-gpupipelineerror-constructor\" id=\"ref-for-dom-gpupipelineerror-constructor①\" data-timeline=\"content\">GPUPipelineError.constructor()</a> method.</caption>\n <thead>\n <tr>\n <th>Parameter \n </th><th>Type \n </th><th style=\"text-align:center\">Nullable \n </th><th style=\"text-align:center\">Optional \n </th><th>Description \n </th></tr></thead><tbody>\n <tr>\n <td><dfn class=\"dfn-paneled idl-code has-dfn-panel\" data-dfn-for=\"GPUPipelineError/constructor()\" data-dfn-type=\"argument\" data-export=\"\" id=\"dom-gpupipelineerror-constructor-message\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code><var>message</var></code></dfn> \n </td><td> <code class=\"idl\"><a data-link-type=\"idl-name\" href=\"https://webidl.spec.whatwg.org/#idl-DOMString\" id=\"ref-for-idl-DOMString①⑥\">DOMString</a></code>\n </td><td style=\"text-align:center\"> <span class=\"no\">✘</span>\n </td><td style=\"text-align:center\"> <span class=\"yes\">✔</span>\n </td><td>Error message of the base <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\" id=\"ref-for-idl-DOMException①\">DOMException</a></code>. \n </td></tr><tr>\n <td><dfn class=\"dfn-paneled idl-code has-dfn-panel\" data-dfn-for=\"GPUPipelineError/constructor()\" data-dfn-type=\"argument\" data-export=\"\" id=\"dom-gpupipelineerror-constructor-options\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code><var>options</var></code></dfn> \n </td><td> <code class=\"idl\"><a data-link-type=\"idl-name\" href=\"https://www.w3.org/TR/webgpu/#dictdef-gpupipelineerrorinit\" id=\"ref-for-dictdef-gpupipelineerrorinit①\">GPUPipelineErrorInit</a></code>\n </td><td style=\"text-align:center\"> <span class=\"no\">✘</span>\n </td><td style=\"text-align:center\"> <span class=\"no\">✘</span>\n </td><td>Options specific to <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webgpu/#gpupipelineerror\" id=\"ref-for-gpupipelineerror③\">GPUPipelineError</a></code>. \n </td></tr></tbody></table>",
21932193
"rationale": ".algorithm",
21942194
"steps": [
21952195
{

tr/dfns/permissions-policy-1.json

Lines changed: 82 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,6 +1107,27 @@
11071107
},
11081108
"definedIn": "pre"
11091109
},
1110+
{
1111+
"id": "dom-permissionspolicyviolationreportbody-allowattribute",
1112+
"href": "https://www.w3.org/TR/permissions-policy-1/#dom-permissionspolicyviolationreportbody-allowattribute",
1113+
"linkingText": [
1114+
"allowAttribute"
1115+
],
1116+
"localLinkingText": [],
1117+
"type": "attribute",
1118+
"for": [
1119+
"PermissionsPolicyViolationReportBody"
1120+
],
1121+
"access": "public",
1122+
"informative": false,
1123+
"heading": {
1124+
"id": "reporting",
1125+
"href": "https://www.w3.org/TR/permissions-policy-1/#reporting",
1126+
"title": "Reporting",
1127+
"number": "8"
1128+
},
1129+
"definedIn": "pre"
1130+
},
11101131
{
11111132
"id": "permissionspolicyviolationreportbody-featureid",
11121133
"href": "https://www.w3.org/TR/permissions-policy-1/#permissionspolicyviolationreportbody-featureid",
@@ -1212,6 +1233,27 @@
12121233
},
12131234
"definedIn": "prose"
12141235
},
1236+
{
1237+
"id": "permissionspolicyviolationreportbody-allowattribute",
1238+
"href": "https://www.w3.org/TR/permissions-policy-1/#permissionspolicyviolationreportbody-allowattribute",
1239+
"linkingText": [
1240+
"allowAttribute"
1241+
],
1242+
"localLinkingText": [],
1243+
"type": "dfn",
1244+
"for": [
1245+
"PermissionsPolicyViolationReportBody"
1246+
],
1247+
"access": "private",
1248+
"informative": false,
1249+
"heading": {
1250+
"id": "reporting",
1251+
"href": "https://www.w3.org/TR/permissions-policy-1/#reporting",
1252+
"title": "Reporting",
1253+
"number": "8"
1254+
},
1255+
"definedIn": "prose"
1256+
},
12151257
{
12161258
"id": "permissions-policy-report-only-header",
12171259
"href": "https://www.w3.org/TR/permissions-policy-1/#permissions-policy-report-only-header",
@@ -1440,6 +1482,25 @@
14401482
},
14411483
"definedIn": "heading"
14421484
},
1485+
{
1486+
"id": "check-potential-violation-in-container",
1487+
"href": "https://www.w3.org/TR/permissions-policy-1/#check-potential-violation-in-container",
1488+
"linkingText": [
1489+
"Check potential violation of permissions policy in container"
1490+
],
1491+
"localLinkingText": [],
1492+
"type": "abstract-op",
1493+
"for": [],
1494+
"access": "public",
1495+
"informative": false,
1496+
"heading": {
1497+
"id": "algo-check-potential-violation-in-container",
1498+
"href": "https://www.w3.org/TR/permissions-policy-1/#algo-check-potential-violation-in-container",
1499+
"title": "Check potential violation of permissions policy in container",
1500+
"number": "9.12"
1501+
},
1502+
"definedIn": "heading"
1503+
},
14431504
{
14441505
"id": "report-permissions-policy-violation",
14451506
"href": "https://www.w3.org/TR/permissions-policy-1/#report-permissions-policy-violation",
@@ -1455,7 +1516,26 @@
14551516
"id": "algo-report-permissions-policy-violation",
14561517
"href": "https://www.w3.org/TR/permissions-policy-1/#algo-report-permissions-policy-violation",
14571518
"title": "Generate report for violation of permissions policy on settings",
1458-
"number": "9.12"
1519+
"number": "9.13"
1520+
},
1521+
"definedIn": "heading"
1522+
},
1523+
{
1524+
"id": "report-potential-permissions-policy-violation",
1525+
"href": "https://www.w3.org/TR/permissions-policy-1/#report-potential-permissions-policy-violation",
1526+
"linkingText": [
1527+
"Generate report for potential violation of permissions policy on settings"
1528+
],
1529+
"localLinkingText": [],
1530+
"type": "abstract-op",
1531+
"for": [],
1532+
"access": "public",
1533+
"informative": false,
1534+
"heading": {
1535+
"id": "algo-report-potential-permissions-policy-violation",
1536+
"href": "https://www.w3.org/TR/permissions-policy-1/#algo-report-potential-permissions-policy-violation",
1537+
"title": "Generate report for potential violation of permissions policy on settings",
1538+
"number": "9.14"
14591539
},
14601540
"definedIn": "heading"
14611541
},
@@ -1474,7 +1554,7 @@
14741554
"id": "algo-should-request-be-allowed-to-use-feature",
14751555
"href": "https://www.w3.org/TR/permissions-policy-1/#algo-should-request-be-allowed-to-use-feature",
14761556
"title": "Should request be allowed to use feature?",
1477-
"number": "9.13"
1557+
"number": "9.15"
14781558
},
14791559
"definedIn": "heading"
14801560
},

tr/headings/permissions-policy-1.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,19 +301,33 @@
301301
"title": "Get the reporting endpoint for a feature",
302302
"number": "9.11"
303303
},
304+
{
305+
"id": "algo-check-potential-violation-in-container",
306+
"href": "https://www.w3.org/TR/permissions-policy-1/#algo-check-potential-violation-in-container",
307+
"level": 3,
308+
"title": "Check potential violation of permissions policy in container",
309+
"number": "9.12"
310+
},
304311
{
305312
"id": "algo-report-permissions-policy-violation",
306313
"href": "https://www.w3.org/TR/permissions-policy-1/#algo-report-permissions-policy-violation",
307314
"level": 3,
308315
"title": "Generate report for violation of permissions policy on settings",
309-
"number": "9.12"
316+
"number": "9.13"
317+
},
318+
{
319+
"id": "algo-report-potential-permissions-policy-violation",
320+
"href": "https://www.w3.org/TR/permissions-policy-1/#algo-report-potential-permissions-policy-violation",
321+
"level": 3,
322+
"title": "Generate report for potential violation of permissions policy on settings",
323+
"number": "9.14"
310324
},
311325
{
312326
"id": "algo-should-request-be-allowed-to-use-feature",
313327
"href": "https://www.w3.org/TR/permissions-policy-1/#algo-should-request-be-allowed-to-use-feature",
314328
"level": 3,
315329
"title": "Should request be allowed to use feature?",
316-
"number": "9.13"
330+
"number": "9.15"
317331
},
318332
{
319333
"id": "changes-to-other-specifications",

tr/idl/permissions-policy.idl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ interface PermissionsPolicyViolationReportBody : ReportBody {
2727
readonly attribute long? lineNumber;
2828
readonly attribute long? columnNumber;
2929
readonly attribute DOMString disposition;
30+
readonly attribute DOMString? allowAttribute;
3031
};

tr/idl/webgpu.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ interface GPU {
7878
};
7979

8080
dictionary GPURequestAdapterOptions {
81-
any featureLevel;
81+
DOMString featureLevel;
8282
GPUPowerPreference powerPreference;
8383
boolean forceFallbackAdapter = false;
8484
};

tr/idl/webnn.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ enum MLOperandDataType {
9090

9191
dictionary MLOperandDescriptor {
9292
required MLOperandDataType dataType;
93-
sequence<[EnforceRange] unsigned long> shape = [];
93+
required sequence<[EnforceRange] unsigned long> shape;
9494
};
9595

9696
[SecureContext, Exposed=(Window, DedicatedWorker)]

0 commit comments

Comments
 (0)