Skip to content

Commit

Permalink
[e] (0) idl typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3419 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 15, 2009
1 parent c7c0437 commit ffaf670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -71074,7 +71074,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
attribute DOMString <a href=#dom-img-border title=dom-img-border>border</a>;
attribute unsigned long <a href=#dom-img-hspace title=dom-img-hspace>hspace</a>;
attribute DOMString <a href=#dom-img-longdesc title=dom-img-longDesc>longDesc</a>;
attribute unsigned <a href=#dom-img-vspace title=dom-img-vspace>vspace</a>;
attribute unsigned long <a href=#dom-img-vspace title=dom-img-vspace>vspace</a>;
};</pre>

<p>The <dfn id=dom-img-name title=dom-img-name><code>name</code></dfn>, <dfn id=dom-img-align title=dom-img-align><code>align</code></dfn>, <dfn id=dom-img-border title=dom-img-border><code>border</code></dfn>, <dfn id=dom-img-hspace title=dom-img-hspace><code>hspace</code></dfn>, and <dfn id=dom-img-vspace title=dom-img-vspace><code>vspace</code></dfn> DOM attributes of
Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -83914,7 +83914,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
attribute DOMString <span title="dom-img-border">border</span>;
attribute unsigned long <span title="dom-img-hspace">hspace</span>;
attribute DOMString <span title="dom-img-longDesc">longDesc</span>;
attribute unsigned <span title="dom-img-vspace">vspace</span>;
attribute unsigned long <span title="dom-img-vspace">vspace</span>;
};</pre>

<p>The <dfn title="dom-img-name"><code>name</code></dfn>, <dfn
Expand Down

0 comments on commit ffaf670

Please sign in to comment.