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 600ff6b commit 66aa08b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/epub/text/chapter-1.xhtml
Expand Up @@ -9,7 +9,7 @@
<section id="chapter-1" epub:type="chapter">
<hgroup>
<h2 epub:type="ordinal z3998:roman">I</h2>
<h3 epub:type="title">Gentlemen Prefer Blondes</h3>
<p epub:type="title">Gentlemen Prefer Blondes</p>
</hgroup>
<div epub:type="z3998:diary-entry">
<header>
Expand Down
2 changes: 1 addition & 1 deletion src/epub/text/chapter-2.xhtml
Expand Up @@ -9,7 +9,7 @@
<section id="chapter-2" epub:type="chapter">
<hgroup>
<h2 epub:type="ordinal z3998:roman">II</h2>
<h3 epub:type="title">Fate Keeps on Happening</h3>
<p epub:type="title">Fate Keeps on Happening</p>
</hgroup>
<div epub:type="z3998:diary-entry">
<header>
Expand Down
2 changes: 1 addition & 1 deletion src/epub/text/chapter-3.xhtml
Expand Up @@ -9,7 +9,7 @@
<section id="chapter-3" epub:type="chapter">
<hgroup>
<h2 epub:type="ordinal z3998:roman">III</h2>
<h3 epub:type="title">London Is Really Nothing</h3>
<p epub:type="title">London Is Really Nothing</p>
</hgroup>
<div epub:type="z3998:diary-entry">
<header>
Expand Down
2 changes: 1 addition & 1 deletion src/epub/text/chapter-4.xhtml
Expand Up @@ -9,7 +9,7 @@
<section id="chapter-4" epub:type="chapter">
<hgroup>
<h2 epub:type="ordinal z3998:roman">IV</h2>
<h3 epub:type="title">Paris Is Devine</h3>
<p epub:type="title">Paris Is Devine</p>
</hgroup>
<div epub:type="z3998:diary-entry">
<header>
Expand Down
2 changes: 1 addition & 1 deletion src/epub/text/chapter-5.xhtml
Expand Up @@ -9,7 +9,7 @@
<section id="chapter-5" epub:type="chapter">
<hgroup>
<h2 epub:type="ordinal z3998:roman">V</h2>
<h3 epub:type="title">The Central of Europe</h3>
<p epub:type="title">The Central of Europe</p>
</hgroup>
<div epub:type="z3998:diary-entry">
<header>
Expand Down
2 changes: 1 addition & 1 deletion src/epub/text/chapter-6.xhtml
Expand Up @@ -9,7 +9,7 @@
<section id="chapter-6" epub:type="chapter">
<hgroup>
<h2 epub:type="ordinal z3998:roman">VI</h2>
<h3 epub:type="title">Brains Are Really Everything</h3>
<p epub:type="title">Brains Are Really Everything</p>
</hgroup>
<div epub:type="z3998:diary-entry">
<header>
Expand Down
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">Gentlemen Prefer Blondes</h2>
<h3 epub:type="subtitle">The Illuminating Diary of a Professional Lady</h3>
<p epub:type="subtitle">The Illuminating Diary of a Professional Lady</p>
</hgroup>
</section>
</body>
Expand Down

0 comments on commit 66aa08b

Please sign in to comment.