Quote:
Originally Posted by Toxaris
Err, what? Even my (very) old PRS-300 from 2009 supports the @page perfectly fine.
|
Interesting. It failed for me as recently as a couple of years ago. Maybe it's a problem that has periodically been fixed and rebroken, or maybe it was some specific subfeature of @page that I was experimenting with (perhaps @top-center).
And at last check, @media worked for simple things, like the standard Kindle strings, but broke with more interesting rules like these:
Code:
@media not screen {
...
}
@media screen and (max-device-width:960px) and (orientation:portrait) {
...
}
@media (-webkit-min-device-pixel-ratio: 2) {
...
}