- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 06 Jun 2009 03:13:49 +0000
- To: public-html-commits@w3.org
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 @@
   <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:13:55 UTC