Skip to content

Commit

Permalink
[e] (0) Fix error in example.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3990 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 24, 2009
1 parent 806d693 commit d8f9045
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 @@ -18648,8 +18648,8 @@ interface <dfn id=htmlimageelement>HTMLImageElement</dfn> : <a href=#htmlelement

<p>In each of the following cases, the same image is used, yet the
<code title=attr-img-alt><a href=#attr-img-alt>alt</a></code> text is different each
time. The image is the coat of arms of the Canton Geneva in
Switzerland.</p>
time. The image is the coat of arms of the Carouge municipality in
the canton Geneva in Switzerland.</p>

<p>Here it is used as a supplementary icon:</p>
<pre>&lt;p&gt;I lived in &lt;img src="carouge.svg" alt=""&gt; Carouge.&lt;/p&gt;</pre>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -19994,8 +19994,8 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {

<p>In each of the following cases, the same image is used, yet the
<code title="attr-img-alt">alt</code> text is different each
time. The image is the coat of arms of the Canton Geneva in
Switzerland.</p>
time. The image is the coat of arms of the Carouge municipality in
the canton Geneva in Switzerland.</p>

<p>Here it is used as a supplementary icon:</p>
<pre>&lt;p>I lived in &lt;img src="carouge.svg" alt=""> Carouge.&lt;/p></pre>
Expand Down

0 comments on commit d8f9045

Please sign in to comment.