Skip to content

Commit 0756698

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 19.1.0.
1 parent eab5351 commit 0756698

File tree

8 files changed

+31
-25
lines changed

8 files changed

+31
-25
lines changed

tr/algorithms/CSP3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1881,7 +1881,7 @@
18811881
"html": "<p>If <var>integrity expressions</var> is empty, return \"<code>Does Not Match</code>\".</p>"
18821882
},
18831883
{
1884-
"html": "<p>Let <var>integrity sources</var> be the result of executing the algorithm defined\n in <a href=\"https://www.w3.org/TR/sri-2/#parse-metadata-section\"><cite>SRI</cite> § 3.3.2 Parse metadata</a> on <var>integrity metadata</var>. <a data-link-type=\"biblio\" href=\"https://www.w3.org/TR/CSP3/#biblio-sri\" title=\"Subresource Integrity\">[SRI]</a></p>"
1884+
"html": "<p>Let <var>integrity sources</var> be the result of <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/sri-2/#parse-metadata\" id=\"ref-for-parse-metadata\">parsing metadata</a> given\n <var>integrity metadata</var>. <a data-link-type=\"biblio\" href=\"https://www.w3.org/TR/CSP3/#biblio-sri\" title=\"Subresource Integrity\">[SRI]</a></p>"
18851885
},
18861886
{
18871887
"html": "<p>If <var>integrity sources</var> is \"<code>no metadata</code>\" or an empty set, return \"<code>Does Not Match</code>\".</p>"

tr/algorithms/geolocation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
"rationale": "call",
231231
"steps": [
232232
{
233-
"html": "<a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/geolocation/#dfn-call-back-with-error\" class=\"internalDFN\" id=\"ref-for-dfn-call-back-with-error-6\">Call back with error</a> passing <var data-type=\"PositionErrorCallback?\">errorCallback</var> and\n <var>emulatedPositionData</var>."
233+
"html": "<a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/geolocation/#dfn-call-back-with-error\" class=\"internalDFN\" id=\"ref-for-dfn-call-back-with-error-6\">Call back with error</a> passing <var data-type=\"PositionErrorCallback?\">errorCallback</var> and\n <var>emulatedPositionData</var>.<a data-link-type=\"idl\" href=\"https://www.w3.org/TR/geolocation/#dom-geolocationpositionerror-code\" class=\"internalDFN\" id=\"ref-for-dom-geolocationpositionerror-code-1\"><code>code</code></a>."
234234
},
235235
{
236236
"html": "Terminate this algorithm."
@@ -380,7 +380,7 @@
380380
"html": "If <var data-type=\"PositionErrorCallback?\">callback</var> is null, return."
381381
},
382382
{
383-
"html": "Let <var data-type=\"GeolocationPositionError\">error</var> be a newly created\n <a data-link-type=\"idl\" data-lt=\"GeolocationPositionError\" href=\"https://www.w3.org/TR/geolocation/#dom-geolocationpositionerror\" class=\"internalDFN\" id=\"ref-for-dom-geolocationpositionerror-5\"><code>GeolocationPositionError</code></a> instance whose\n <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/geolocation/#dom-geolocationpositionerror-code\" class=\"internalDFN\" id=\"ref-for-dom-geolocationpositionerror-code-1\"><code>code</code></a> attribute is initialized to <var data-type=\"unsigned short\">code</var>."
383+
"html": "Let <var data-type=\"GeolocationPositionError\">error</var> be a newly created\n <a data-link-type=\"idl\" data-lt=\"GeolocationPositionError\" href=\"https://www.w3.org/TR/geolocation/#dom-geolocationpositionerror\" class=\"internalDFN\" id=\"ref-for-dom-geolocationpositionerror-5\"><code>GeolocationPositionError</code></a> instance whose\n <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/geolocation/#dom-geolocationpositionerror-code\" class=\"internalDFN\" id=\"ref-for-dom-geolocationpositionerror-code-2\"><code>code</code></a> attribute is initialized to <var data-type=\"unsigned short\">code</var>."
384384
},
385385
{
386386
"html": "<a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-task\" id=\"ref-for-index-term-queue-a-task-4\">Queue a task</a> on the <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/geolocation/#dfn-geolocation-task-source\" class=\"internalDFN\" id=\"ref-for-dfn-geolocation-task-source-4\">geolocation task source</a> with a step\n that <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#invoke-a-callback-function\" id=\"ref-for-index-term-invokes-4\">invokes</a> <var data-type=\"PositionErrorCallback?\">callback</var> with « <var data-type=\"GeolocationPositionError\">error</var> » and \"<code>report</code>\"."

tr/algorithms/webdriver-bidi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7086,7 +7086,7 @@
70867086
"html": "<p>Let <var>params</var> be the result of <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#process-a-network-event\" id=\"ref-for-process-a-network-event②\">process a network event</a> with <var>session</var>\n \"<code>network.fetchError</code>\", and <var>request</var>.</p>"
70877087
},
70887088
{
7089-
"html": "<p>TODO: Set the <code>errorText</code> field of <var>params</var>.</p>"
7089+
"html": "<p>Set the <code>errorText</code> field of <var>params</var> to an implementation-defined string\n describing the error which caused the request to be aborted.</p>"
70907090
},
70917091
{
70927092
"html": "<p class=\"assertion\">Assert: <var>params</var> matches the <code>network.FetchErrorParameters</code>\n production.</p>"

tr/ids/CSP3.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1677,6 +1677,7 @@
16771677
"https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A0%E2%91%A3",
16781678
"https://www.w3.org/TR/CSP3/#ref-for-source-expression%E2%91%A7",
16791679
"https://www.w3.org/TR/CSP3/#ref-for-grammardef-hash-source%E2%91%A3",
1680+
"https://www.w3.org/TR/CSP3/#ref-for-parse-metadata",
16801681
"https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A2%E2%91%A1",
16811682
"https://www.w3.org/TR/CSP3/#ref-for-source-expression%E2%91%A8",
16821683
"https://www.w3.org/TR/CSP3/#ref-for-grammardef-hash-algorithm%E2%91%A0",
@@ -2240,6 +2241,7 @@
22402241
"https://www.w3.org/TR/CSP3/#7da56b7d",
22412242
"https://www.w3.org/TR/CSP3/#b1dc7351",
22422243
"https://www.w3.org/TR/CSP3/#61dccdaf",
2244+
"https://www.w3.org/TR/CSP3/#a2e9fd6d",
22432245
"https://www.w3.org/TR/CSP3/#34bc4a13",
22442246
"https://www.w3.org/TR/CSP3/#49412eb8",
22452247
"https://www.w3.org/TR/CSP3/#605640df",

tr/ids/geolocation.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@
257257
"https://www.w3.org/TR/geolocation/#ref-for-index-term-this-10",
258258
"https://www.w3.org/TR/geolocation/#ref-for-dom-geolocationpositionerror-4",
259259
"https://www.w3.org/TR/geolocation/#ref-for-dfn-call-back-with-error-6",
260+
"https://www.w3.org/TR/geolocation/#ref-for-dom-geolocationpositionerror-code-1",
260261
"https://www.w3.org/TR/geolocation/#ref-for-dfn-a-new-geolocationposition-1",
261262
"https://www.w3.org/TR/geolocation/#ref-for-dom-positionoptions-enablehighaccuracy-2",
262263
"https://www.w3.org/TR/geolocation/#ref-for-index-term-queue-a-task-1",
@@ -309,7 +310,7 @@
309310
"https://www.w3.org/TR/geolocation/#ref-for-dom-positionerrorcallback-5",
310311
"https://www.w3.org/TR/geolocation/#ref-for-index-term-unsigned-short-type-1",
311312
"https://www.w3.org/TR/geolocation/#ref-for-dom-geolocationpositionerror-5",
312-
"https://www.w3.org/TR/geolocation/#ref-for-dom-geolocationpositionerror-code-1",
313+
"https://www.w3.org/TR/geolocation/#ref-for-dom-geolocationpositionerror-code-2",
313314
"https://www.w3.org/TR/geolocation/#ref-for-index-term-queue-a-task-4",
314315
"https://www.w3.org/TR/geolocation/#ref-for-dfn-geolocation-task-source-4",
315316
"https://www.w3.org/TR/geolocation/#ref-for-index-term-invokes-4",
@@ -498,7 +499,7 @@
498499
"https://www.w3.org/TR/geolocation/#ref-for-dom-geolocationpositionerror-timeout-2",
499500
"https://www.w3.org/TR/geolocation/#idl-def-geolocationpositionerror-code",
500501
"https://www.w3.org/TR/geolocation/#ref-for-index-term-unsigned-short-type-5",
501-
"https://www.w3.org/TR/geolocation/#ref-for-dom-geolocationpositionerror-code-2",
502+
"https://www.w3.org/TR/geolocation/#ref-for-dom-geolocationpositionerror-code-3",
502503
"https://www.w3.org/TR/geolocation/#idl-def-geolocationpositionerror-message",
503504
"https://www.w3.org/TR/geolocation/#ref-for-index-term-domstring-interface-1",
504505
"https://www.w3.org/TR/geolocation/#ref-for-dom-geolocationpositionerror-message-1",
@@ -521,13 +522,13 @@
521522
"https://www.w3.org/TR/geolocation/#message-attribute",
522523
"https://www.w3.org/TR/geolocation/#x10-3-message-attribute",
523524
"https://www.w3.org/TR/geolocation/#dom-geolocationpositionerror-message",
524-
"https://www.w3.org/TR/geolocation/#ref-for-dom-geolocationpositionerror-code-3",
525+
"https://www.w3.org/TR/geolocation/#ref-for-dom-geolocationpositionerror-code-4",
525526
"https://www.w3.org/TR/geolocation/#issue-container-generatedID-5",
526527
"https://www.w3.org/TR/geolocation/#h-note-5",
527528
"https://www.w3.org/TR/geolocation/#ref-for-dom-geolocationpositionerror-8",
528529
"https://www.w3.org/TR/geolocation/#ref-for-dom-geolocationpositionerror-message-2",
529530
"https://www.w3.org/TR/geolocation/#ref-for-dom-geolocationpositionerror-9",
530-
"https://www.w3.org/TR/geolocation/#ref-for-dom-geolocationpositionerror-code-4",
531+
"https://www.w3.org/TR/geolocation/#ref-for-dom-geolocationpositionerror-code-5",
531532
"https://www.w3.org/TR/geolocation/#permissions-policy",
532533
"https://www.w3.org/TR/geolocation/#x11-permissions-policy",
533534
"https://www.w3.org/TR/geolocation/#ref-for-index-term-policy-controlled-feature-1",
@@ -627,7 +628,7 @@
627628
"https://www.w3.org/TR/geolocation/#ref-for-index-term-unsigned-short-type-8",
628629
"https://www.w3.org/TR/geolocation/#ref-for-dom-geolocationpositionerror-timeout-3",
629630
"https://www.w3.org/TR/geolocation/#ref-for-index-term-unsigned-short-type-9",
630-
"https://www.w3.org/TR/geolocation/#ref-for-dom-geolocationpositionerror-code-5",
631+
"https://www.w3.org/TR/geolocation/#ref-for-dom-geolocationpositionerror-code-6",
631632
"https://www.w3.org/TR/geolocation/#ref-for-index-term-domstring-interface-2",
632633
"https://www.w3.org/TR/geolocation/#ref-for-dom-geolocationpositionerror-message-3",
633634
"https://www.w3.org/TR/geolocation/#index",

tr/index.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-07-11T01:53:52.806Z",
4+
"date": "2025-07-12T01:37:05.656Z",
55
"options": {
66
"fallback": "tr/index.json",
77
"output": "report",
@@ -759,7 +759,7 @@
759759
"https://aomediacodec.github.io/av1-spec/"
760760
],
761761
"crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
762-
"date": "11 July 2025",
762+
"date": "12 July 2025",
763763
"links": "links/av1-spec.json",
764764
"cddl": []
765765
},
@@ -2359,11 +2359,11 @@
23592359
],
23602360
"crawled": "https://www.w3.org/TR/CSP3/",
23612361
"crawlCacheInfo": {
2362-
"lastModified": "Thu, 10 Jul 2025 06:31:35 GMT"
2362+
"lastModified": "Fri, 11 Jul 2025 06:18:30 GMT"
23632363
},
23642364
"generator": "bikeshed",
2365-
"date": "10 July 2025",
2366-
"revision": "1137e96ef04505473d5a2cb457c6afd54795041f",
2365+
"date": "11 July 2025",
2366+
"revision": "9dd7cf143bf948b85ff0855214538cc89fece1ed",
23672367
"algorithms": "algorithms/CSP3.json",
23682368
"links": "links/CSP3.json",
23692369
"refs": "refs/CSP3.json",
@@ -12210,11 +12210,11 @@
1221012210
],
1221112211
"crawled": "https://www.w3.org/TR/geolocation/",
1221212212
"crawlCacheInfo": {
12213-
"lastModified": "Fri, 11 Apr 2025 18:20:02 GMT"
12213+
"lastModified": "Fri, 11 Jul 2025 18:24:46 GMT"
1221412214
},
1221512215
"generator": "respec",
12216-
"date": "11 April 2025",
12217-
"revision": "69cc7245f1b0c8072467a7364a7e1f3125f72a89",
12216+
"date": "11 July 2025",
12217+
"revision": "0cc35fad865fd7f99d00336464e0f5c057da1814",
1221812218
"algorithms": "algorithms/geolocation.json",
1221912219
"links": "links/geolocation.json",
1222012220
"refs": "refs/geolocation.json",
@@ -23078,11 +23078,11 @@
2307823078
],
2307923079
"crawled": "https://www.w3.org/TR/webdriver-bidi/",
2308023080
"crawlCacheInfo": {
23081-
"lastModified": "Tue, 08 Jul 2025 10:57:05 GMT"
23081+
"lastModified": "Fri, 11 Jul 2025 13:47:08 GMT"
2308223082
},
2308323083
"generator": "bikeshed",
23084-
"date": "8 July 2025",
23085-
"revision": "a8b68a1e3468ffa90502d2507444b9b1d394b287",
23084+
"date": "11 July 2025",
23085+
"revision": "8ca06ea11848ec6e5188f38074f2cd0911e767de",
2308623086
"algorithms": "algorithms/webdriver-bidi.json",
2308723087
"links": "links/webdriver-bidi.json",
2308823088
"refs": "refs/webdriver-bidi.json",

tr/links/CSP3.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,7 @@
6767
"https://www.w3.org/TR/mixed-content/": {},
6868
"https://www.w3.org/TR/reporting-1/": {},
6969
"https://www.w3.org/TR/service-workers/": {},
70-
"https://www.w3.org/TR/sri-2/": {
71-
"anchors": [
72-
"parse-metadata-section"
73-
]
74-
},
70+
"https://www.w3.org/TR/sri-2/": {},
7571
"https://www.w3.org/TR/trusted-types/": {},
7672
"https://www.w3.org/TR/upgrade-insecure-requests/": {},
7773
"https://www.w3.org/TR/webrtc/": {},
@@ -457,6 +453,11 @@
457453
"serviceworker"
458454
]
459455
},
456+
"https://www.w3.org/TR/sri-2/": {
457+
"anchors": [
458+
"parse-metadata"
459+
]
460+
},
460461
"https://www.w3.org/TR/trusted-types/": {
461462
"anchors": [
462463
"trustedscript",

tr/links/geolocation.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"https://earth-info.nga.mil/index.php?dir=wgs84&action=wgs84": {},
3030
"https://github.com/w3c/geolocation/commit/09b48e6": {},
3131
"https://github.com/w3c/geolocation/commit/0c378d9": {},
32+
"https://github.com/w3c/geolocation/commit/0cc35fa": {},
3233
"https://github.com/w3c/geolocation/commit/22ed7a4": {},
3334
"https://github.com/w3c/geolocation/commit/2a116d7": {},
3435
"https://github.com/w3c/geolocation/commit/2c0c516": {},
@@ -56,6 +57,7 @@
5657
"https://github.com/w3c/geolocation/pull/162": {},
5758
"https://github.com/w3c/geolocation/pull/173": {},
5859
"https://github.com/w3c/geolocation/pull/183": {},
60+
"https://github.com/w3c/geolocation/pull/187": {},
5961
"https://github.com/w3c/geolocation/pull/87": {},
6062
"https://github.com/w3c/geolocation/pull/90": {},
6163
"https://github.com/w3c/geolocation/pull/97": {},

0 commit comments

Comments
 (0)