Re: Number of list item

Dmitry Turin wrote:
> 1) Sometimes serial number of list items should begin
> from not one, and from not zero,
> but from another positive or negative number.
> 2) Sometimes it's necessary to miss some numbers of list items.
> 
> I offer to enter attribute "from" with integer values for <li>,
> attribute force to count serial number from own value.
> 
> Example below
> 
> <ul>
>   <li from="-10"> phrase </li>

Isn't this exactly the purpose of "start" (for OL)
and "value" (for LI) ?

> OL : The start  attribute, if present, must be a valid 
> integer  giving the ordinal value of the first list item.
> 
> LI : The value  attribute, if present, must be a valid 
> integer giving the ordinal value of the first list item.

Philip Taylor

Received on Wednesday, 2 May 2007 17:02:27 UTC