Skip to content

Commit 0ac114b

Browse files
author
curation-bot
committed
Publish curated data from 312b6ef
Curated data generated from raw data at 312b6ef
1 parent ff75af3 commit 0ac114b

File tree

3 files changed

+22
-17
lines changed

3 files changed

+22
-17
lines changed

‎ed/algorithms/html.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17602,7 +17602,13 @@
1760217602
"html": "<p>If <var>element</var>'s <code>customError</code> validity flag is true, then set\n <var>element</var>'s <a id=\"form-associated-custom-elements:custom-validity-error-message\" href=\"https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#custom-validity-error-message\">custom validity error message</a> to <var>element</var>'s\n <a href=\"https://html.spec.whatwg.org/multipage/custom-elements.html#face-validation-message\" id=\"form-associated-custom-elements:face-validation-message-2\">validation message</a>. Otherwise, set\n <var>element</var>'s <a id=\"form-associated-custom-elements:custom-validity-error-message-2\" href=\"https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#custom-validity-error-message\">custom validity error message</a> to the empty string.</p>"
1760317603
},
1760417604
{
17605-
"html": "<p>Set <var>element</var>'s <a href=\"https://html.spec.whatwg.org/multipage/custom-elements.html#face-validation-anchor\" id=\"form-associated-custom-elements:face-validation-anchor\">validation anchor</a> to\n null if <var>anchor</var> is not given. Otherwise, if <var>anchor</var> is not a\n <a id=\"form-associated-custom-elements:shadow-including-descendant\" href=\"https://dom.spec.whatwg.org/#concept-shadow-including-descendant\" data-x-internal=\"shadow-including-descendant\">shadow-including descendant</a> of <var>element</var>, then throw a\n <a id=\"form-associated-custom-elements:notfounderror\" href=\"https://webidl.spec.whatwg.org/#notfounderror\" data-x-internal=\"notfounderror\">\"<code>NotFoundError</code>\"</a> <code id=\"form-associated-custom-elements:domexception-3\"><a data-x-internal=\"domexception\" href=\"https://webidl.spec.whatwg.org/#dfn-DOMException\">DOMException</a></code>. Otherwise, set\n <var>element</var>'s <a href=\"https://html.spec.whatwg.org/multipage/custom-elements.html#face-validation-anchor\" id=\"form-associated-custom-elements:face-validation-anchor-2\">validation anchor</a> to\n <var>anchor</var>.</p>"
17605+
"html": "<p>If <var>anchor</var> is not given, then set it to <var>element</var>.</p>"
17606+
},
17607+
{
17608+
"html": "<p>Otherwise, if <var>anchor</var> is not a <a id=\"form-associated-custom-elements:shadow-including-inclusive-descendant\" href=\"https://dom.spec.whatwg.org/#concept-shadow-including-inclusive-descendant\" data-x-internal=\"shadow-including-inclusive-descendant\">shadow-including inclusive\n descendant</a> of <var>element</var>, then throw a <a id=\"form-associated-custom-elements:notfounderror\" href=\"https://webidl.spec.whatwg.org/#notfounderror\" data-x-internal=\"notfounderror\">\"<code>NotFoundError</code>\"</a>\n <code id=\"form-associated-custom-elements:domexception-3\"><a data-x-internal=\"domexception\" href=\"https://webidl.spec.whatwg.org/#dfn-DOMException\">DOMException</a></code>.</p>"
17609+
},
17610+
{
17611+
"html": "<p>Set <var>element</var>'s <a href=\"https://html.spec.whatwg.org/multipage/custom-elements.html#face-validation-anchor\" id=\"form-associated-custom-elements:face-validation-anchor\">validation anchor</a> to\n <var>anchor</var>.</p>"
1760617612
}
1760717613
]
1760817614
},

‎ed/ids/html.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31804,11 +31804,10 @@
3180431804
"https://html.spec.whatwg.org/multipage/custom-elements.html#form-associated-custom-elements%3Acustom-validity-error-message",
3180531805
"https://html.spec.whatwg.org/multipage/custom-elements.html#form-associated-custom-elements%3Aface-validation-message-2",
3180631806
"https://html.spec.whatwg.org/multipage/custom-elements.html#form-associated-custom-elements%3Acustom-validity-error-message-2",
31807-
"https://html.spec.whatwg.org/multipage/custom-elements.html#form-associated-custom-elements%3Aface-validation-anchor",
31808-
"https://html.spec.whatwg.org/multipage/custom-elements.html#form-associated-custom-elements%3Ashadow-including-descendant",
31807+
"https://html.spec.whatwg.org/multipage/custom-elements.html#form-associated-custom-elements%3Ashadow-including-inclusive-descendant",
3180931808
"https://html.spec.whatwg.org/multipage/custom-elements.html#form-associated-custom-elements%3Anotfounderror",
3181031809
"https://html.spec.whatwg.org/multipage/custom-elements.html#form-associated-custom-elements%3Adomexception-3",
31811-
"https://html.spec.whatwg.org/multipage/custom-elements.html#form-associated-custom-elements%3Aface-validation-anchor-2",
31810+
"https://html.spec.whatwg.org/multipage/custom-elements.html#form-associated-custom-elements%3Aface-validation-anchor",
3181231811
"https://html.spec.whatwg.org/multipage/custom-elements.html#dom-elementinternals-validationmessage",
3181331812
"https://html.spec.whatwg.org/multipage/custom-elements.html#form-associated-custom-elements%3Athis-3",
3181431813
"https://html.spec.whatwg.org/multipage/custom-elements.html#form-associated-custom-elements%3Ainternals-target-15",

‎ed/index.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-06-25T09:06:44.791Z",
4+
"date": "2025-06-25T12:52:17.636Z",
55
"options": {
66
"useCrawl": "curated",
77
"output": "curated",
@@ -2495,9 +2495,9 @@
24952495
],
24962496
"crawled": "https://html.spec.whatwg.org/multipage/",
24972497
"crawlCacheInfo": {
2498-
"lastModified": "Fri, 20 Jun 2025 05:37:41 GMT"
2498+
"lastModified": "Wed, 25 Jun 2025 08:51:59 GMT"
24992499
},
2500-
"date": "20 June 2025",
2500+
"date": "25 June 2025",
25012501
"algorithms": "algorithms/html.json",
25022502
"links": "links/html.json",
25032503
"refs": "refs/html.json",
@@ -26951,10 +26951,10 @@
2695126951
],
2695226952
"crawled": "https://w3c.github.io/epub-specs/epub33/core/",
2695326953
"crawlCacheInfo": {
26954-
"lastModified": "Mon, 16 Jun 2025 10:34:36 GMT"
26954+
"lastModified": "Wed, 25 Jun 2025 12:09:55 GMT"
2695526955
},
2695626956
"generator": "respec",
26957-
"date": "16 June 2025",
26957+
"date": "25 June 2025",
2695826958
"algorithms": "algorithms/epub-33.json",
2695926959
"links": "links/epub-33.json",
2696026960
"refs": "refs/epub-33.json",
@@ -27009,10 +27009,10 @@
2700927009
],
2701027010
"crawled": "https://w3c.github.io/epub-specs/epub34/authoring/",
2701127011
"crawlCacheInfo": {
27012-
"lastModified": "Mon, 16 Jun 2025 10:34:36 GMT"
27012+
"lastModified": "Wed, 25 Jun 2025 12:09:55 GMT"
2701327013
},
2701427014
"generator": "respec",
27015-
"date": "16 June 2025",
27015+
"date": "25 June 2025",
2701627016
"algorithms": "algorithms/epub-34.json",
2701727017
"links": "links/epub-34.json",
2701827018
"refs": "refs/epub-34.json",
@@ -27066,10 +27066,10 @@
2706627066
],
2706727067
"crawled": "https://w3c.github.io/epub-specs/epub34/a11y/",
2706827068
"crawlCacheInfo": {
27069-
"lastModified": "Mon, 16 Jun 2025 10:34:36 GMT"
27069+
"lastModified": "Wed, 25 Jun 2025 12:09:55 GMT"
2707027070
},
2707127071
"generator": "respec",
27072-
"date": "16 June 2025",
27072+
"date": "25 June 2025",
2707327073
"links": "links/epub-a11y-111.json",
2707427074
"refs": "refs/epub-a11y-111.json",
2707527075
"dfns": "dfns/epub-a11y-111.json",
@@ -27122,10 +27122,10 @@
2712227122
],
2712327123
"crawled": "https://w3c.github.io/epub-specs/epub33/rs/",
2712427124
"crawlCacheInfo": {
27125-
"lastModified": "Mon, 16 Jun 2025 10:34:36 GMT"
27125+
"lastModified": "Wed, 25 Jun 2025 12:09:55 GMT"
2712627126
},
2712727127
"generator": "respec",
27128-
"date": "16 June 2025",
27128+
"date": "25 June 2025",
2712927129
"algorithms": "algorithms/epub-rs-33.json",
2713027130
"links": "links/epub-rs-33.json",
2713127131
"refs": "refs/epub-rs-33.json",
@@ -27179,10 +27179,10 @@
2717927179
],
2718027180
"crawled": "https://w3c.github.io/epub-specs/epub34/rs/",
2718127181
"crawlCacheInfo": {
27182-
"lastModified": "Mon, 16 Jun 2025 10:34:36 GMT"
27182+
"lastModified": "Wed, 25 Jun 2025 12:09:55 GMT"
2718327183
},
2718427184
"generator": "respec",
27185-
"date": "16 June 2025",
27185+
"date": "25 June 2025",
2718627186
"algorithms": "algorithms/epub-rs-34.json",
2718727187
"links": "links/epub-rs-34.json",
2718827188
"refs": "refs/epub-rs-34.json",

0 commit comments

Comments
 (0)