Skip to content

Commit

Permalink
Update <hgroup> children after first <h#> to <p>, ref. new HTML standard
Browse files Browse the repository at this point in the history
  • Loading branch information
acabal committed Jul 20, 2023
1 parent 3b652e4 commit 345bd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epub/text/halftitlepage.xhtml
Expand Up @@ -9,7 +9,7 @@
<section id="halftitlepage" epub:type="halftitlepage">
<hgroup epub:type="fulltitle">
<h2 epub:type="title">Three Men in a Boat</h2>
<h3 epub:type="subtitle">(To Say Nothing of the Dog)</h3>
<p epub:type="subtitle">(To Say Nothing of the Dog)</p>
</hgroup>
</section>
</body>
Expand Down

0 comments on commit 345bd78

Please sign in to comment.