> 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
******************************************************

Reply via email to