hixie: spec hr.color legacy API (whatwg r4445)

hixie: spec hr.color legacy API (whatwg r4445)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3546&r2=1.3547&f=h
http://html5.org/tools/web-apps-tracker?from=4444&to=4445

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3546
retrieving revision 1.3547
diff -u -d -r1.3546 -r1.3547
--- Overview.html 15 Dec 2009 23:32:12 -0000 1.3546
+++ Overview.html 15 Dec 2009 23:40:05 -0000 1.3547
@@ -67591,12 +67591,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>

Received on Tuesday, 15 December 2009 23:40:48 UTC