- From: Benjamin Hawkes-Lewis <bhawkeslewis@googlemail.com>
- Date: Sat, 21 Apr 2012 13:17:27 +0100
- To: John Foliot <john@foliot.ca>
- Cc: Cynthia Shelly <cyns@microsoft.com>, Laura Carlson <laura.lee.carlson@gmail.com>, Janina Sajka <janina@rednote.net>, HTML Accessibility Task Force <public-html-a11y@w3.org>, Joshue O Connor <joshue.oconnor@cfit.ie>, Judy Brewer <jbrewer@w3.org>, david100@sympatico.ca, Richard Schwerdtfeger <schwer@us.ibm.com>, James Nurthen <james.nurthen@oracle.com>, Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no>, Jonas Sicking <jonas@sicking.cc>
On Sat, Apr 21, 2012 at 1:13 PM, Benjamin Hawkes-Lewis <bhawkeslewis@googlemail.com> wrote: > Consider the following markup: > > <img alt="October Sales chart" aria-describedby="#description-link"> > <a id="#description" href="october-sales.html">Details</a> [snip] > It is undeniable that this markup is even more problematic: > > <img alt="October Sales chart" aria-describedby="#description"> > <a hidden id="#description" href="october-sales.html">Details</a> Apologies, I messed up the @id; those markup examples should have been: <img alt="October Sales chart" aria-describedby="#description-link"> <a id="description-link" href="october-sales.html">Details</a> and <img alt="October Sales chart" aria-describedby="#description-link"> <a hidden id="description-link" href="october-sales.html">Details</a> -- Benjamin Hawkes-Lewis
Received on Saturday, 21 April 2012 12:18:20 UTC