View Single Post
Old 11-25-2022, 03:08 PM   #7
Gregg Bell
Gregg Bell
Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.
 
Gregg Bell's Avatar
 
Posts: 2,266
Karma: 3917598
Join Date: Jan 2013
Location: Itasca, Illinois
Device: Kindle Touch 7, Sony PRS300, Fire HD8 Tablet
Thanks, Tex, but I tested the .epub with

Code:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
instead of

Code:
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
And when I ran Flight Crew, there were no errors, so it would seem to me that is optimal. Is there a reason you think

Code:
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-us" xml:lang="en-US">
is preferable to

Code:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
?
Gregg Bell is offline   Reply With Quote