Quote:
Originally Posted by jackie_w
Image zooming, pop-up footnotes are the obvious two missing features.
Fairly common CSS which doesn't work in epub but does in kepub:
- font-variant: small-caps
- pseudo selectors :first-letter, :first-line
- ... and probably many more
Font fallback for missing glyphs in the selected font.
|
Do pseudo selectors work in the current version ADE? I know font-variant works. I'm not sure about zooming or popup footnotes.