- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 15 Jul 2009 21:14:10 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26415
Modified Files:
Overview.html
Log Message:
idl typo (whatwg r3419)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2548
retrieving revision 1.2549
diff -u -d -r1.2548 -r1.2549
--- Overview.html 15 Jul 2009 10:53:42 -0000 1.2548
+++ Overview.html 15 Jul 2009 21:14:07 -0000 1.2549
@@ -64875,7 +64875,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
Received on Wednesday, 15 July 2009 21:14:21 UTC