View Single Post
Old 04-29-2013, 08:04 AM   #14
Toxaris
Wizard
Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.
 
Toxaris's Avatar
 
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
Quote:
Originally Posted by Man Eating Duck View Post
I would be interested in knowing which points you think unnecessary, as I've tried to only include stuff that can actually break rendering or functionality on reading software/devices. I'll consider removing points if they're not really a problem.
It is not so much unnecessary, bot more that there are sometimes merits to things. A lot of these things will actually not break rendering or functionality. They will only cause that when used incorrectly.
For example inline styling can be fine to use in some cases. It can be that a standard stylesheet will not apply and you only have usage for 1 or 2 styles. Of course you can create a new/additional stylesheet, but if it is only for one page I would not mind an inline style.
In general the cases you describe are valid and true, but not always. A few margins (page margins) can be in pt instead of em or percentages. I only create a small margin around my pages and I would not them to scale with font-size.

Quote:
Originally Posted by Man Eating Duck View Post
I included this one not because it's "incorrect", but because they actually break on some devices (as in not being rendered). That counts as broken in my book, although in this case the devices in question are probably what's broken.
It can break, because some readers will ignore the empty line if it is <p></p> or <p><br /></p>. However, all readers I know will honor <p>&nbsp;</p>. I know it is not always pretty or the best way to do it, but it will not break.
Toxaris is offline   Reply With Quote