Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1982 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 4, 2008
1 parent 7f4bacc commit 2fb3f4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -16188,8 +16188,8 @@ at least that would look good on the cover of a blue book.&lt;/p></pre>
the correct alternative text is just the same text "Earth Day", and no
mention need be made of the decorations:</p>

<pre>&lt;h1></pre>
<img alt="Earth Day" src=earthdayheader.png></div>
<pre>&lt;h1>&lt;img src="earthdayheader.png" alt="Earth Day">&lt;/h1></pre>
</div>

<h6 id=a-graphical><span class=secno>4.7.2.1.5. </span>A graphical
representation of some of the surrounding text</h6>
Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -13759,7 +13759,7 @@ at least that would look good on the cover of a blue book.&lt;/p></pre>
users, then the correct alternative text is just the same text
"Earth Day", and no mention need be made of the decorations:</p>

<pre>&lt;h1><img src="earthdayheader.png" alt="Earth Day"></h1></pre>
<pre>&lt;h1>&lt;img src="earthdayheader.png" alt="Earth Day">&lt;/h1></pre>

</div>

Expand Down

0 comments on commit 2fb3f4a

Please sign in to comment.