w3c / epubcheck

The conformance checker for EPUB publications
https://www.w3.org/publishing/epubcheck/
BSD 3-Clause "New" or "Revised" License
1.64k stars 402 forks source link

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

Closed rdeltour closed 7 years ago

rdeltour commented 10 years ago

From google-c...@pragmata.tk on December 01, 2012 14:57:10

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: http://code.google.com/p/epubcheck/issues/detail?id=228

rdeltour commented 10 years ago

From Kacper.P...@gmail.com on March 04, 2013 04:52:26

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.

rdeltour commented 10 years ago

From Kacper.P...@gmail.com on March 04, 2013 04:56:19

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.