View Single Post
Old 02-11-2018, 11:47 AM   #51
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,983
Karma: 6361444
Join Date: Nov 2009
Device: many
Hmm... according to this page (right at the end of the page)

http://www.standardista.com/standard...ations-basics/

We should be able to add an xmlns definition to the html tag even for epub2 to make this legal.

Code:
<html xmlns="http://www.w3.org/1999/xhtml"
   xmlns:aaa="http://www.w3.org/2005/07/aaa" lang="en">
And then adding an aaa:role="doc-chapter" attribute to the body tag should then be perfectly legal for epub2.

I wonder if that would pass epubcheck then?
KevinH is offline   Reply With Quote