Skip to content

Commit 4d95c8f

Browse files
Update broken link in H99 (#4430)
Link to EPUB 3 page list at the end of the "Description" section Closes #4429 Co-authored-by: Mike Gower <[email protected]>
1 parent 1388d95 commit 4d95c8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

techniques/html/H99.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ <h2>Description</h2>
2121
<p>The objective of this technique is to ensure that a page-selection mechanism is provided that makes available programmatically all set page locations in the digital publication.</p>
2222

2323
<p>The page-selection mechanism provides a way to locate static page break locations (i.e., where each new page begins) within a digital publication. These locations typically come from a print equivalent of the edition and allow synchronization in, for example, a mix of print and digital publications in environments such as schools and universities.</p>
24-
24+
2525
<p>The source of pagination is not limited to print but could match up to any statically paginated alternative, such as a <abbr title="Portable Document Format">PDF</abbr> or even a fixed-layout EPUB (i.e., where the content does not reflow to fit the available screen size).</p>
26-
26+
2727
<p>The order of the page break locations in a digital publication is not sequential in all cases, and not all page breaks may be represented. Publishers often rearrange and remove content from the paginated source content when creating a digital version.</p>
28-
29-
<p>Page lists are a central feature of many digital publishing formats. <a href="https://www.w3.org/publishing/epub3/epub-packages.html#sec-nav-pagelist">EPUB 3 defines the page list</a> in its navigation document while EPUB 2 and DAISY 3 use the <a href="http://www.daisy.org/z3986/2005/Z3986-2005.html#NCXElem">pageList element in the NCX</a>. The <a href="https://www.w3.org/TR/dpub-aria-1.0/#doc-pagelist">DPUB-ARIA module</a> also includes a <code class="language-xml">doc-pagelist</code> role for identifying the navigation element containing the page list.</p>
28+
29+
<p>Page lists are a central feature of many digital publishing formats. <a href="https://www.w3.org/TR/epub/#sec-nav-pagelist">EPUB 3 defines the page list</a> in its navigation document while EPUB 2 and DAISY 3 use the <a href="http://www.daisy.org/z3986/2005/Z3986-2005.html#NCXElem">pageList element in the NCX</a>. The <a href="https://www.w3.org/TR/dpub-aria-1.0/#doc-pagelist">DPUB-ARIA module</a> also includes a <code class="language-xml">doc-pagelist</code> role for identifying the navigation element containing the page list.</p>
3030

3131
<p>Other publications provide a means of page navigation through a 'go to' mechanism.</p>
3232

0 commit comments

Comments
 (0)