[html5] r3209 - [e] (0) Put an image in a <figure> since it's not clear which <h1> applies to it.
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jun 5 20:13:13 PDT 2009
Author: ianh
Date: 2009-06-05 20:13:11 -0700 (Fri, 05 Jun 2009)
New Revision: 3209
Modified:
index
source
Log:
[e] (0) Put an image in a <figure> since it's not clear which <h1> applies to it.
Modified: index
===================================================================
--- index 2009-06-06 03:00:09 UTC (rev 3208)
+++ index 2009-06-06 03:13:11 UTC (rev 3209)
@@ -53422,7 +53422,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>
Modified: source
===================================================================
--- source 2009-06-06 03:00:09 UTC (rev 3208)
+++ source 2009-06-06 03:13:11 UTC (rev 3209)
@@ -62651,7 +62651,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>
More information about the Commit-Watchers
mailing list