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
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 19:55:33 UTC