[whatwg] List captions

Andy Mabbett andy at pigsonthewing.org.uk
Fri Apr 6 05:31:58 PDT 2007


How often do we see something like:

        <p>Animals:</p>
        <ul>
          <li>Cat</li>
          <li>Dog</li>
          <li>Horse</li>
          <li>Cow</li>
        </ul>

This would be more meaningful as:

        <ul caption="Animals">
          <li>Cat</li>
          <li>Dog</li>
          <li>Horse</li>
          <li>Cow</li>
        </ul>

There could also be a summary attribute, as with tables.

Any interest?

-- 
Andy Mabbett
            *  Say "NO!" to compulsory ID Cards:  <http://www.no2id.net/>
            *  Free Our Data:  <http://www.freeourdata.org.uk>
            *  Are you using Microformats, yet: <http://microformats.org/> ?



More information about the whatwg mailing list