richardshepherd / TwentyTenFive

Updates the WordPress TwentyTen theme to HTML5
http://twentytenfive.com
GNU General Public License v2.0
91 stars 15 forks source link

aria-describedby="figcaption too much ... #12

Closed sprungmarker closed 13 years ago

sprungmarker commented 13 years ago

aria-describedby="figcaption is too much for screenreader usage.

So alternative text of the image is read or title, figcaption via aria and the caption - mostly the same text. I think aria-describedby is too much in this case.

Thanks.

richardshepherd commented 13 years ago

aria-described by is used for when images do have alt text. If there was no alt text you'd use aria-labelledby.