Skip to content

Commit 6d2e4d7

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 20.0.1.
1 parent c7f9892 commit 6d2e4d7

File tree

7 files changed

+42
-40
lines changed

7 files changed

+42
-40
lines changed

ed/algorithms/url.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@
140140
"html": "<p>Let <var>publicSuffix</var> be the public suffix determined by running the\n <a href=\"https://github.com/publicsuffix/list/wiki/Format#formal-algorithm\">Public Suffix List algorithm</a>\n with <var>host</var> as domain. <a data-link-type=\"biblio\" href=\"https://url.spec.whatwg.org/#biblio-psl\" title=\"Public Suffix List\">[PSL]</a>\n\n </p>"
141141
},
142142
{
143-
"html": "<p>Assert: <var>publicSuffix</var> is an <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ascii-string\" id=\"ref-for-ascii-string③\">ASCII string</a> that does not\n <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#string-ends-with\" id=\"ref-for-string-ends-with①\">end with</a> \"<code>.</code>\".\n\n </p>"
143+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#assert\" id=\"ref-for-assert\">Assert</a>: <var>publicSuffix</var> is an <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ascii-string\" id=\"ref-for-ascii-string③\">ASCII string</a> that\n <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#string-ends-with\" id=\"ref-for-string-ends-with①\">ends with</a> <var>trailingDot</var>.\n\n </p>"
144144
},
145145
{
146-
"html": "<p>Return <var>publicSuffix</var> and <var>trailingDot</var> concatenated.\n</p>"
146+
"html": "<p>Return <var>publicSuffix</var>.\n</p>"
147147
}
148148
]
149149
},
@@ -163,10 +163,10 @@
163163
"html": "<p>Let <var>registrableDomain</var> be the registrable domain determined by running the\n <a href=\"https://github.com/publicsuffix/list/wiki/Format#formal-algorithm\">Public Suffix List algorithm</a>\n with <var>host</var> as domain. <a data-link-type=\"biblio\" href=\"https://url.spec.whatwg.org/#biblio-psl\" title=\"Public Suffix List\">[PSL]</a>\n\n </p>"
164164
},
165165
{
166-
"html": "<p>Assert: <var>registrableDomain</var> is an <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ascii-string\" id=\"ref-for-ascii-string④\">ASCII string</a> that does not\n <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#string-ends-with\" id=\"ref-for-string-ends-with③\">end with</a> \"<code>.</code>\".\n\n </p>"
166+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#assert\" id=\"ref-for-assert①\">Assert</a>: <var>registrableDomain</var> is an <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ascii-string\" id=\"ref-for-ascii-string④\">ASCII string</a> that\n <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#string-ends-with\" id=\"ref-for-string-ends-with③\">ends with</a> <var>trailingDot</var>.\n\n </p>"
167167
},
168168
{
169-
"html": "<p>Return <var>registrableDomain</var> and <var>trailingDot</var> concatenated.\n</p>"
169+
"html": "<p>Return <var>registrableDomain</var>.\n</p>"
170170
}
171171
]
172172
},
@@ -195,7 +195,7 @@
195195
]
196196
},
197197
{
198-
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#assert\" id=\"ref-for-assert\">Assert</a>: <var>result</var> is not the empty string and does not contain a\n <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#forbidden-domain-code-point\" id=\"ref-for-forbidden-domain-code-point③\">forbidden domain code point</a>.\n\n </p>"
198+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#assert\" id=\"ref-for-assert\">Assert</a>: <var>result</var> is not the empty string and does not contain a\n <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#forbidden-domain-code-point\" id=\"ref-for-forbidden-domain-code-point③\">forbidden domain code point</a>.\n\n </p>"
199199
},
200200
{
201201
"html": "<p>Return <var>result</var>.\n</p>"
@@ -812,7 +812,7 @@
812812
"rationale": ".algorithm",
813813
"steps": [
814814
{
815-
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#assert\" id=\"ref-for-assert\">Assert</a>: <var>url</var> does not have an <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#url-opaque-path\" id=\"ref-for-url-opaque-path③\">opaque path</a>.\n\n </p>"
815+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#assert\" id=\"ref-for-assert\">Assert</a>: <var>url</var> does not have an <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#url-opaque-path\" id=\"ref-for-url-opaque-path③\">opaque path</a>.\n\n </p>"
816816
},
817817
{
818818
"html": "<p>Let <var>path</var> be <var>url</var>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-path\" id=\"ref-for-concept-url-path④\">path</a>.\n\n </p>"
@@ -1003,7 +1003,7 @@
10031003
"rationale": "assert",
10041004
"steps": [
10051005
{
1006-
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#assert\" id=\"ref-for-assert\">Assert</a>: <var>base</var> <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#is-special\" id=\"ref-for-is-special③\">is special</a> (and therefore does not have\n an <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#url-opaque-path\" id=\"ref-for-url-opaque-path④\">opaque path</a>).\n\n </p>"
1006+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#assert\" id=\"ref-for-assert\">Assert</a>: <var>base</var> <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#is-special\" id=\"ref-for-is-special③\">is special</a> (and therefore does not have\n an <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#url-opaque-path\" id=\"ref-for-url-opaque-path④\">opaque path</a>).\n\n </p>"
10071007
},
10081008
{
10091009
"html": "<p>Set <var>state</var> to <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#special-relative-or-authority-state\" id=\"ref-for-special-relative-or-authority-state\">special relative or authority state</a>.\n </p>"
@@ -2036,7 +2036,7 @@
20362036
"rationale": "assert",
20372037
"steps": [
20382038
{
2039-
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#assert\" id=\"ref-for-assert\">Assert</a>: <var>tuple</var>’s name and <var>tuple</var>’s value are\n <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#scalar-value-string\" id=\"ref-for-scalar-value-string①⓪\">scalar value strings</a>.\n\n </p>"
2039+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#assert\" id=\"ref-for-assert\">Assert</a>: <var>tuple</var>’s name and <var>tuple</var>’s value are\n <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#scalar-value-string\" id=\"ref-for-scalar-value-string①⓪\">scalar value strings</a>.\n\n </p>"
20402040
},
20412041
{
20422042
"html": "<p>Let <var>name</var> be the result of running\n <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#string-percent-encode-after-encoding\" id=\"ref-for-string-percent-encode-after-encoding⑥\">percent-encode after encoding</a> with <var>encoding</var>,\n <var>tuple</var>’s name, the\n <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#application-x-www-form-urlencoded-percent-encode-set\" id=\"ref-for-application-x-www-form-urlencoded-percent-encode-set②\"><code>application/x-www-form-urlencoded</code> percent-encode set</a>, and true.\n\n </p>"

ed/headings/shacl12-core.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,8 +1108,8 @@
11081108
"number": "7.8.4"
11091109
},
11101110
{
1111-
"id": "ReifierShapeShapeConstraintComponent",
1112-
"href": "https://w3c.github.io/data-shapes/shacl12-core/#ReifierShapeShapeConstraintComponent",
1111+
"id": "ReifierShapeConstraintComponent",
1112+
"href": "https://w3c.github.io/data-shapes/shacl12-core/#ReifierShapeConstraintComponent",
11131113
"level": 4,
11141114
"title": "sh:reifierShape, sh:reificationRequired",
11151115
"alternateIds": [

ed/ids/shacl12-core.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,7 @@
15681568
"https://w3c.github.io/data-shapes/shacl12-core/#ref-for-dfn-constraint-component-15",
15691569
"https://w3c.github.io/data-shapes/shacl12-core/#example-55",
15701570
"https://w3c.github.io/data-shapes/shacl12-core/#example-56",
1571-
"https://w3c.github.io/data-shapes/shacl12-core/#ReifierShapeShapeConstraintComponent",
1571+
"https://w3c.github.io/data-shapes/shacl12-core/#ReifierShapeConstraintComponent",
15721572
"https://w3c.github.io/data-shapes/shacl12-core/#x7-8-5-sh-reifiershape-sh-reificationrequired",
15731573
"https://w3c.github.io/data-shapes/shacl12-core/#ref-for-dfn-property-shape-30",
15741574
"https://w3c.github.io/data-shapes/shacl12-core/#ref-for-dfn-node-shape-21",

ed/ids/url.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@
348348
"https://url.spec.whatwg.org/#ref-for-concept-domain%E2%91%A4",
349349
"https://url.spec.whatwg.org/#ref-for-concept-domain%E2%91%A5",
350350
"https://url.spec.whatwg.org/#ref-for-string-ends-with",
351+
"https://url.spec.whatwg.org/#ref-for-assert",
351352
"https://url.spec.whatwg.org/#ref-for-ascii-string%E2%91%A2",
352353
"https://url.spec.whatwg.org/#ref-for-string-ends-with%E2%91%A0",
353354
"https://url.spec.whatwg.org/#host-registrable-domain",
@@ -359,6 +360,7 @@
359360
"https://url.spec.whatwg.org/#ref-for-host-public-suffix%E2%91%A1",
360361
"https://url.spec.whatwg.org/#ref-for-concept-host-equals%E2%91%A0",
361362
"https://url.spec.whatwg.org/#ref-for-string-ends-with%E2%91%A1",
363+
"https://url.spec.whatwg.org/#ref-for-assert%E2%91%A0",
362364
"https://url.spec.whatwg.org/#ref-for-ascii-string%E2%91%A3",
363365
"https://url.spec.whatwg.org/#ref-for-string-ends-with%E2%91%A2",
364366
"https://url.spec.whatwg.org/#example-host-psl",
@@ -386,7 +388,7 @@
386388
"https://url.spec.whatwg.org/#ref-for-domain-invalid-code-point",
387389
"https://url.spec.whatwg.org/#ref-for-validation-error%E2%91%A4",
388390
"https://url.spec.whatwg.org/#ref-for-forbidden-domain-code-point%E2%91%A1",
389-
"https://url.spec.whatwg.org/#ref-for-assert",
391+
"https://url.spec.whatwg.org/#ref-for-assert%E2%91%A1",
390392
"https://url.spec.whatwg.org/#ref-for-forbidden-domain-code-point%E2%91%A2",
391393
"https://url.spec.whatwg.org/#concept-domain-to-unicode",
392394
"https://url.spec.whatwg.org/#ref-for-concept-domain%E2%91%A7",
@@ -744,7 +746,7 @@
744746
"https://url.spec.whatwg.org/#example-start-with-a-widows-drive-letter",
745747
"https://url.spec.whatwg.org/#pop-a-urls-path",
746748
"https://url.spec.whatwg.org/#shorten-a-urls-path",
747-
"https://url.spec.whatwg.org/#ref-for-assert%E2%91%A0",
749+
"https://url.spec.whatwg.org/#ref-for-assert%E2%91%A2",
748750
"https://url.spec.whatwg.org/#ref-for-url-opaque-path%E2%91%A2",
749751
"https://url.spec.whatwg.org/#ref-for-concept-url-path%E2%91%A3",
750752
"https://url.spec.whatwg.org/#ref-for-concept-url-scheme%E2%91%A0%E2%93%AA",
@@ -953,7 +955,7 @@
953955
"https://url.spec.whatwg.org/#ref-for-is-special%E2%91%A1",
954956
"https://url.spec.whatwg.org/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A8",
955957
"https://url.spec.whatwg.org/#ref-for-concept-url-scheme%E2%91%A1%E2%93%AA",
956-
"https://url.spec.whatwg.org/#ref-for-assert%E2%91%A1",
958+
"https://url.spec.whatwg.org/#ref-for-assert%E2%91%A3",
957959
"https://url.spec.whatwg.org/#ref-for-is-special%E2%91%A2",
958960
"https://url.spec.whatwg.org/#ref-for-url-opaque-path%E2%91%A3",
959961
"https://url.spec.whatwg.org/#ref-for-special-relative-or-authority-state",
@@ -1464,7 +1466,7 @@
14641466
"https://url.spec.whatwg.org/#ref-for-ascii-string%E2%91%A1%E2%91%A2",
14651467
"https://url.spec.whatwg.org/#ref-for-get-an-output-encoding%E2%91%A0",
14661468
"https://url.spec.whatwg.org/#ref-for-list-iterate%E2%91%A6",
1467-
"https://url.spec.whatwg.org/#ref-for-assert%E2%91%A2",
1469+
"https://url.spec.whatwg.org/#ref-for-assert%E2%91%A4",
14681470
"https://url.spec.whatwg.org/#ref-for-scalar-value-string%E2%91%A0%E2%93%AA",
14691471
"https://url.spec.whatwg.org/#ref-for-string-percent-encode-after-encoding%E2%91%A5",
14701472
"https://url.spec.whatwg.org/#ref-for-application-x-www-form-urlencoded-percent-encode-set%E2%91%A1",

ed/index.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-10-30T06:46:09.257Z",
4+
"date": "2025-10-30T12:49:51.817Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -8018,11 +8018,11 @@
80188018
],
80198019
"crawled": "https://url.spec.whatwg.org/",
80208020
"crawlCacheInfo": {
8021-
"lastModified": "Mon, 18 Aug 2025 06:58:25 GMT"
8021+
"lastModified": "Thu, 30 Oct 2025 07:39:06 GMT"
80228022
},
80238023
"generator": "bikeshed",
8024-
"date": "18 August 2025",
8025-
"revision": "05a5d834deba31622390ee05a3dcbc22496b7bb5",
8024+
"date": "30 October 2025",
8025+
"revision": "52526653e848c5a56598c84aa4bc8ac9025fb66b",
80268026
"algorithms": "algorithms/url.json",
80278027
"links": "links/url.json",
80288028
"refs": "refs/url.json",
@@ -8246,7 +8246,7 @@
82468246
],
82478247
"crawled": "https://w3c.github.io/data-shapes/shacl12-cs/",
82488248
"crawlCacheInfo": {
8249-
"lastModified": "Thu, 30 Oct 2025 02:52:21 GMT"
8249+
"lastModified": "Thu, 30 Oct 2025 10:55:59 GMT"
82508250
},
82518251
"generator": "respec",
82528252
"date": "04 August 2025",
@@ -8293,7 +8293,7 @@
82938293
],
82948294
"crawled": "https://w3c.github.io/data-shapes/shacl12-node-expr/",
82958295
"crawlCacheInfo": {
8296-
"lastModified": "Thu, 30 Oct 2025 02:52:21 GMT"
8296+
"lastModified": "Thu, 30 Oct 2025 10:55:59 GMT"
82978297
},
82988298
"generator": "respec",
82998299
"date": "30 October 2025",
@@ -8345,7 +8345,7 @@
83458345
],
83468346
"crawled": "https://w3c.github.io/data-shapes/shacl12-rules/",
83478347
"crawlCacheInfo": {
8348-
"lastModified": "Thu, 30 Oct 2025 02:52:21 GMT"
8348+
"lastModified": "Thu, 30 Oct 2025 10:55:59 GMT"
83498349
},
83508350
"generator": "respec",
83518351
"date": "30 October 2025",
@@ -35597,7 +35597,7 @@
3559735597
],
3559835598
"crawled": "https://w3c.github.io/data-shapes/shacl12-core/",
3559935599
"crawlCacheInfo": {
35600-
"lastModified": "Thu, 30 Oct 2025 02:52:21 GMT"
35600+
"lastModified": "Thu, 30 Oct 2025 10:55:59 GMT"
3560135601
},
3560235602
"generator": "respec",
3560335603
"date": "30 October 2025",
@@ -35653,7 +35653,7 @@
3565335653
],
3565435654
"crawled": "https://w3c.github.io/data-shapes/shacl12-sparql/",
3565535655
"crawlCacheInfo": {
35656-
"lastModified": "Thu, 30 Oct 2025 02:52:21 GMT"
35656+
"lastModified": "Thu, 30 Oct 2025 10:55:59 GMT"
3565735657
},
3565835658
"generator": "respec",
3565935659
"date": "30 October 2025",
@@ -38690,11 +38690,11 @@
3869038690
],
3869138691
"crawled": "https://webassembly.github.io/spec/core/bikeshed/",
3869238692
"crawlCacheInfo": {
38693-
"lastModified": "Mon, 27 Oct 2025 14:17:12 GMT"
38693+
"lastModified": "Thu, 30 Oct 2025 11:23:55 GMT"
3869438694
},
3869538695
"generator": "bikeshed",
38696-
"date": "27 October 2025",
38697-
"revision": "acb9202f8fd864d7f72e233b60f77ef03764cb6d",
38696+
"date": "30 October 2025",
38697+
"revision": "1ecaf5c0c9c7f6a580f62119a5425e769d383b6e",
3869838698
"algorithms": "algorithms/wasm-core-2.json",
3869938699
"links": "links/wasm-core-2.json",
3870038700
"refs": "refs/wasm-core-2.json",
@@ -38763,11 +38763,11 @@
3876338763
],
3876438764
"crawled": "https://webassembly.github.io/spec/js-api/",
3876538765
"crawlCacheInfo": {
38766-
"lastModified": "Mon, 27 Oct 2025 14:17:12 GMT"
38766+
"lastModified": "Thu, 30 Oct 2025 11:23:55 GMT"
3876738767
},
3876838768
"generator": "bikeshed",
38769-
"date": "27 October 2025",
38770-
"revision": "acb9202f8fd864d7f72e233b60f77ef03764cb6d",
38769+
"date": "30 October 2025",
38770+
"revision": "1ecaf5c0c9c7f6a580f62119a5425e769d383b6e",
3877138771
"algorithms": "algorithms/wasm-js-api-2.json",
3877238772
"links": "links/wasm-js-api-2.json",
3877338773
"refs": "refs/wasm-js-api-2.json",
@@ -38829,11 +38829,11 @@
3882938829
],
3883038830
"crawled": "https://webassembly.github.io/spec/web-api/",
3883138831
"crawlCacheInfo": {
38832-
"lastModified": "Mon, 27 Oct 2025 14:17:12 GMT"
38832+
"lastModified": "Thu, 30 Oct 2025 11:23:55 GMT"
3883338833
},
3883438834
"generator": "bikeshed",
38835-
"date": "27 October 2025",
38836-
"revision": "acb9202f8fd864d7f72e233b60f77ef03764cb6d",
38835+
"date": "30 October 2025",
38836+
"revision": "1ecaf5c0c9c7f6a580f62119a5425e769d383b6e",
3883738837
"algorithms": "algorithms/wasm-web-api-2.json",
3883838838
"links": "links/wasm-web-api-2.json",
3883938839
"refs": "refs/wasm-web-api-2.json",

ed/links/url.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@
7878
"https://www.rfc-editor.org/rfc/rfc7595": {},
7979
"https://www.rfc-editor.org/rfc/rfc791": {},
8080
"https://www.unicode.org/reports/tr36/tr36-15.html": {},
81-
"https://www.unicode.org/reports/tr39/tr39-30.html": {},
82-
"https://www.unicode.org/reports/tr46/tr46-33.html": {},
83-
"https://www.unicode.org/reports/tr9/tr9-50.html": {},
81+
"https://www.unicode.org/reports/tr39/tr39-32.html": {},
82+
"https://www.unicode.org/reports/tr46/tr46-35.html": {},
83+
"https://www.unicode.org/reports/tr9/tr9-51.html": {},
8484
"https://www.w3.org/Bugs/Public/show_bug.cgi?id=27234": {
8585
"anchors": [
8686
"c2"
@@ -166,11 +166,11 @@
166166
"list",
167167
"16-bit-unsigned-integer",
168168
"string-ends-with",
169+
"assert",
169170
"list-item",
170171
"string-starts-with",
171172
"ascii-case-insensitive",
172173
"ascii-lowercase",
173-
"assert",
174174
"list-size",
175175
"list-remove",
176176
"list-iterate",

ed/refs/url.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"normative": [
88
{
99
"name": "BIDI",
10-
"url": "https://www.unicode.org/reports/tr9/tr9-50.html"
10+
"url": "https://www.unicode.org/reports/tr9/tr9-51.html"
1111
},
1212
{
1313
"name": "ENCODING",
@@ -39,7 +39,7 @@
3939
},
4040
{
4141
"name": "UTS46",
42-
"url": "https://www.unicode.org/reports/tr46/tr46-33.html"
42+
"url": "https://www.unicode.org/reports/tr46/tr46-35.html"
4343
},
4444
{
4545
"name": "WEBIDL",
@@ -93,7 +93,7 @@
9393
},
9494
{
9595
"name": "UTS39",
96-
"url": "https://www.unicode.org/reports/tr39/tr39-30.html"
96+
"url": "https://www.unicode.org/reports/tr39/tr39-32.html"
9797
}
9898
]
9999
}

0 commit comments

Comments
 (0)