Skip to content

Commit

Permalink
Merge pull request #2646 from w3c/fix-link-epub-a11y-11
Browse files Browse the repository at this point in the history
Fixing link in EPUB A11y 1.1
  • Loading branch information
mattgarrish authored Oct 2, 2024
2 parents 448e2e4 + f77f37b commit 4969dd3
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions epub33/a11y/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ <h3>Package metadata</h3>
<div class="note">
<p>See <a data-cite="epub-a11y-tech-11#sec-discovery">Discovery Metadata Techniques</a>
[[epub-a11y-tech-11]] for more information on these properties and how to include them in
different versions of EPUB. See also <a data-cite="epub-a11y-tech-11#dist-002">Include
different versions of EPUB. See also <a data-cite="epub-a11y-tech-11#dist-a11y-metadata">Include
accessibility metadata in distribution records</a> [[epub-a11y-tech-11]] for more
information on including accessibility metadata in other formats.</p>
</div>
Expand Down Expand Up @@ -704,9 +704,9 @@ <h6>Pagination source</h6>
href="https://www.w3.org/TR/epub/#dfn-package-document">package document</a>
metadata.</p>
<div class="note">
<p>Refer to <a data-cite="epub-a11y-tech-11#page-004">Identifying the pagination
source</a> [[epub-a11y-tech-11]] for more information on meeting this
objective.</p>
<p>Refer to <a data-cite="epub-a11y-tech-11#pageSource">Identifying the
pagination source</a> [[epub-a11y-tech-11]] for more information on
meeting this objective.</p>
</div>
</dd>
</dl>
Expand Down Expand Up @@ -748,7 +748,7 @@ <h6>Page list</h6>
<p>EPUB creators should include links for all pages in the source whether they are
reproduced or not, but this is not a requirement.</p>
<div class="note">
<p>Refer to <a data-cite="epub-a11y-tech-11#page-003">Provide a page list</a>
<p>Refer to <a data-cite="epub-a11y-tech-11#pageList">Provide a page list</a>
[[epub-a11y-tech-11]] for more information on meeting this objective.</p>
</div>
</dd>
Expand Down Expand Up @@ -795,7 +795,7 @@ <h6>Page breaks</h6>
of the content (e.g., EPUB 3 media overlays [[?epub-3]]), EPUB creators MUST
identify the page numbers in the markup that controls the playback.</p>
<div class="note">
<p>Refer to <a data-cite="epub-a11y-tech-11#page-001">Provide page break
<p>Refer to <a data-cite="epub-a11y-tech-11#pageBreakMarkers">Provide page break
markers</a> [[epub-a11y-tech-11]] for more information on meeting this
objective.</p>
</div>
Expand Down Expand Up @@ -887,9 +887,9 @@ <h6>Completeness</h6>
provide synchronized audio playback for all visible textual content as well as
all textual alternatives for visual media.</p>
<div class="note">
<p>Refer to <a data-cite="epub-a11y-tech-11#sync-004">Ensuring complete text
coverage</a> [[epub-a11y-tech-11]] for more information on meeting this
objective.</p>
<p>Refer to <a data-cite="epub-a11y-tech-11#sync-coverage">Ensuring complete
text coverage</a> [[epub-a11y-tech-11]] for more information on meeting
this objective.</p>
</div>
</dd>
</dl>
Expand Down Expand Up @@ -947,9 +947,9 @@ <h6>Reading order</h6>
<p>If EPUB creators use a different ordering, that ordering MUST still result in a
logical playback of the content.</p>
<div class="note">
<p>Refer to <a data-cite="epub-a11y-tech-11#sync-002">Specifying the reading
order</a> [[epub-a11y-tech-11]] for more information on meeting this
objective.</p>
<p>Refer to <a data-cite="epub-a11y-tech-11#sync-reading-order">Specifying the
reading order</a> [[epub-a11y-tech-11]] for more information on meeting
this objective.</p>
</div>
</dd>
</dl>
Expand Down Expand Up @@ -988,9 +988,9 @@ <h6>Skippability</h6>
<dd>
<p>EPUB creators SHOULD identify all skippable structures.</p>
<div class="note">
<p>Refer to <a data-cite="epub-a11y-tech-11#sync-003">Identifying skippable
structures</a> [[epub-a11y-tech-11]] for more information on meeting
this objective.</p>
<p>Refer to <a data-cite="epub-a11y-tech-11#sync-skippability">Identifying
skippable structures</a> [[epub-a11y-tech-11]] for more information on
meeting this objective.</p>
</div>
</dd>
</dl>
Expand Down Expand Up @@ -1029,9 +1029,9 @@ <h6>Escapability</h6>
<dd>
<p>EPUB creators SHOULD identify all escapable structures.</p>
<div class="note">
<p>Refer to <a data-cite="epub-a11y-tech-11#sync-004">Identifying escapable
structures</a> [[epub-a11y-tech-11]] for more information on meeting
this objective.</p>
<p>Refer to <a data-cite="epub-a11y-tech-11#sync-escapability">Identifying
escapable structures</a> [[epub-a11y-tech-11]] for more information on
meeting this objective.</p>
</div>
</dd>
</dl>
Expand Down Expand Up @@ -1069,7 +1069,7 @@ <h6>Navigation document</h6>
href="https://www.w3.org/TR/epub/#sec-mo-nav-doc">EPUB navigation
document</a> [[epub-3]].</p>
<div class="note">
<p>Refer to <a data-cite="epub-a11y-tech-11#sync-005">Synchronizing the
<p>Refer to <a data-cite="epub-a11y-tech-11#sync-nav">Synchronizing the
navigation document</a> [[epub-a11y-tech-11]] for more information on
meeting this objective.</p>
</div>
Expand Down

0 comments on commit 4969dd3

Please sign in to comment.