Re: <hr /> and WD-xhtml2-20021218

Alexander Savenkov wrote:
> I think you meant to say:
> <p>Block of text</p>
> <p class="empty">------------------</p>
> <p>More text after a horizontal rule</p>
> and in CSS:
> .empty { display: none }
> 
> What's the purpose of "object type='special'" then?

This way a theoretical XHTML browser that does not support CSS will just 
display "-----------------", whereas my way an XHTML browser that does 
not support CSS will be able to draw a proper horizontal rule.

-Toby

Received on Wednesday, 1 January 2003 05:01:56 UTC