html5/spec Overview.html,1.5376,1.5377

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21023

Modified Files:
	Overview.html 
Log Message:
Compat with other browsers. (whatwg r6706)

Index: Overview.html
===================================================================
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:32 UTC