[html5] r3419 - [e] (0) idl typo
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jul 15 14:14:02 PDT 2009
Author: ianh
Date: 2009-07-15 14:14:00 -0700 (Wed, 15 Jul 2009)
New Revision: 3419
Modified:
index
source
Log:
[e] (0) idl typo
Modified: index
===================================================================
--- index 2009-07-15 10:53:36 UTC (rev 3418)
+++ index 2009-07-15 21:14:00 UTC (rev 3419)
@@ -71074,7 +71074,7 @@
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
Modified: source
===================================================================
--- source 2009-07-15 10:53:36 UTC (rev 3418)
+++ source 2009-07-15 21:14:00 UTC (rev 3419)
@@ -83914,7 +83914,7 @@
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
More information about the Commit-Watchers
mailing list