Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11441

git-svn-id: http://svn.whatwg.org/webapps@5853 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 8, 2011
1 parent 359de36 commit 85a251c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -21321,10 +21321,10 @@ <h4 id=the-img-element><span class=secno>4.8.1 </span>The <dfn><code>img</code><
attribute's value are described <a href=#alt>in the next
section</a>.</p>

<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>
<p>The <code><a href=#the-img-element>img</a></code> element 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>

<div class=impl>

Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -21301,10 +21301,10 @@ interface <dfn id=htmlimageelement>HTMLImageElement</dfn> : <a href=#htmlelement
attribute's value are described <a href=#alt>in the next
section</a>.</p>

<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>
<p>The <code><a href=#the-img-element>img</a></code> element 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>

<div class=impl>

Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -22757,10 +22757,10 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {
attribute's value are described <a href="#alt">in the next
section</a>.</p>

<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>
<p>The <code>img</code> element 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>

<div class="impl">

Expand Down

0 comments on commit 85a251c

Please sign in to comment.