Yes it seems but:

"Navigation lists are intended to be used to define collections of
selectable items for presentation in a "navigation" menu. Note that a
navigation list always starts with a label element that defines the
label for the list."

The spec tells us that this list is (only?) for navigation. Would be
great if we could use labels for simple "data container" lists in
xhtml2

Janos

2005/11/6, Christian Montoya <[EMAIL PROTECTED]>:
> > Hey Patrick,
> >
> > Yes I understand your doubts but the starting point was that Chris
> > wanted a Hx element semantically connected with a list (with valid
> > xhtml code).
> > I think my solution is okay but I'd never use it ;)
> > I use the plain DL that has DT elements useable for "pseudo-headings".
> >
> > Janos
>
> Wait, so if <label> is misplaced then what is up with this example:
>
> <nl>
>    <label>Contents </label>
>    <li href="#introduction">Introduction</li>
>    <li>
>       <nl>
>           <label>Terms</label>
>           <li href="#may">May</li>
>           <li href="#must">Must</li>
>           <li href="#should">Should</li>
>       </nl>
>    </li>
>    <li href="#conformance">Conformance</li>
>    <li href="#references">References</li>
>    ...
> </nl>
>
> From the XHTML 2.0 working draft, May 2005:
> http://www.w3.org/TR/xhtml2/mod-list.html#s_listmodule
>
> Seems like label will be used???
>
> --
> --
> C Montoya
> rdpdesign.com ... liquid.rdpdesign.com ... montoya.rdpdesign.com
> ******************************************************
> The discussion list for  http://webstandardsgroup.org/
>
>  See http://webstandardsgroup.org/mail/guidelines.cfm
>  for some hints on posting to the list & getting help
> ******************************************************
>
>
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to