Thanks. Indeed, :first-line works in the firefox app, but not on my PocketBook. Does that mean it's an ADE?
I tried to use it for the first four words with a <span> but that failed.
The paragraph:
Code:
<p><span class="first">Ðe night after her</span> ninþ
birþday, wearing a white nightgown, she tiptoed into her
parents' bedroom. Her bare feet moved noiselessly over ðe
floor. In her right hand she clutched a plush cþulhu
doll.</p>
And CSS:
Code:
span.first:first-line {
font-style: italic;
}
If there is a way to make this work, I'm all ears. But, this is just a technical curiosity for the moment. For actual publication, I'm probably better off with an explicit format, using <span> or something else.