- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 23 Mar 2010 09:38:48 +0000
- To: public-html-a11y@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=9217
--- Comment #2 from Ian 'Hixie' Hickson <ian@hixie.ch> 2010-03-23 09:38:48 ---
The idea here is that this should be conforming (if generated by a photo album
site):
<section>
<h1>My ducks</h1>
<img src="photo001.jpeg">
</section>
...in the same way that this is:
<figure>
<figcaption>My ducks</figcaption>
<img src="photo001.jpeg">
</figure>
...or this is:
<img src="photo001.jpeg" title="My ducks">
...because they all essentially have the same semantics: an image with a label.
Why would this be bad?
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Tuesday, 23 March 2010 09:38:50 UTC