- From: poot <cvsmail@w3.org>
- Date: Thu, 16 Jul 2009 06:14:31 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: idl typo (whatwg r3419) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2548&r2=1.2549&f=h http://html5.org/tools/web-apps-tracker?from=3418&to=3419 =================================================================== 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:15:06 UTC