html5/spec Overview.html,1.2361,1.2362

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8597

Modified Files:
	Overview.html 
Log Message:
Put an image in a <figure> since it's not clear which <h1> applies to it. (whatwg r3209)

Index: Overview.html
===================================================================
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 @@
   &lt;nav&gt;
    &lt;a href="../"&gt;Return to photo index&lt;/a&gt;
   &lt;/nav&gt;
-  &lt;img src="/pix/39627052_fd8dcd98b5.jpg"&gt;
+  &lt;figure&gt;
+   &lt;img src="/pix/39627052_fd8dcd98b5.jpg"&gt;
+   &lt;legend&gt;Kissat&lt;/legend&gt;
+  &lt;/figure&gt;
   &lt;p&gt;One of them has six toes!&lt;/p&gt;
   &lt;p&gt;&lt;small&gt;&lt;a rel="license" href="http://www.opensource.org/licenses/mit-license.php"&gt;MIT Licensed&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;
   &lt;footer&gt;

Received on Saturday, 6 June 2009 03:13:55 UTC