[whatwg] INS and DEL in lists

On Mar 25, 2008, at 21:44, Keryx Web wrote:
> The <del> and <ins> then have to be wrapped inside the list item.
>
> <ul>
>  <li>Item 1</li>
>  <li><del>Item 2</del></li>
>  <li>Item 3</li>
> </ul>


For various legacy parsing reasons and in the table case for CSS table  
model reasons, this kind of thing is seriously more trouble for  
implementors than it is worth. From an implementation cost/benefit  
point of view, I am against allowing ins/del in more places.

-- 
Henri Sivonen
hsivonen at iki.fi
http://hsivonen.iki.fi/

Received on Thursday, 27 March 2008 01:13:09 UTC