View Single Post
Old 12-17-2013, 03:24 AM   #1
quiris
Groupie
quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'
 
quiris's Avatar
 
Posts: 195
Karma: 42216
Join Date: Oct 2013
Location: Poland
Device: Kindles: KOA1, KV
Lightbulb [Suggestion] Sigil validator should check missing type="text/css" attribute

I have noticed that kindlegen 2.9 tool ignores stylesheets that are improperly linked to html files inside ePub files.

For example this case is incorrect and will be ignored by kindlegen during conversion:
Code:
<link rel="stylesheet" href="../Styles/styles.css">
A correct code is:

Code:
<link rel="stylesheet" type="text/css" href="../Styles/styles.css">
So it would be very useful if Sigil validator would check also missing type="text/css".

Is it possible to implement?
quiris is offline   Reply With Quote