- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 15 Dec 2009 23:40:08 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv12476 Modified Files: Overview.html Log Message: spec hr.color legacy API (whatwg r4445) Index: Overview.html =================================================================== 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:10 UTC