- From: poot <cvsmail@w3.org>
- Date: Wed, 19 Oct 2011 19:07:40 -0400
- To: public-html-diffs@w3.org
hixie: Compat with other browsers. (whatwg r6706) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5376&r2=1.5377&f=h http://html5.org/tools/web-apps-tracker?from=6705&to=6706 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5376 retrieving revision 1.5377 diff -u -d -r1.5376 -r1.5377 --- Overview.html 19 Oct 2011 23:02:06 -0000 1.5376 +++ Overview.html 19 Oct 2011 23:07:27 -0000 1.5377 @@ -68742,7 +68742,7 @@ this element, though.)</p> <hr><pre class="idl">partial interface <a href="#htmlpreelement">HTMLPreElement</a> { - attribute unsigned long <a href="#dom-pre-width" title="dom-pre-width">width</a>; + attribute long <a href="#dom-pre-width" title="dom-pre-width">width</a>; };</pre> <p>The <dfn id="dom-pre-width" title="dom-pre-width"><code>width</code></dfn> IDL
Received on Wednesday, 19 October 2011 23:07:45 UTC