davgross / william-wollaston-the-religion-of-nature-delineated

Standard Ebooks candidate
0 stars 0 forks source link

<li> must have descendent <p> #10

Closed acabal closed 7 years ago

acabal commented 7 years ago

For example in section-5.xhtml, there are several <li>s that have text as a direct descendent. <li>s should have a <p> tag below them, even if it's just a sentence. This isn't required by the HTML5 spec, but it helps in consistency when parsing things.

davgross commented 7 years ago

Does this apply to the endnotes as well?

acabal commented 7 years ago

Yup, though for the endnotes a quick glance suggests there aren't any with more than one paragraph. So you can probably sort out the endnotes with a regex find and replace.