View Single Post
Old 02-20-2013, 06:26 AM   #7
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,557
Karma: 19500001
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Regarding CSS, neither ePub 2 or ePub 3 supports neither CSS2 or CSS3. They both support some subset of them with some additional properties.

But "support" here simply means that compliant readers are required to know some properties and values (not always to do anything useful with them). Unfortunately, no reader actually supports what they are required too. And then any reader is allowed to support additional properties.

Since CSS is designed to ignore unknown properties, this means you should be able to use whatever you want in the CSS (as long as it's syntactically correct), but can never be sure of the effect it will have on a reader without trying. I mean, the resulting ePub will be valid, but may not work exactly as intended.
Jellby is offline   Reply With Quote