Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Put an image in a <figure> since it's not clear which <h1> ap…
…plies to it.

git-svn-id: http://svn.whatwg.org/webapps@3209 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 6, 2009
1 parent dea6a13 commit 12ab7ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion index
Expand Up @@ -53422,7 +53422,10 @@ at the first element with the given ID must be treated as if it was cloned and r
&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;
Expand Down
5 changes: 4 additions & 1 deletion source
Expand Up @@ -62651,7 +62651,10 @@ at the first element with the given ID must be treated as if it was cloned and r
&lt;nav>
&lt;a href="../">Return to photo index&lt;/a>
&lt;/nav>
&lt;img src="/pix/39627052_fd8dcd98b5.jpg">
&lt;figure>
&lt;img src="/pix/39627052_fd8dcd98b5.jpg">
&lt;legend>Kissat&lt;/legend>
&lt;/figure>
&lt;p>One of them has six toes!&lt;/p>
&lt;p>&lt;small>&lt;a rel="license" href="http://www.opensource.org/licenses/mit-license.php">MIT Licensed&lt;/a>&lt;/small>&lt;/p>
&lt;footer>
Expand Down

0 comments on commit 12ab7ac

Please sign in to comment.