The message say:
Quote:
You are changing the file type of toc.xhtml to toc.html. Doing so can cause problems, are you sure?
|
That means: The OS/calibre has recognized what's going on. Yes!? And you all say, there is no problem about changing file extensions, OK. Then the message is redundant and should be removed for such file extension changes.
I specify my question from
#3: For what kind of changes is the message box created at all?
@jhowell - that's alright, as you see:
Code:
<manifest>
<item href="toc.html" id="id8" media-type="application/xhtml+xml"/>
... and at end ...
<reference type="toc" title="Inhaltsverzeichnis" href="toc.html#calibre_generated_inline_toc"/>
Inhaltsverzeichnis is German (means content list): From where/why calibre knows, it's a German book?
Not from here:
Code:
<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml" lang="de">
I changed all files from lang="de" to lang="en" and
'refresh' the toc.xhtml, but still it's named
Inhaltsverzeichnis.
Quote:
Originally Posted by Toxaris
Now, the hover selector might work on a tablet or PC, but not on a standalone reader for sure.
|
Yes, that was, what I meant: HOVER doesn't function in ereaders.
So, it shouldn't come as integrated CSS here!