Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions understanding/22/page-break-navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ <h2>Intent of Page Break Navigation</h2>

<p class="note">Statically paginated formats (e.g., PDF) where the user agents include a mechanism to navigate by page typically meet this success criteria by default. The user agents for the EPUB format also typically provide the navigation mechanism if a page list is included. Web browsers do not have a standard page navigation mechanism, so for HTML content with page break locators it is the author responsibility to add that mechanism.</p>

<p>For a Page Break Locator to be a "programmatically determinable destination marker", it needs to have a role that identifies it as a page break, and a method of determining which page in a sequence it represents. This would not apply to an element which visually shows a page number, unless it also has a recognized role. <a href="H99">Technique H99</a> provides an example of a page break locator.</p>


</section>
<section id="benefits">
Expand Down