Skip to content

Commit bde1f3a

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.6.1.
1 parent a35db83 commit bde1f3a

File tree

10 files changed

+149
-149
lines changed

10 files changed

+149
-149
lines changed

tr/algorithms/epub-rs-34.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"rationale": ".algorithm",
1212
"steps": [
1313
{
14-
"html": "<p>Let <var>baseURL</var>, <var>expandedURL</var>, <var>propertyPrefix</var>, and\n\t\t\t\t\t\t\t<var>propertyReference</var> be empty <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#string\" id=\"ref-for-index-term-string-3\">strings</a>.</p>\n\t\t\t\t\t<details class=\"explanation\">\n\t\t\t\t\t\t<summary>Explanation</summary>\n\t\t\t\t\t\t<p>In this algorithm:</p>\n\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t<li><var>baseURL</var> will hold the base URL associated with the value, whether this URL is\n\t\t\t\t\t\t\t\tassigned by the EPUB creator, corresponds to a default vocabulary, or comes from a\n\t\t\t\t\t\t\t\treserved prefix.</li>\n\t\t\t\t\t\t\t<li><var>expandedURL</var> will hold the final URL that results from the concatenation of\n\t\t\t\t\t\t\t\tthe base URL and property reference.</li>\n\t\t\t\t\t\t\t<li><var>propertyPrefix</var> will hold the property's <a href=\"https://w3c.github.io/epub-specs/epub34/authoring/#property.ebnf.prefix\" id=\"ref-for-index-term-prefix-1\">prefix</a> [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/epub-rs-34/#bib-epub-34\" title=\"EPUB 3.4\">epub-34</a></cite>] (i.e., the value\n\t\t\t\t\t\t\t\tbefore the colon). Properties from a default vocabulary will not have a prefix, but all\n\t\t\t\t\t\t\t\tothers will.</li>\n\t\t\t\t\t\t\t<li><var>propertyReference</var> will hold the property's <a href=\"https://w3c.github.io/epub-specs/epub34/authoring/#property.ebnf.reference\" id=\"ref-for-index-term-reference-1\">reference</a> [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/epub-rs-34/#bib-epub-34\" title=\"EPUB 3.4\">epub-34</a></cite>] (i.e., the\n\t\t\t\t\t\t\t\tvalue after the prefix). All valid properties require a reference.</li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</details>"
14+
"html": "<p>Let <var>baseURL</var>, <var>expandedURL</var>, <var>propertyPrefix</var>, and\n\t\t\t\t\t\t\t<var>propertyReference</var> be empty <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#string\" id=\"ref-for-index-term-string-3\">strings</a>.</p>\n\t\t\t\t\t<details class=\"explanation\">\n\t\t\t\t\t\t<summary>Explanation</summary>\n\t\t\t\t\t\t<p>In this algorithm:</p>\n\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t<li><var>baseURL</var> will hold the base URL associated with the value, whether this URL is\n\t\t\t\t\t\t\t\tassigned by the EPUB creator, corresponds to a default vocabulary, or comes from a\n\t\t\t\t\t\t\t\treserved prefix.</li>\n\t\t\t\t\t\t\t<li><var>expandedURL</var> will hold the final URL that results from the concatenation of\n\t\t\t\t\t\t\t\tthe base URL and property reference.</li>\n\t\t\t\t\t\t\t<li><var>propertyPrefix</var> will hold the property's <a href=\"https://www.w3.org/TR/epub-34/#property.ebnf.prefix\" id=\"ref-for-index-term-prefix-1\">prefix</a> [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/epub-rs-34/#bib-epub-34\" title=\"EPUB 3.4\">epub-34</a></cite>] (i.e., the value\n\t\t\t\t\t\t\t\tbefore the colon). Properties from a default vocabulary will not have a prefix, but all\n\t\t\t\t\t\t\t\tothers will.</li>\n\t\t\t\t\t\t\t<li><var>propertyReference</var> will hold the property's <a href=\"https://www.w3.org/TR/epub-34/#property.ebnf.reference\" id=\"ref-for-index-term-reference-1\">reference</a> [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/epub-rs-34/#bib-epub-34\" title=\"EPUB 3.4\">epub-34</a></cite>] (i.e., the\n\t\t\t\t\t\t\t\tvalue after the prefix). All valid properties require a reference.</li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</details>"
1515
},
1616
{
1717
"html": "Obtain the values of <var>propertyPrefix</var> and <var>propertyReference</var> as follows:",
@@ -37,22 +37,22 @@
3737
"rationale": "if",
3838
"steps": [
3939
{
40-
"html": "If <var>attr</var> is <code><a data-link-type=\"element-attr\" href=\"https://w3c.github.io/epub-specs/epub34/authoring/#dfn-epub-type\" id=\"ref-for-index-term-epub-type-attribute-5\">epub:type</a></code> [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/epub-rs-34/#bib-epub-34\" title=\"EPUB 3.4\">epub-34</a></cite>], set <var>baseURL</var> to\n\t\t\t\t\t\t\t\t\t\t<br><code>http://idpf.org/epub/vocab/structure/#</code>"
40+
"html": "If <var>attr</var> is <code><a data-link-type=\"element-attr\" href=\"https://www.w3.org/TR/epub-34/#dfn-epub-type\" id=\"ref-for-index-term-epub-type-attribute-5\">epub:type</a></code> [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/epub-rs-34/#bib-epub-34\" title=\"EPUB 3.4\">epub-34</a></cite>], set <var>baseURL</var> to\n\t\t\t\t\t\t\t\t\t\t<br><code>http://idpf.org/epub/vocab/structure/#</code>"
4141
},
4242
{
43-
"html": "Otherwise, if <var>elem</var> is the package document <code><a data-link-type=\"element\" href=\"https://w3c.github.io/epub-specs/epub34/authoring/#dfn-meta\" id=\"ref-for-index-term-meta-element-6\">meta</a></code> element [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/epub-rs-34/#bib-epub-34\" title=\"EPUB 3.4\">epub-34</a></cite>]\n\t\t\t\t\t\t\t\t\tand <var>attr</var> is <code>scheme</code>, the property value is invalid. Return <a href=\"https://infra.spec.whatwg.org/#nulls\" id=\"ref-for-index-term-null-4\">null</a>."
43+
"html": "Otherwise, if <var>elem</var> is the package document <code><a data-link-type=\"element\" href=\"https://www.w3.org/TR/epub-34/#dfn-meta\" id=\"ref-for-index-term-meta-element-6\">meta</a></code> element [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/epub-rs-34/#bib-epub-34\" title=\"EPUB 3.4\">epub-34</a></cite>]\n\t\t\t\t\t\t\t\t\tand <var>attr</var> is <code>scheme</code>, the property value is invalid. Return <a href=\"https://infra.spec.whatwg.org/#nulls\" id=\"ref-for-index-term-null-4\">null</a>."
4444
},
4545
{
46-
"html": "Otherwise, if <var>elem</var> is the package document <code><a data-link-type=\"element\" href=\"https://w3c.github.io/epub-specs/epub34/authoring/#dfn-meta\" id=\"ref-for-index-term-meta-element-7\">meta</a></code> element [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/epub-rs-34/#bib-epub-34\" title=\"EPUB 3.4\">epub-34</a></cite>],\n\t\t\t\t\t\t\t\t\tset <var>baseURL</var> to\n\t\t\t\t\t\t\t\t\t\t<br><code>http://idpf.org/epub/vocab/package/meta/#</code>"
46+
"html": "Otherwise, if <var>elem</var> is the package document <code><a data-link-type=\"element\" href=\"https://www.w3.org/TR/epub-34/#dfn-meta\" id=\"ref-for-index-term-meta-element-7\">meta</a></code> element [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/epub-rs-34/#bib-epub-34\" title=\"EPUB 3.4\">epub-34</a></cite>],\n\t\t\t\t\t\t\t\t\tset <var>baseURL</var> to\n\t\t\t\t\t\t\t\t\t\t<br><code>http://idpf.org/epub/vocab/package/meta/#</code>"
4747
},
4848
{
49-
"html": "Otherwise, if <var>elem</var> is the package document <code><a data-link-type=\"element\" href=\"https://w3c.github.io/epub-specs/epub34/authoring/#dfn-link\" id=\"ref-for-index-term-link-element-2\">link</a></code> element [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/epub-rs-34/#bib-epub-34\" title=\"EPUB 3.4\">epub-34</a></cite>],\n\t\t\t\t\t\t\t\t\tset <var>baseURL</var> to\n\t\t\t\t\t\t\t\t\t\t<br><code>http://idpf.org/epub/vocab/package/link/#</code>"
49+
"html": "Otherwise, if <var>elem</var> is the package document <code><a data-link-type=\"element\" href=\"https://www.w3.org/TR/epub-34/#dfn-link\" id=\"ref-for-index-term-link-element-2\">link</a></code> element [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/epub-rs-34/#bib-epub-34\" title=\"EPUB 3.4\">epub-34</a></cite>],\n\t\t\t\t\t\t\t\t\tset <var>baseURL</var> to\n\t\t\t\t\t\t\t\t\t\t<br><code>http://idpf.org/epub/vocab/package/link/#</code>"
5050
},
5151
{
52-
"html": "Otherwise, if <var>elem</var> is the package document <code><a data-link-type=\"element\" href=\"https://w3c.github.io/epub-specs/epub34/authoring/#dfn-item\" id=\"ref-for-index-term-item-element-3\">item</a></code> element [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/epub-rs-34/#bib-epub-34\" title=\"EPUB 3.4\">epub-34</a></cite>],\n\t\t\t\t\t\t\t\t\tset <var>baseURL</var> to\n\t\t\t\t\t\t\t\t\t\t<br><code>http://idpf.org/epub/vocab/package/item/#</code>"
52+
"html": "Otherwise, if <var>elem</var> is the package document <code><a data-link-type=\"element\" href=\"https://www.w3.org/TR/epub-34/#dfn-item\" id=\"ref-for-index-term-item-element-3\">item</a></code> element [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/epub-rs-34/#bib-epub-34\" title=\"EPUB 3.4\">epub-34</a></cite>],\n\t\t\t\t\t\t\t\t\tset <var>baseURL</var> to\n\t\t\t\t\t\t\t\t\t\t<br><code>http://idpf.org/epub/vocab/package/item/#</code>"
5353
},
5454
{
55-
"html": "Otherwise, if <var>elem</var> is the package document <code><a data-link-type=\"element\" href=\"https://w3c.github.io/epub-specs/epub34/authoring/#dfn-itemref\" id=\"ref-for-index-term-itemref-element-5\">itemref</a></code> element\n\t\t\t\t\t\t\t\t\t[<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/epub-rs-34/#bib-epub-34\" title=\"EPUB 3.4\">epub-34</a></cite>], set <var>baseURL</var> to\n\t\t\t\t\t\t\t\t\t\t<br><code>http://idpf.org/epub/vocab/package/itemref/#</code>"
55+
"html": "Otherwise, if <var>elem</var> is the package document <code><a data-link-type=\"element\" href=\"https://www.w3.org/TR/epub-34/#dfn-itemref\" id=\"ref-for-index-term-itemref-element-5\">itemref</a></code> element\n\t\t\t\t\t\t\t\t\t[<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/epub-rs-34/#bib-epub-34\" title=\"EPUB 3.4\">epub-34</a></cite>], set <var>baseURL</var> to\n\t\t\t\t\t\t\t\t\t\t<br><code>http://idpf.org/epub/vocab/package/itemref/#</code>"
5656
}
5757
]
5858
},
@@ -64,7 +64,7 @@
6464
"html": "<p>If a <code>prefix</code> attribute is declared on the document element of\n\t\t\t\t\t\t\t\t\t\t\t<var>doc</var>, and the attribute contains a prefix that matches\n\t\t\t\t\t\t\t\t\t\t\t<var>propertyPrefix</var>, set <var>baseURL</var> to the URL associated with\n\t\t\t\t\t\t\t\t\t\tthe prefix declaration.</p>"
6565
},
6666
{
67-
"html": "<p>Otherwise, if <var>propertyPrefix</var> matches a <a href=\"https://w3c.github.io/epub-specs/epub34/authoring/#sec-reserved-prefixes\" id=\"ref-for-index-term-reserved-prefix-1\">reserved prefix</a> [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/epub-rs-34/#bib-epub-34\" title=\"EPUB 3.4\">epub-34</a></cite>]\n\t\t\t\t\t\t\t\t\t\tfor <var>doc</var>, set <var>baseURL</var> to the URL associated with the\n\t\t\t\t\t\t\t\t\t\treserved prefix.</p>"
67+
"html": "<p>Otherwise, if <var>propertyPrefix</var> matches a <a href=\"https://www.w3.org/TR/epub-34/#sec-reserved-prefixes\" id=\"ref-for-index-term-reserved-prefix-1\">reserved prefix</a> [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/epub-rs-34/#bib-epub-34\" title=\"EPUB 3.4\">epub-34</a></cite>]\n\t\t\t\t\t\t\t\t\t\tfor <var>doc</var>, set <var>baseURL</var> to the URL associated with the\n\t\t\t\t\t\t\t\t\t\treserved prefix.</p>"
6868
}
6969
]
7070
}

tr/ids/epub-34.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2925,7 +2925,7 @@
29252925
"https://www.w3.org/TR/epub-34/#bib-dpub-aria",
29262926
"https://www.w3.org/TR/epub-34/#bib-epub-a11y-tech-11",
29272927
"https://www.w3.org/TR/epub-34/#bib-epub-multi-rend-11",
2928-
"https://www.w3.org/TR/epub-34/#bib-epub-overview-33",
2928+
"https://www.w3.org/TR/epub-34/#bib-epub-overview-34",
29292929
"https://www.w3.org/TR/epub-34/#bib-epub-tts-10",
29302930
"https://www.w3.org/TR/epub-34/#bib-fetch",
29312931
"https://www.w3.org/TR/epub-34/#bib-h264",

tr/ids/epub-a11y-111.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
"https://www.w3.org/TR/epub-a11y-111/#bib-daisyaudio",
319319
"https://www.w3.org/TR/epub-a11y-111/#bib-dpub-aria-1.0",
320320
"https://www.w3.org/TR/epub-a11y-111/#bib-epub-a11y-exemption",
321-
"https://www.w3.org/TR/epub-a11y-111/#bib-epub-a11y-tech-11",
321+
"https://www.w3.org/TR/epub-a11y-111/#bib-epub-a11y-tech-111",
322322
"https://www.w3.org/TR/epub-a11y-111/#bib-marc21",
323323
"https://www.w3.org/TR/epub-a11y-111/#bib-onix",
324324
"https://www.w3.org/TR/epub-a11y-111/#bib-opf-201",

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-05-02T01:36:12.082Z",
4+
"date": "2025-05-03T01:35:32.749Z",
55
"options": {
66
"fallback": "tr/index.json",
77
"output": "report",
@@ -744,7 +744,7 @@
744744
"https://aomediacodec.github.io/av1-spec/"
745745
],
746746
"crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
747-
"date": "2 May 2025",
747+
"date": "3 May 2025",
748748
"links": "links/av1-spec.json",
749749
"cddl": []
750750
},
@@ -10917,11 +10917,11 @@
1091710917
],
1091810918
"crawled": "https://www.w3.org/TR/epub-34/",
1091910919
"crawlCacheInfo": {
10920-
"lastModified": "Fri, 25 Apr 2025 21:25:07 GMT"
10920+
"lastModified": "Fri, 02 May 2025 16:40:34 GMT"
1092110921
},
1092210922
"generator": "respec",
10923-
"date": "25 April 2025",
10924-
"revision": "8c0dff5d8297a3dc11b276972bdb4c73c2e06cb3",
10923+
"date": "02 May 2025",
10924+
"revision": "597be448b097ff0658b6d19177549f85e0371fe4",
1092510925
"algorithms": "algorithms/epub-34.json",
1092610926
"links": "links/epub-34.json",
1092710927
"refs": "refs/epub-34.json",
@@ -10975,11 +10975,11 @@
1097510975
],
1097610976
"crawled": "https://www.w3.org/TR/epub-a11y-111/",
1097710977
"crawlCacheInfo": {
10978-
"lastModified": "Thu, 17 Apr 2025 14:03:24 GMT"
10978+
"lastModified": "Fri, 02 May 2025 16:40:01 GMT"
1097910979
},
1098010980
"generator": "respec",
10981-
"date": "17 April 2025",
10982-
"revision": "abab6748dbfe92a15e87756790155cdaee823eb4",
10981+
"date": "02 May 2025",
10982+
"revision": "597be448b097ff0658b6d19177549f85e0371fe4",
1098310983
"links": "links/epub-a11y-111.json",
1098410984
"refs": "refs/epub-a11y-111.json",
1098510985
"dfns": "dfns/epub-a11y-111.json",
@@ -11089,11 +11089,11 @@
1108911089
],
1109011090
"crawled": "https://www.w3.org/TR/epub-rs-34/",
1109111091
"crawlCacheInfo": {
11092-
"lastModified": "Thu, 24 Apr 2025 13:10:12 GMT"
11092+
"lastModified": "Fri, 02 May 2025 16:40:11 GMT"
1109311093
},
1109411094
"generator": "respec",
11095-
"date": "24 April 2025",
11096-
"revision": "f4448010ab306924ae041177a0121e895c00f971",
11095+
"date": "02 May 2025",
11096+
"revision": "597be448b097ff0658b6d19177549f85e0371fe4",
1109711097
"algorithms": "algorithms/epub-rs-34.json",
1109811098
"links": "links/epub-rs-34.json",
1109911099
"refs": "refs/epub-rs-34.json",

tr/links/epub-34.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -123,25 +123,6 @@
123123
"absolute-url-string"
124124
]
125125
},
126-
"https://w3c.github.io/epub-specs/epub34/a11y/": {},
127-
"https://w3c.github.io/epub-specs/epub34/rs/": {
128-
"anchors": [
129-
"confreq-zip-rootdir",
130-
"sec-epub-rs-conf-cmt",
131-
"confreq-css-rs-fonts",
132-
"sec-scripted-content",
133-
"confreq-rs-scripted-fxl-support",
134-
"confreq-rs-scripted-scrolled",
135-
"confreq-nav-ol-style",
136-
"confreq-nav-hidden",
137-
"note-table-reading-mode",
138-
"sec-nav",
139-
"sec-security-privacy",
140-
"app-epubReadingSystem",
141-
"sec-container-iri",
142-
"sec-property-values"
143-
]
144-
},
145126
"https://www.doi.org/": {},
146127
"https://www.dublincore.org/specifications/dublin-core/dcmi-terms/": {},
147128
"https://www.editeur.org/8/ONIX/": {},
@@ -324,17 +305,36 @@
324305
},
325306
"https://www.w3.org/TR/dpub-aria/": {},
326307
"https://www.w3.org/TR/epub-33/": {},
308+
"https://www.w3.org/TR/epub-a11y-111/": {},
327309
"https://www.w3.org/TR/epub-a11y-tech-11/": {},
328310
"https://www.w3.org/TR/epub-multi-rend-11/": {
329311
"anchors": [
330312
"container"
331313
]
332314
},
333-
"https://www.w3.org/TR/epub-overview-33/": {
315+
"https://www.w3.org/TR/epub-overview-34/": {
334316
"anchors": [
335317
"sec-rendering"
336318
]
337319
},
320+
"https://www.w3.org/TR/epub-rs-34/": {
321+
"anchors": [
322+
"confreq-zip-rootdir",
323+
"sec-epub-rs-conf-cmt",
324+
"confreq-css-rs-fonts",
325+
"sec-scripted-content",
326+
"confreq-rs-scripted-fxl-support",
327+
"confreq-rs-scripted-scrolled",
328+
"confreq-nav-ol-style",
329+
"confreq-nav-hidden",
330+
"note-table-reading-mode",
331+
"sec-nav",
332+
"sec-security-privacy",
333+
"app-epubReadingSystem",
334+
"sec-container-iri",
335+
"sec-property-values"
336+
]
337+
},
338338
"https://www.w3.org/TR/epub-ssv-11/": {
339339
"anchors": [
340340
"toc-1",

tr/links/epub-a11y-111.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"https://www.w3.org/TR/WCAG20/": {},
5858
"https://www.w3.org/TR/dpub-aria-1.0/": {},
5959
"https://www.w3.org/TR/epub-a11y-exemption/": {},
60-
"https://www.w3.org/TR/epub-a11y-tech-11/": {
60+
"https://www.w3.org/TR/epub-a11y-tech-111/": {
6161
"anchors": [
6262
"sec-discovery",
6363
"dist-a11y-metadata",

0 commit comments

Comments
 (0)