[html5] r4445 - [e] (0) spec hr.color legacy API Fixing http://www.w3.org/Bugs/Public/show_bug.c [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Dec 15 15:40:00 PST 2009


Author: ianh
Date: 2009-12-15 15:39:57 -0800 (Tue, 15 Dec 2009)
New Revision: 4445

Modified:
   complete.html
   index
   source
Log:
[e] (0) spec hr.color legacy API
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8140

Modified: complete.html
===================================================================
--- complete.html	2009-12-15 23:32:04 UTC (rev 4444)
+++ complete.html	2009-12-15 23:39:57 UTC (rev 4445)
@@ -82547,12 +82547,13 @@
   <hr><pre class=idl>[Supplemental]
 interface <a href=#htmlhrelement>HTMLHRElement</a> {
            attribute DOMString <a href=#dom-hr-align title=dom-hr-align>align</a>;
+           attribute DOMString <a href=#dom-hr-color title=dom-hr-color>color</a>;
            attribute boolean <a href=#dom-hr-noshade title=dom-hr-noShade>noShade</a>;
            attribute DOMString <a href=#dom-hr-size title=dom-hr-size>size</a>;
            attribute DOMString <a href=#dom-hr-width title=dom-hr-width>width</a>;
 };</pre>
 
-  <p>The <dfn id=dom-hr-align title=dom-hr-align><code>align</code></dfn>, <dfn id=dom-hr-size title=dom-hr-size><code>size</code></dfn>, and <dfn id=dom-hr-width title=dom-hr-width><code>width</code></dfn> IDL attributes of the
+  <p>The <dfn id=dom-hr-align title=dom-hr-align><code>align</code></dfn>, <dfn id=dom-hr-color title=dom-hr-color><code>color</code></dfn>, <dfn id=dom-hr-size title=dom-hr-size><code>size</code></dfn>, and <dfn id=dom-hr-width title=dom-hr-width><code>width</code></dfn> IDL attributes of the
   <code><a href=#the-hr-element>hr</a></code> element must <a href=#reflect>reflect</a> the respective
   content attributes of the same name.</p>
 

Modified: index
===================================================================
--- index	2009-12-15 23:32:04 UTC (rev 4444)
+++ index	2009-12-15 23:39:57 UTC (rev 4445)
@@ -74208,12 +74208,13 @@
   <hr><pre class=idl>[Supplemental]
 interface <a href=#htmlhrelement>HTMLHRElement</a> {
            attribute DOMString <a href=#dom-hr-align title=dom-hr-align>align</a>;
+           attribute DOMString <a href=#dom-hr-color title=dom-hr-color>color</a>;
            attribute boolean <a href=#dom-hr-noshade title=dom-hr-noShade>noShade</a>;
            attribute DOMString <a href=#dom-hr-size title=dom-hr-size>size</a>;
            attribute DOMString <a href=#dom-hr-width title=dom-hr-width>width</a>;
 };</pre>
 
-  <p>The <dfn id=dom-hr-align title=dom-hr-align><code>align</code></dfn>, <dfn id=dom-hr-size title=dom-hr-size><code>size</code></dfn>, and <dfn id=dom-hr-width title=dom-hr-width><code>width</code></dfn> IDL attributes of the
+  <p>The <dfn id=dom-hr-align title=dom-hr-align><code>align</code></dfn>, <dfn id=dom-hr-color title=dom-hr-color><code>color</code></dfn>, <dfn id=dom-hr-size title=dom-hr-size><code>size</code></dfn>, and <dfn id=dom-hr-width title=dom-hr-width><code>width</code></dfn> IDL attributes of the
   <code><a href=#the-hr-element>hr</a></code> element must <a href=#reflect>reflect</a> the respective
   content attributes of the same name.</p>
 

Modified: source
===================================================================
--- source	2009-12-15 23:32:04 UTC (rev 4444)
+++ source	2009-12-15 23:39:57 UTC (rev 4445)
@@ -91752,12 +91752,14 @@
   <pre class="idl">[Supplemental]
 interface <span>HTMLHRElement</span> {
            attribute DOMString <span title="dom-hr-align">align</span>;
+           attribute DOMString <span title="dom-hr-color">color</span>;
            attribute boolean <span title="dom-hr-noShade">noShade</span>;
            attribute DOMString <span title="dom-hr-size">size</span>;
            attribute DOMString <span title="dom-hr-width">width</span>;
 };</pre>
 
   <p>The <dfn title="dom-hr-align"><code>align</code></dfn>, <dfn
+  title="dom-hr-color"><code>color</code></dfn>, <dfn
   title="dom-hr-size"><code>size</code></dfn>, and <dfn
   title="dom-hr-width"><code>width</code></dfn> IDL attributes of the
   <code>hr</code> element must <span>reflect</span> the respective




More information about the Commit-Watchers mailing list