View Single Post
Old 02-07-2017, 10:49 AM   #7
chaot
Head of lunatic asylum
chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.
 
chaot's Avatar
 
Posts: 349
Karma: 77620
Join Date: Jun 2012
Location: UTC +1
Device: Tolino Vision 3HD
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 View Post
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!

Last edited by chaot; 02-07-2017 at 10:53 AM.
chaot is offline   Reply With Quote