SarannyaRaj / epubcheck

Automatically exported from code.google.com/p/epubcheck
MIT License
0 stars 0 forks source link

(off-topic) valid CSS properties for ePub 2/3 #228

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I know this is off the topic of an issue report.

Where is there a list of properties (and possible values) that each version of 
the ePub specification format does accept?

For example, I want to enclose each footnote reference in the body. CSS allows:

.footnoteRef:before { content: "["; }
.footnoteRef:after { content; "]"; }

It works with calibre, but it doesn't work in the Sony PRS-T1 ereader.

I don't know whether this is a faulty Adobe Reader Mobile or something not 
intended on the ePub specification.

Many thanks for your help,

Pablo

Original issue reported on code.google.com by google-c...@pragmata.tk on 1 Dec 2012 at 1:57

GoogleCodeExporter commented 8 years ago
Epubcheck Version 3.0 accepts '.class:before' while validating against against 
EPUB version 2.0.

Altghough above Sony PRS 650 (Adobe Reader) and Pocketbook 611 (Adobe Reader & 
fbreader) and fbreader at linux do not view it properly i.e. they do not view 
it at all.

Original comment by Kacper.P...@gmail.com on 4 Mar 2013 at 12:52

GoogleCodeExporter commented 8 years ago
IMHO document http://idpf.org/epub/20/spec/OPS_2.0.1_draft.htm#Section3.0 does 
not answer to question "…not intended on the ePub specification".

That's what I have found.

Original comment by Kacper.P...@gmail.com on 4 Mar 2013 at 12:56

GoogleCodeExporter commented 8 years ago
THIS ISSUE MOVED TO GITHUB:
https://github.com/IDPF/epubcheck/issues/

Original comment by rdeltour@gmail.com on 7 Nov 2013 at 10:49