View Single Post
Old 07-29-2020, 08:14 PM   #312
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,958
Karma: 6361444
Join Date: Nov 2009
Device: many
They appear to me to be quite well defined. The first means neither your html tag nor the body tag has an lang="en" (or whatever language the page is in). Unless multiple languages are used, this is not an error or even a warning as the epub metadata defines the lang for the book.

The second says you are using inline styles, in other words a style defined in a style attribute of a html tag. This is not an error or warning as it is completely legal but many epub developers do not like them and they prefer standalone stylesheets for all styles.

Neither of these matter in any way.
KevinH is offline   Reply With Quote