nlbdev / nordic-epub3-dtbook-migrator

Tools for converting between a strict subset of DTBook and EPUB3.
http://nlbdev.github.io/nordic-epub3-dtbook-migrator/
GNU Lesser General Public License v2.1
8 stars 7 forks source link

Validation should require breaks in between verse lines #464

Closed martinpub closed 3 years ago

martinpub commented 3 years ago

Currently,

<div class="verse">
  <p class="linegroup">
    <span class="line">Altarets gyllene ljus,</span>
    <span class="line">Färger som skimrar i fönstren.</span>
  </p>
</div>

is allowed.

However, the guidelines explicitly require <br/> to be present in between lines. Therefore, the above should be disallowed. I think this is in the RelaxNG.

Ping @AndersEkl, @kalaspuffar

martinpub commented 3 years ago

(Tested and verified.)