Skip to content

Commit 439a7c0

Browse files
alastcmattgarrishpatrickhlaukeljoakley
authored
Adding H99 to multiple ways (#2549)
An update to put H99 (Provide a page-selection mechanism) under the Multiple Ways SC. Effectively this technique wasn't referenced by any understanding document, so this is being added as an advisory technique for multiple-ways. Patrick updated the linking to use the JS file, and Matt Garish added a paragraph on usage for epub. The linking is done, just need to check the content. --------- Co-authored-by: Matt Garrish <mattgarrish@users.noreply.github.com> Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk> Co-authored-by: Lori Oakley <32885548+ljoakley@users.noreply.github.com>
1 parent a3e26ac commit 439a7c0

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

techniques/html/H99.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1>Provide a page-selection mechanism</h1>
1010
<h2>Applicability</h2>
1111
<p id="id">applicability</p>
1212
<p id="technology">html</p>
13-
<p id="type">sufficient</p>
13+
<p id="type">advisory</p>
1414
<p>Digital publications derived from a fixed layout source or that include static page break locations to enable common points of reference.</p>
1515
<h2>User Agent and Assistive Technology Support Notes</h2>
1616
<p>User agents may provide a specialized interface to the page list rather than render it directly, especially in ebook formats. Users might be presented with an input box into which to enter the page number they wish to go to, for example.</p>

understanding/20/multiple-ways.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ <h2>Benefits of Multiple Ways</h2>
5555
to use a hierarchical navigation scheme that may be difficult to understand.
5656
</li>
5757

58+
<li>For readers of digital publications like EPUBs, being able to scan and navigate to the
59+
sections of a work using a table of contents makes it easier both to locate content and
60+
to find their position again. Providing an index allows readers to locate specific
61+
information they are interested in by topic. In mixed print and digital
62+
environments, such as education, having the ability to navigate to static page break
63+
locations allows readers to coordinate their position within a work with others.
64+
</li>
5865
</ul>
5966

6067
</section>

understanding/understanding.11tydata.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ export default function (data) {
772772
usingQuantity: "two or more",
773773
},
774774
],
775-
advisory: ["PDF2"],
775+
advisory: ["PDF2","H99"],
776776
},
777777

778778
"headings-and-labels": {

0 commit comments

Comments
 (0)