- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 15 Dec 2009 23:41:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv12914 Modified Files: Overview.html Log Message: mention that <hr color> is obsolete. (whatwg r4446) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3547 retrieving revision 1.3548 diff -u -d -r1.3547 -r1.3548 --- Overview.html 15 Dec 2009 23:40:05 -0000 1.3547 +++ Overview.html 15 Dec 2009 23:41:32 -0000 1.3548 @@ -65258,7 +65258,7 @@ hr[align=center] { margin-left: auto; margin-right: auto; } hr[color], hr[noshade] { border-style: solid; }</pre> - <p>If an <code><a href="#the-hr-element">hr</a></code> element has either a <code title="attr-hr-color">color</code> attribute or a <code title="attr-hr-noshade"><a href="#attr-hr-noshade">noshade</a></code> attribute, and furthermore + <p>If an <code><a href="#the-hr-element">hr</a></code> element has either a <code title="attr-hr-color"><a href="#attr-hr-color">color</a></code> attribute or a <code title="attr-hr-noshade"><a href="#attr-hr-noshade">noshade</a></code> attribute, and furthermore also has a <code title="attr-hr-size"><a href="#attr-hr-size">size</a></code> attribute, and parsing that attribute's value using the <a href="#rules-for-parsing-non-negative-integers">rules for parsing non-negative integers</a> doesn't generate an error, then the @@ -65267,7 +65267,7 @@ 'border-top-width', 'border-right-width', 'border-bottom-width', and 'border-left-width' on the element.</p> - <p>Otherwise, if an <code><a href="#the-hr-element">hr</a></code> element has neither a <code title="attr-hr-color">color</code> attribute nor a <code title="attr-hr-noshade"><a href="#attr-hr-noshade">noshade</a></code> attribute, but does have a + <p>Otherwise, if an <code><a href="#the-hr-element">hr</a></code> element has neither a <code title="attr-hr-color"><a href="#attr-hr-color">color</a></code> attribute nor a <code title="attr-hr-noshade"><a href="#attr-hr-noshade">noshade</a></code> attribute, but does have a <code title="attr-hr-size"><a href="#attr-hr-size">size</a></code> attribute, and parsing that attribute's value using the <a href="#rules-for-parsing-non-negative-integers">rules for parsing non-negative integers</a> doesn't generate an error, then: if the parsed value @@ -65283,7 +65283,7 @@ <code><a href="#the-hr-element">hr</a></code> element <a href="#maps-to-the-dimension-property">maps to the dimension property</a> 'width' on the element.</p> - <p>When an <code><a href="#the-hr-element">hr</a></code> element has a <code title="attr-hr-color">color</code> attribute, its value is expected + <p>When an <code><a href="#the-hr-element">hr</a></code> element has a <code title="attr-hr-color"><a href="#attr-hr-color">color</a></code> attribute, its value is expected to be parsed using the <a href="#rules-for-parsing-a-legacy-color-value">rules for parsing a legacy color value</a>, and if that does not return an error, the user agent is expected to treat the attribute as a <a href="#presentational-hints" title="presentational @@ -66879,6 +66879,7 @@ <dt><dfn id="attr-dl-compact" title="attr-dl-compact"><code>compact</code></dfn> on <code><a href="#the-dl-element">dl</a></code> elements</dt> <dt><dfn id="attr-embed-align" title="attr-embed-align"><code>align</code></dfn> on <code><a href="#the-embed-element">embed</a></code> elements</dt> <dt><dfn id="attr-hr-align" title="attr-hr-align"><code>align</code></dfn> on <code><a href="#the-hr-element">hr</a></code> elements</dt> + <dt><dfn id="attr-hr-color" title="attr-hr-color"><code>color</code></dfn> on <code><a href="#the-hr-element">hr</a></code> elements</dt> <dt><dfn id="attr-hr-noshade" title="attr-hr-noshade"><code>noshade</code></dfn> on <code><a href="#the-hr-element">hr</a></code> elements</dt> <dt><dfn id="attr-hr-size" title="attr-hr-size"><code>size</code></dfn> on <code><a href="#the-hr-element">hr</a></code> elements</dt> <dt><dfn id="attr-hr-width" title="attr-hr-width"><code>width</code></dfn> on <code><a href="#the-hr-element">hr</a></code> elements</dt>
Received on Tuesday, 15 December 2009 23:41:45 UTC