Re: proposed li:marker pseudo-class

Mark Alford wrote:
> 
> I have been trying to create a sectioned document using <ol>...</ol>.
> Each list item is a section, which has a header, which should typically
> be larger than the regular text in the section. If you do this in the
> natural way,

I'd consider that an abuse of HTML. As such, I don't think you have a 
valid use case.  In any case, you are requesting a CSS feature, not an 
HTML feature, so you should be using the www-svg@w3.org list.

> 
> <ol class="section">
>  <li><h2 class="section">Title of first section</h2><br/>

I can't see any valid XHTML reason for the <br/> element.  (However, if 
you use it, unless you restrict yourself to truly XHTML capable 
browsers, you ought to have a space before the / to get reliable de 
factor support on HTML browsers.)

>   Content of section 1.
>  </li>
> etc

-- 
David Woolley
Emails are not formal business letters, whatever businesses may want.
RFC1855 says there should be an address here, but, in a world of spam,
that is no longer good advice, as archive address hiding may not work.

Received on Wednesday, 2 April 2008 10:15:02 UTC