Re: [css3-text] Hanging Indent Again

On Wednesday 2003-09-03 00:39 +0400, Alexander Savenkov wrote:
> without loosing everything from 'bold' to 'serif'. Fortunately, we
> have an elegant solution here: to separately set the new value on
> the 'font-variant':
>    * { font: bold small-caps 12pt/11pt serif; font-variant: foo-caps; }
> 
> That's the idea. How do I make it with the 'text-indent'?
>    * { text-indent: 3em hanging; text-indent: 3em; } ?

That doesn't help much, but reversing the order of the declarations does
what you want.

That said, I'm not sure why authors would want to do that -- would they
really want something that has a hanging indent to fall back to a normal
indent, which is the reverse of what they wanted?

-David

-- 
L. David Baron                                <URL: http://dbaron.org/ >

Received on Tuesday, 2 September 2003 18:18:21 UTC