@@ -6712,7 +6712,6 @@ <h4>Introduction</h4>
67126712 </ div >
67136713 </ section >
67146714
6715-
67166715 < section id ="sec-fxl-content-dimensions " data-epubcheck ="true "
67176716 data-tests ="https://w3c.github.io/epub-structural-tests/#06-content-document_content-document-xhtml.feature_L457,https://w3c.github.io/epub-structural-tests/#08-layout_layout.feature_L212,https://w3c.github.io/epub-structural-tests/#08-layout_layout.feature_L217,https://w3c.github.io/epub-structural-tests/#08-layout_layout.feature_L222,https://w3c.github.io/epub-structural-tests/#08-layout_layout.feature_L227,https://w3c.github.io/epub-structural-tests/#08-layout_layout.feature_L233,https://w3c.github.io/epub-structural-tests/#08-layout_layout.feature_L239,https://w3c.github.io/epub-structural-tests/#08-layout_layout.feature_L245,https://w3c.github.io/epub-structural-tests/#08-layout_layout.feature_L251,https://w3c.github.io/epub-structural-tests/#08-layout_layout.feature_L257,https://w3c.github.io/epub-structural-tests/#08-layout_layout.feature_L263,https://w3c.github.io/epub-structural-tests/#08-layout_layout.feature_L269,https://w3c.github.io/epub-structural-tests/#08-layout_layout.feature_L275,https://w3c.github.io/epub-structural-tests/#08-layout_layout.feature_L283,https://w3c.github.io/epub-structural-tests/#08-layout_layout.feature_L297,https://w3c.github.io/epub-structural-tests/#08-layout_layout.feature_L303,https://w3c.github.io/epub-structural-tests/#08-layout_layout.feature_L309 ">
67186717 < h4 > Fixed-layout document dimensions</ h4 >
@@ -7533,6 +7532,41 @@ <h4>The <code>toc nav</code> element </h4>
75337532 documents=].</ p >
75347533 </ li >
75357534 </ ul >
7535+
7536+ < aside class ="example " title ="Simple table of contents ">
7537+ < pre > <nav epub:type="toc">
7538+ <h2> Table of contents</h2>
7539+ <ol>
7540+ <li> <a href="preface.html#p01"> Preface</a> </li>
7541+ <li> <a href="chapter01.html#h01"> Chapter 1</a> </li>
7542+ <li> <a href="chapter02.html#h02"> Chapter 2</a> </li>
7543+ …
7544+ </ol>
7545+ </nav> </ pre >
7546+ </ aside >
7547+
7548+ < aside class ="example " title ="Structured table of contents ">
7549+ < pre > <nav epub:type="toc">
7550+ <h2> Table of contents</h2>
7551+ <ol>
7552+ <li>
7553+ <a href="part01.html#p01"> Part I</a>
7554+ <ol>
7555+ <li>
7556+ <a href="section01.html#s01"> Section 1</a>
7557+ <ol>
7558+ <li> <a href="section01.html#s01-01"> Section 1.1</a> </li>
7559+ <li> <a href="section01.html#s01-02"> Section 1.2</a> </li>
7560+ …
7561+ </ol>
7562+ </li>
7563+ …
7564+ </ol>
7565+ </li>
7566+ …
7567+ </ol>
7568+ </nav> </ pre >
7569+ </ aside >
75367570 </ section >
75377571
75387572 < section id ="sec-nav-pagelist " data-epubcheck ="true "
@@ -7553,9 +7587,33 @@ <h4>The <code>page-list nav</code> element </h4>
75537587 < p > The < code > page-list nav</ code > element SHOULD contain only a single < code > ol</ code > descendant
75547588 (i.e., no nested sublists).</ p >
75557589
7556- < p > The destinations of the < code > page-list</ code > references MAY be identified in their respective
7557- [=EPUB content documents=] using the < a data-cite ="epub-ssv-11/#pagebreak "
7558- > < code > pagebreak</ code > term</ a > [[epub-ssv-11]].</ p >
7590+ < aside class ="example " title ="Page list with destination ">
7591+ < p > Page list markup in the EPUB navigation document:</ p >
7592+
7593+ < pre > <nav epub:type="page-list">
7594+ <h2> Page list</h2>
7595+ <ol>
7596+ <li> <a href="chapter01.html#p001"> 1</a> </li>
7597+ …
7598+ </ol>
7599+ </nav> </ pre >
7600+
7601+ < p > The destination for the first page in < code > chapter01.html</ code > identified by [[html]]
7602+ [^/role^] attribute value < a data-cite ="dpub-aria#doc-pagebreak "
7603+ > < code > doc-pagebreak</ code > </ a > [[dpub-aria]] and the [^/epub:type^] value < a
7604+ data-cite ="epub-ssv-11#pagebreak "> < code > pagebreak</ code > </ a > [[epub-ssv-11]]:</ p >
7605+
7606+ < pre > <html …>
7607+ …
7608+ <body>
7609+ <div epub:type="pagebreak" role="doc-pagebreak"> 1</div>
7610+ …
7611+ </body>
7612+ </html> </ pre >
7613+
7614+ < p > Refer to the < a href ="#type-attr-syntax "> < code > epub:type</ code > attribute syntax</ a > for more
7615+ information about the use of these attributes.</ p >
7616+ </ aside >
75597617 </ section >
75607618
75617619 < section id ="sec-nav-landmarks " data-epubcheck ="true "
0 commit comments