[whatwg] Lists, <ins>/<del>, and <a>

On Wed, 30 Aug 2006 01:09:26 +0700, Michel Fortin <michel.fortin at michelf.com> wrote:

>      <ul>
>      <ins><li>Some list item</li></ins>
>      <del><li>Another list item</li></del>
>      </ul>
>
> Changing this to allow the above markup has consequences on the DOM:
> for instance we could no longer iterate on the content of a list
> element and expect to catch all of its list items.

Probably, lists should implement a special DOM interface which allows to iterate over the list items. Tables have such an interface.


-- 
Alexey Feldgendler <alexey at feldgendler.ru>
[ICQ: 115226275] http://feldgendler.livejournal.com

Received on Tuesday, 29 August 2006 19:47:12 UTC