- From: poot <cvsmail@w3.org>
- Date: Sat, 6 Jun 2009 12:15:16 +0900 (JST)
- To: public-html-diffs@w3.org
Put an image in a <figure> since it's not clear which <h1> applies to it. (whatwg r3209) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/spec/Overview.1.2362.html#link-type-license http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2361&r2=1.2362&f=h http://html5.org/tools/web-apps-tracker?from=3208&to=3209 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2361 retrieving revision 1.2362 diff -u -d -r1.2361 -r1.2362 --- Overview.html 6 Jun 2009 03:00:16 -0000 1.2361 +++ Overview.html 6 Jun 2009 03:13:47 -0000 1.2362 @@ -48073,7 +48073,10 @@ <nav> <a href="../">Return to photo index</a> </nav> - <img src="/pix/39627052_fd8dcd98b5.jpg"> + <figure> + <img src="/pix/39627052_fd8dcd98b5.jpg"> + <legend>Kissat</legend> + </figure> <p>One of them has six toes!</p> <p><small><a rel="license" href="http://www.opensource.org/licenses/mit-license.php">MIT Licensed</a></small></p> <footer>
Received on Saturday, 6 June 2009 03:15:50 UTC