Quote:
Originally Posted by Hooseyfloot
I should add, too, that when I click on the error above, it takes me to a line with the syntax:
<p class="Endorsement-text-first-para" lang="en">
I have no idea what I'm doing, but to my untrained eye it looks like 'lang' is declared...
|
FlightCrew is a very old validator that hasn't been updated in years. It also only supports EPUB
2 books.
FYI: FlightCrew is looking for:
Code:
<p class="Endorsement-text-first-para" xml:lang="en">
You can ignore this error message.
- You might want to export EPUB3 books from InDesign.
- Unless you're working on a multilingual book, with paragraphs in languages other than English, that attribute is redundant and should be deleted from <p> tags and added to the <html> tag instead. For more information, see this DAISY recommendation.
- Shameless plug: you might want to install my EpubCheck plugin.