Quote:
Originally Posted by DNSB
As far as I recall, using rem was supposed to help prevent some issues with inheritance where you were nesting elements. If I set a header to font-size: 2em; and then set a font-size: 1.5em on something inside that header, that text would display at 3 em whereas using 1.5rem would display the text at 1.5em (assuming I set root size to 1em).
|
I think that's right, but I also think that in our test ebooks, they didn't work worth a shoot.
Hitch