Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) typo fix
git-svn-id: http://svn.whatwg.org/webapps@3276 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 16, 2009
1 parent bd4c068 commit 7acc75a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -16496,8 +16496,8 @@ interface <dfn id=htmlimageelement>HTMLImageElement</dfn> : <a href=#htmlelement

<p>The <code><a href=#the-img-element>img</a></code> must not be used as a layout tool. In
particular, <code><a href=#the-img-element>img</a></code> elements should not be used to display
transparent images, as they rarely convey meaning and rarely
add anything useful to the document.</p>
transparent images, as they rarely convey meaning and rarely add
anything useful to the document.</p>

<div class=impl>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -17531,8 +17531,8 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {

<p>The <code>img</code> must not be used as a layout tool. In
particular, <code>img</code> elements should not be used to display
transparent images, as they rarely convey meaning and rarely
add anything useful to the document.</p>
transparent images, as they rarely convey meaning and rarely add
anything useful to the document.</p>

<div class="impl">

Expand Down

0 comments on commit 7acc75a

Please sign in to comment.