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
[EMAIL PROTECTED]
http://hsivonen.iki.fi/


Reply via email to