[whatwg] List captions

Kristof Zelechovski giecrilj at stegny.2a.pl
Fri Apr 6 05:48:03 PDT 2007


<http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2007-April/010728.html>

-----Original Message-----
From: whatwg-bounces at lists.whatwg.org
[mailto:whatwg-bounces at lists.whatwg.org] On Behalf Of Andy Mabbett
Sent: Friday, April 06, 2007 2:32 PM
To: WHAT WG
Subject: [whatwg] List captions


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