Skip to content

Commit

Permalink
allow id attributes on the body of nav doc and single html doc
Browse files Browse the repository at this point in the history
fixes #349
  • Loading branch information
josteinaj committed Sep 12, 2018
1 parent 6a9e541 commit 298236e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/xml/schema/nordic-html5.rng
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@
</choice>
<group>
<!-- single-page HTML -->
<ref name="attrs"/>
<element name="header">
<ref name="doctitle.headline"/> <!-- h1 -->
<optional>
Expand Down Expand Up @@ -642,6 +643,7 @@
</group>
<group>
<!-- navigation document -->
<ref name="attrs"/>
<oneOrMore>
<element name="nav">
<attribute name="epub:type"/>
Expand Down

0 comments on commit 298236e

Please sign in to comment.