I would have thought that MENU list items were ideally suited to LI
usage, as they're supposed to be up to one "line" long each. For DIR
I agree, some other structure may be better.
> >I'm not sure I got all the syntax correct, but my concept is that there are
> >should be two kinds of list items, plain (LI) and extended (XLI). End tags
> >are optional for LI and required for XLI. LI list items are single paragraph
> >entries. XLI list items can contain multiple paragraphs, lists, forms, etc.
> >DIR and MENU lists should allow only LI content while OL and UL can allow
> >either.
You mean literally EITHER, or that you should be able to mix LI and XLI?
I think if you want more freedom within list items, we should look at
expanding DL/DT/DD rather than LI.
///Peter