Quote:
Originally Posted by chaley
However, this is a case where epubcheck is wrong. The global attribute data-calibre-jacket-searchable-tags="1" is perfectly legal ( here, here).
According to Kovid, adding these tags is deliberate. He said in a bug report:
If you know you don't want them then create a custom book jacket template and remove the line
Code:
<tr data-calibre-jacket-searchable-tags="1" style="color:white; display:none"><td colspan="2">{searchable_tags}</td></tr>
in jacket/template.xhtml.
|
While it is valid HTML code, is it valid ePub code in ePub2 and ePub3?