
to both of you for your feedback!
Quote:
Originally Posted by doubleshuffle
Nice project, fun write-up!
Two readers ignore your choice of font; that might be because of your spelling of "sansserif", which I have only seen spelled with a hyphen in stylesheets so far.
|
Quote:
Originally Posted by theducks
I agree that all code should be validated or you are testing the tolerance of Bad code  sans-serif is the W3c valid
|
Once you brought that to my attention, I recalled that the most common usage is "sans-serif", so I decided to find out just where I got this hare-brained usage. Much of that stylesheet is actually remnant from a conversion I made from within Open Office with the writer2epub plugin. So I tested another document, formatted in Ariel, and what came back was
body
{
font-family: "100 %", serif, sansserif;
}
Not common, I know, and from your comments, not acceptable; but it still passed verification through FlightCrew
and the Epubcheck 0.3.7 plugins lurking within my Sigil. So I took the additional step just now of sending it out to validator.idpf.org
and epubconversion.com who just didn't seem to find anything wrong with that terminology; each came back with a clean bill. Which doesn't make it
right, I know.
Quote:
Originally Posted by doubleshuffle
And if you ever publish an e-book: Please please please don't define text-align at the paragraph level; ... /snip!/
|
You have my solemn promise!