Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

editorial: doc-pagelist section has been moved in the correct alphabetical-order #2425

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
92 changes: 46 additions & 46 deletions dpub-aria/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3282,27 +3282,35 @@ <h3>Definition of Roles</h3>
</div>

<div class="role">
<rdef>doc-pagelist</rdef>
<rdef>doc-pagefooter</rdef>

<div class="role-description">
<p>A navigational aid that provides a list of links to the page breaks in the content.</p>
<p>
A section of text appearing at the bottom of a page that provides context about the current work and location within it. The page footer is distinct from the body text and normally
follows a repeating template that contains (possibly truncated) items such as the document title, current section, author name(s), and page number.
</p>

<p>The <code>doc-pagefooter</code> role MUST be used on every instance of the page footer.</p>

<p>The <code>doc-pagefooter</code> MUST NOT contain the <rref>doc-pagebreak</rref>.</p>

<p>The <code>doc-pagefooter</code> MUST NOT contain footnotes (<rref>doc-footnote</rref>).</p>

<p>Assistive technologies MAY allow the user to read the document content continuously without interruption from the page footer.</p>

<pre class="example highlight">
&lt;nav role="doc-pagelist"&gt;
&lt;h2&gt;Pages&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="chapter.xhtml#Page_1"&gt;1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="chapter.xhtml#Page_2"&gt;2&lt;/a&gt;&lt;/li&gt;
&#8230;
&lt;/ol&gt;
&lt;/nav&gt;</pre
&lt;section role="doc-pagefooter"&gt;
&lt;div&gt;Leo Tolstoy&lt;/div&gt;
&lt;div&gt;321&lt;/div&gt;
&#8230;
&lt;/section&gt;</pre
>
</div>

<table class="role-features">
<caption>
Characteristics of
<code>doc-pagelist</code
<code>doc-pagefooter</code
>:
</caption>
<thead>
Expand All @@ -3318,7 +3326,7 @@ <h3>Definition of Roles</h3>
</tr>
<tr>
<th class="role-parent-head" scope="row">Superclass Role:</th>
<td class="role-parent"><rref>navigation</rref></td>
<td class="role-parent"><rref>section</rref></td>
</tr>
<tr>
<th class="role-children-head" scope="row">Subclass Roles:</th>
Expand All @@ -3330,7 +3338,7 @@ <h3>Definition of Roles</h3>
</tr>
<tr>
<th class="role-related-head" scope="row">Related Concepts:</th>
<td class="role-related">EPUB <a href="https://idpf.github.io/epub-vocabs/structure/#page-list">page-list</a> [[EPUB-SSV]]</td>
<td class="role-related"></td>
</tr>
<tr>
<th class="role-scope-head" scope="row">Required Context Role:</th>
Expand All @@ -3354,7 +3362,7 @@ <h3>Definition of Roles</h3>
</tr>
<tr>
<th class="role-namefrom-head" scope="row">Name From:</th>
<td class="role-namefrom">author</td>
<td class="role-namefrom">prohibited</td>
</tr>
<tr>
<th class="role-namerequired-head" scope="row">Accessible Name Required:</th>
Expand All @@ -3381,25 +3389,21 @@ <h3>Definition of Roles</h3>
</div>

<div class="role">
<rdef>doc-pagefooter</rdef>
<rdef>doc-pageheader</rdef>

<div class="role-description">
<p>
A section of text appearing at the bottom of a page that provides context about the current work and location within it. The page footer is distinct from the body text and normally
follows a repeating template that contains (possibly truncated) items such as the document title, current section, author name(s), and page number.
A section of text appearing at the top of a page that provides context about the current work and location within it. The page header is distinct from the body text and normally follows
a repeating template that contains (possibly truncated) items such as the document title, current section, author name(s), and page number.
</p>

<p>The <code>doc-pagefooter</code> role MUST be used on every instance of the page footer.</p>

<p>The <code>doc-pagefooter</code> MUST NOT contain the <rref>doc-pagebreak</rref>.</p>

<p>The <code>doc-pagefooter</code> MUST NOT contain footnotes (<rref>doc-footnote</rref>).</p>
<p>The <code>doc-pageheader</code> role MUST be used on every instance of the page header.</p>

<p>Assistive technologies MAY allow the user to read the document content continuously without interruption from the page footer.</p>
<p>Assistive technologies MAY allow the user to read the document content continuously without interruption from the page header.</p>

<pre class="example highlight">
&lt;section role="doc-pagefooter"&gt;
&lt;div&gt;Leo Tolstoy&lt;/div&gt;
&lt;section role="doc-pageheader"&gt;
&lt;div&gt;War and Peace&lt;/div&gt;
&lt;div&gt;321&lt;/div&gt;
&#8230;
&lt;/section&gt;</pre
Expand All @@ -3409,7 +3413,7 @@ <h3>Definition of Roles</h3>
<table class="role-features">
<caption>
Characteristics of
<code>doc-pagefooter</code
<code>doc-pageheader</code
>:
</caption>
<thead>
Expand Down Expand Up @@ -3487,32 +3491,28 @@ <h3>Definition of Roles</h3>
</table>
</div>

<div class="role">
<rdef>doc-pageheader</rdef>
<div class="role">
<rdef>doc-pagelist</rdef>

<div class="role-description">
<p>
A section of text appearing at the top of a page that provides context about the current work and location within it. The page header is distinct from the body text and normally follows
a repeating template that contains (possibly truncated) items such as the document title, current section, author name(s), and page number.
</p>

<p>The <code>doc-pageheader</code> role MUST be used on every instance of the page header.</p>

<p>Assistive technologies MAY allow the user to read the document content continuously without interruption from the page header.</p>
<p>A navigational aid that provides a list of links to the page breaks in the content.</p>

<pre class="example highlight">
&lt;section role="doc-pageheader"&gt;
&lt;div&gt;War and Peace&lt;/div&gt;
&lt;div&gt;321&lt;/div&gt;
&#8230;
&lt;/section&gt;</pre
&lt;nav role="doc-pagelist"&gt;
&lt;h2&gt;Pages&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="chapter.xhtml#Page_1"&gt;1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="chapter.xhtml#Page_2"&gt;2&lt;/a&gt;&lt;/li&gt;
&#8230;
&lt;/ol&gt;
&lt;/nav&gt;</pre
>
</div>

<table class="role-features">
<caption>
Characteristics of
<code>doc-pageheader</code
<code>doc-pagelist</code
>:
</caption>
<thead>
Expand All @@ -3528,7 +3528,7 @@ <h3>Definition of Roles</h3>
</tr>
<tr>
<th class="role-parent-head" scope="row">Superclass Role:</th>
<td class="role-parent"><rref>section</rref></td>
<td class="role-parent"><rref>navigation</rref></td>
</tr>
<tr>
<th class="role-children-head" scope="row">Subclass Roles:</th>
Expand All @@ -3540,7 +3540,7 @@ <h3>Definition of Roles</h3>
</tr>
<tr>
<th class="role-related-head" scope="row">Related Concepts:</th>
<td class="role-related"></td>
<td class="role-related">EPUB <a href="https://idpf.github.io/epub-vocabs/structure/#page-list">page-list</a> [[EPUB-SSV]]</td>
</tr>
<tr>
<th class="role-scope-head" scope="row">Required Context Role:</th>
Expand All @@ -3564,7 +3564,7 @@ <h3>Definition of Roles</h3>
</tr>
<tr>
<th class="role-namefrom-head" scope="row">Name From:</th>
<td class="role-namefrom">prohibited</td>
<td class="role-namefrom">author</td>
</tr>
<tr>
<th class="role-namerequired-head" scope="row">Accessible Name Required:</th>
Expand All @@ -3589,7 +3589,7 @@ <h3>Definition of Roles</h3>
</tbody>
</table>
</div>

<div class="role">
<rdef>doc-part</rdef>

Expand Down
Loading