Quote:
Originally Posted by paperwhite13
Your way goes with one publisher, and against another. I happen to prefer the one you go against, but I've done it however I was asked to. I don't think at all your way is awful or anyting, I just find the other one more pleasant.

|
When you do your testing can you please also test the following code? It does work in calibre. I created a second CSS with just that code and it's the second stylesheet listed in the HTML. So if it fails, it won't cause a problem. It does not work in Thorium Reader (2.3.0) for Windows.
Code:
@supports (font-variant: small-caps) {
small {
font-size: 1em;
font-variant: small-caps;
text-transform: lowercase;
}