Re: [XHTML2] Inline list element proposal

ernestcline@mindspring.com wrote:

><snip/>
>
><ul>
><label>The Fellowship of The Ring</label>
><li>Frodo</li>
>...
></ul>
>
><snip/>
>
>By choosing appropriate CSS, the author could choose to present 
>only the list if for example he provided an alternate stylesheet
>that would only present a summary of the information.  Or a UA
>could choose to make available a list of lists, named by their labels.
>
  This raises a good point about whether <ul> and <ol> should have their 
content models changed to include <label> as well.  Currently, the can 
both only include <li>, but a <label> could add so much more information 
about the list.
Perhaps they should be:
ul (label?, li+)
ol (label?, li+)

CYA
...Lachy!

Received on Tuesday, 9 December 2003 08:22:09 UTC