Skip to content

Commit 0badb2e

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 20.0.3.
1 parent 5787397 commit 0badb2e

File tree

6 files changed

+32
-30
lines changed

6 files changed

+32
-30
lines changed

tr/algorithms/push-api.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -402,23 +402,29 @@
402402
{
403403
"name": "PushManager/permissionState()",
404404
"href": "https://www.w3.org/TR/push-api/#dom-pushmanager-permissionstate",
405-
"html": "The <dfn data-dfn-for=\"PushManager\" data-export=\"\" data-dfn-type=\"method\" id=\"dom-pushmanager-permissionstate\" data-idl=\"operation\" data-title=\"permissionState()\" data-type=\"Promise\" data-lt=\"permissionState()|permissionState(options)\" data-local-lt=\"PushManager.permissionState|PushManager.permissionState()|permissionState\" tabindex=\"0\" aria-haspopup=\"dialog\"><code>permissionState()</code></dfn> method when invoked <em class=\"rfc2119\">MUST</em> run\n the following steps:",
405+
"html": "The <dfn data-dfn-for=\"PushManager\" data-export=\"\" data-dfn-type=\"method\" id=\"dom-pushmanager-permissionstate\" data-idl=\"operation\" data-title=\"permissionState()\" data-type=\"Promise\" data-lt=\"permissionState()|permissionState(options)\" data-local-lt=\"PushManager.permissionState|PushManager.permissionState()|permissionState\" tabindex=\"0\" aria-haspopup=\"dialog\"><code>permissionState()</code></dfn> method steps are:",
406406
"rationale": "let",
407407
"steps": [
408408
{
409-
"html": "Let <var>promise</var> be <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#a-new-promise\">a new promise</a>."
410-
},
411-
{
412-
"html": "Return <var>promise</var> and continue the following steps asynchronously."
409+
"html": "<p>\n Let <var>promise</var> be <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#a-new-promise\">a new promise</a>.\n </p>"
413410
},
414411
{
415-
"html": "Let <var>descriptor</var> be a new <a data-link-type=\"dictionary\" data-lt=\"PermissionDescriptor\" href=\"https://www.w3.org/TR/permissions/#dom-permissiondescriptor\"><code>PermissionDescriptor</code></a> with the\n <a data-link-type=\"dict-member\" href=\"https://www.w3.org/TR/permissions/#dom-permissiondescriptor-name\"><code>name</code></a> initialized to \"push\"."
412+
"html": "<p>\n Let <var>global</var> be <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\">this</a>'s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global\">relevant global object</a>.\n </p>"
416413
},
417414
{
418-
"html": "let <var>state</var> be the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/permissions/#dfn-permission-state\">permission state</a> of <var>descriptor</var> and the result."
415+
"html": "<a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\">In parallel</a>:",
416+
"rationale": "let",
417+
"steps": [
418+
{
419+
"html": "<p>\n Let <var>state</var> be \"<code>push</code>\"'s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/permissions/#dfn-permission-state\">permission state</a>.\n </p>"
420+
},
421+
{
422+
"html": "<p>\n <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-global-task\">Queue a global task</a> on the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#networking-task-source\">networking task source</a> with <var>global</var> to resolve\n <var>promise</var> with <var>state</var>.\n </p>"
423+
}
424+
]
419425
},
420426
{
421-
"html": "Resolve <var>promise</var> with <var>state</var>."
427+
"html": "<p>\n Return <var>promise</var>.\n </p>"
422428
}
423429
]
424430
},

tr/ids/WGSL.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4832,6 +4832,7 @@
48324832
"https://www.w3.org/TR/WGSL/#ref-for-statement-assignment%E2%91%A0%E2%93%AA",
48334833
"https://www.w3.org/TR/WGSL/#ref-for-increment-statement%E2%91%A0",
48344834
"https://www.w3.org/TR/WGSL/#ref-for-decrement-statement%E2%91%A0",
4835+
"https://www.w3.org/TR/WGSL/#ref-for-iteration%E2%91%A7",
48354836
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A0%E2%91%A3",
48364837
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A0%E2%91%A4",
48374838
"https://www.w3.org/TR/WGSL/#ref-for-value_return_i_contents%E2%91%A1",

tr/ids/epub-34.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,13 +1254,13 @@
12541254
"https://www.w3.org/TR/epub-34/#sec-xhtml-intro",
12551255
"https://www.w3.org/TR/epub-34/#x6-1-1-introduction",
12561256
"https://www.w3.org/TR/epub-34/#ref-for-dfn-xhtml-content-document-12",
1257-
"https://www.w3.org/TR/epub-34/#ref-for-index-term-xml-syntax-0-1",
1257+
"https://www.w3.org/TR/epub-34/#ref-for-index-term-xml-syntax-4",
12581258
"https://www.w3.org/TR/epub-34/#ref-for-dfn-core-media-type-resource-12",
12591259
"https://www.w3.org/TR/epub-34/#ref-for-dfn-epub-content-document-28",
12601260
"https://www.w3.org/TR/epub-34/#ref-for-dfn-spine-5",
12611261
"https://www.w3.org/TR/epub-34/#issue-container-generatedID-61",
12621262
"https://www.w3.org/TR/epub-34/#h-note-62",
1263-
"https://www.w3.org/TR/epub-34/#ref-for-index-term-html-syntax-0-1",
1263+
"https://www.w3.org/TR/epub-34/#ref-for-index-term-html-syntax-2",
12641264
"https://www.w3.org/TR/epub-34/#ref-for-index-term-template-element-1",
12651265
"https://www.w3.org/TR/epub-34/#issue-container-generatedID-62",
12661266
"https://www.w3.org/TR/epub-34/#h-note-63",
@@ -1269,7 +1269,7 @@
12691269
"https://www.w3.org/TR/epub-34/#confreq-cd-html-docprops-html",
12701270
"https://www.w3.org/TR/epub-34/#confreq-cd-html-docprops-schema",
12711271
"https://www.w3.org/TR/epub-34/#confreq-cd-html-docprops-syntax-xml",
1272-
"https://www.w3.org/TR/epub-34/#ref-for-index-term-xml-syntax-1-1",
1272+
"https://www.w3.org/TR/epub-34/#ref-for-index-term-xml-syntax-0-1",
12731273
"https://www.w3.org/TR/epub-34/#issue-container-generatedID-63",
12741274
"https://www.w3.org/TR/epub-34/#h-note-64",
12751275
"https://www.w3.org/TR/epub-34/#ref-for-dfn-epub-publication-48",
@@ -2568,7 +2568,6 @@
25682568
"https://www.w3.org/TR/epub-34/#index-term-html-alternate-keyword",
25692569
"https://www.w3.org/TR/epub-34/#index-term-html-standard",
25702570
"https://www.w3.org/TR/epub-34/#index-term-html-syntax",
2571-
"https://www.w3.org/TR/epub-34/#index-term-html-syntax-0",
25722571
"https://www.w3.org/TR/epub-34/#index-term-iframe-element",
25732572
"https://www.w3.org/TR/epub-34/#index-term-img-element",
25742573
"https://www.w3.org/TR/epub-34/#index-term-li-element",
@@ -2605,7 +2604,6 @@
26052604
"https://www.w3.org/TR/epub-34/#index-term-web-storage",
26062605
"https://www.w3.org/TR/epub-34/#index-term-xml-syntax",
26072606
"https://www.w3.org/TR/epub-34/#index-term-xml-syntax-0",
2608-
"https://www.w3.org/TR/epub-34/#index-term-xml-syntax-1",
26092607
"https://www.w3.org/TR/epub-34/#index-term-concatenation",
26102608
"https://www.w3.org/TR/epub-34/#index-term-definition-of-whitespace",
26112609
"https://www.w3.org/TR/epub-34/#index-term-html-namespace",

tr/index.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-12-01T01:38:14.852Z",
4+
"date": "2025-12-02T01:37:10.379Z",
55
"options": {
66
"fallback": "tr/index.json",
77
"output": "report",
@@ -798,7 +798,7 @@
798798
"https://aomediacodec.github.io/av1-spec/"
799799
],
800800
"crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
801-
"date": "1 December 2025",
801+
"date": "2 December 2025",
802802
"links": "links/av1-spec.json",
803803
"cddl": []
804804
},
@@ -10847,11 +10847,11 @@
1084710847
],
1084810848
"crawled": "https://www.w3.org/TR/digital-credentials/",
1084910849
"crawlCacheInfo": {
10850-
"lastModified": "Thu, 27 Nov 2025 12:31:13 GMT"
10850+
"lastModified": "Mon, 01 Dec 2025 18:00:40 GMT"
1085110851
},
1085210852
"generator": "respec",
10853-
"date": "27 November 2025",
10854-
"revision": "f8da72b08c6fdee4374ca813edf4a59faa986b45",
10853+
"date": "01 December 2025",
10854+
"revision": "61739d857e0bf8b7c2ecee4d22e764efb12277f3",
1085510855
"algorithms": "algorithms/digital-credentials.json",
1085610856
"links": "links/digital-credentials.json",
1085710857
"refs": "refs/digital-credentials.json",
@@ -11775,11 +11775,11 @@
1177511775
],
1177611776
"crawled": "https://www.w3.org/TR/epub-34/",
1177711777
"crawlCacheInfo": {
11778-
"lastModified": "Wed, 26 Nov 2025 14:16:26 GMT"
11778+
"lastModified": "Mon, 01 Dec 2025 13:58:31 GMT"
1177911779
},
1178011780
"generator": "respec",
11781-
"date": "26 November 2025",
11782-
"revision": "293685b82c45740e38331fb5b5c9e87b4d5c2d32",
11781+
"date": "01 December 2025",
11782+
"revision": "ba46f1083075199d7799e77b7a7406a5f03a62bc",
1178311783
"algorithms": "algorithms/epub-34.json",
1178411784
"links": "links/epub-34.json",
1178511785
"refs": "refs/epub-34.json",
@@ -17573,11 +17573,11 @@
1757317573
],
1757417574
"crawled": "https://www.w3.org/TR/push-api/",
1757517575
"crawlCacheInfo": {
17576-
"lastModified": "Tue, 25 Nov 2025 16:57:15 GMT"
17576+
"lastModified": "Mon, 01 Dec 2025 15:59:34 GMT"
1757717577
},
1757817578
"generator": "respec",
17579-
"date": "25 November 2025",
17580-
"revision": "30cb024a264897cc58a9f9f524bbc7a72252c08f",
17579+
"date": "01 December 2025",
17580+
"revision": "518d7d6462f686a303069fd2b767958eeae95594",
1758117581
"algorithms": "algorithms/push-api.json",
1758217582
"links": "links/push-api.json",
1758317583
"refs": "refs/push-api.json",
@@ -25748,11 +25748,11 @@
2574825748
],
2574925749
"crawled": "https://www.w3.org/TR/WGSL/",
2575025750
"crawlCacheInfo": {
25751-
"lastModified": "Tue, 04 Nov 2025 16:07:22 GMT"
25751+
"lastModified": "Mon, 01 Dec 2025 19:18:55 GMT"
2575225752
},
2575325753
"generator": "bikeshed",
25754-
"date": "4 November 2025",
25755-
"revision": "486577ae07e0fe3c433859499a1b558ee7c5275b",
25754+
"date": "1 December 2025",
25755+
"revision": "630ca2ae057701eb55c5bdf7a26efdb023e8d154",
2575625756
"algorithms": "algorithms/WGSL.json",
2575725757
"links": "links/WGSL.json",
2575825758
"refs": "refs/WGSL.json",

tr/links/epub-34.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@
6262
"the-video-element",
6363
"data-block",
6464
"resolving-urls",
65-
"the-xml-syntax",
66-
"the-html-syntax",
6765
"writing-xhtml-documents",
6866
"extensibility-2",
6967
"the-head-element",

tr/links/push-api.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@
216216
"dom-permissionstate",
217217
"dfn-request-permission-to-use",
218218
"dom-permissionstate-denied",
219-
"dom-permissiondescriptor-name",
220219
"dfn-permission-state",
221220
"dfn-express-permission"
222221
]

0 commit comments

Comments
 (0)