[html5] r6706 - [g] (2) Compat with other browsers. Fixing http://www.w3.org/Bugs/Public/show_bu [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Oct 19 16:03:41 PDT 2011
Author: ianh
Date: 2011-10-19 16:03:40 -0700 (Wed, 19 Oct 2011)
New Revision: 6706
Modified:
complete.html
index
source
Log:
[g] (2) Compat with other browsers.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14090
Modified: complete.html
===================================================================
--- complete.html 2011-10-19 22:58:20 UTC (rev 6705)
+++ complete.html 2011-10-19 23:03:40 UTC (rev 6706)
@@ -97281,7 +97281,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
Modified: index
===================================================================
--- index 2011-10-19 22:58:20 UTC (rev 6705)
+++ index 2011-10-19 23:03:40 UTC (rev 6706)
@@ -97281,7 +97281,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
Modified: source
===================================================================
--- source 2011-10-19 22:58:20 UTC (rev 6705)
+++ source 2011-10-19 23:03:40 UTC (rev 6706)
@@ -110405,7 +110405,7 @@
<hr>
<pre class="idl">partial interface <span>HTMLPreElement</span> {
- attribute unsigned long <span title="dom-pre-width">width</span>;
+ attribute long <span title="dom-pre-width">width</span>;
};</pre>
<p>The <dfn title="dom-pre-width"><code>width</code></dfn> IDL
More information about the Commit-Watchers
mailing list