Quote:
Originally Posted by LaoTseu
Any reason not to use :first-letter in an ePub?
|
Quote:
Originally Posted by Toxaris
I doubt that :first-letter is supported in the various reader apps. I even doubt it is in the specs.
|
It is in the spec: "Reading Systems must support all CSS2 selectors, including pseudo-elements and pseudo-classes." But of course, it doesn't mean it is supported.
What I found is that, even if it is supported, you'll sometimes want to do something different that what :first-letter does, like including or excluding punctuation before or after the first letter.