View Single Post
Old 01-27-2023, 01:30 AM   #3
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,733
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by Hooseyfloot View Post
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 EPUB2 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.
Doitsu is offline   Reply With Quote