Re: About XHTML 2.0

Hi,

În data de Sî, 21-05-2005 la 08:24 -0400, Dan Brickley a scris:
> * Anne van Kesteren <fora@annevankesteren.nl> [2005-05-21 14:03+0200]
> > Dan Brickley wrote:
> > >Perhaps <gap/> would work?
> > 
> > Dropping it would work too. I still haven't seen any use cases that 
> > require this particular empty construct.
> 
> Is there a nice CSS idiom for styling a <span/> or <div/> in an HR-ish way?

<hr> seems to be a decorative element to me, and so does the use of
empty <span /> or <div /> elements.

I feel that something like the following would be more appropriate:

<p>foo</p>

p {
    border-bottom:  1px solid black;
    padding-bottom: .5em;
    margin-bottom:  .5em;
     
}

Regards,
-- 
Name:            Victor Osadci
Now working on:  http://eiwcc2005.chisinau.md
E-mail:          Vic_site@rt.pmc.md
Telephone:       +373 69 083081

Received on Sunday, 22 May 2005 21:47:06 UTC