mirror of
https://github.com/standardebooks/charles-darwin_the-voyage-of-the-beagle.git
synced 2025-09-22 02:26:57 -04:00
Remove unnecessary LoI section element
Per https://standardebooks.org/manual/1.8.0/7-high-level-structural-patterns#7.9 the <nav> should be directly nested under the <body>.
This commit is contained in:
parent
dcbf470c00
commit
405c879151
1 changed files with 80 additions and 82 deletions
|
@ -6,8 +6,7 @@
|
||||||
<link href="../css/local.css" rel="stylesheet" type="text/css"/>
|
<link href="../css/local.css" rel="stylesheet" type="text/css"/>
|
||||||
</head>
|
</head>
|
||||||
<body epub:type="backmatter">
|
<body epub:type="backmatter">
|
||||||
<section id="loi" epub:type="loi">
|
<nav id="loi" epub:type="loi">
|
||||||
<nav epub:type="loi">
|
|
||||||
<h2 epub:type="title">List of Illustrations</h2>
|
<h2 epub:type="title">List of Illustrations</h2>
|
||||||
<ol>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
|
@ -87,6 +86,5 @@
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
</nav>
|
</nav>
|
||||||
</section>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue