View Single Post
Old 02-20-2017, 11:58 PM   #14
dgatwood
Curmudgeon
dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.
 
dgatwood's Avatar
 
Posts: 629
Karma: 1623086
Join Date: Jan 2012
Device: iPad, iPhone, Nook Simple Touch
Quote:
Originally Posted by Toxaris View Post
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) {
...
}

Last edited by dgatwood; 02-21-2017 at 12:01 AM.
dgatwood is offline   Reply With Quote