[html5] r4446 - [e] (0) mention that <hr color> is obsolete. Fixing http://www.w3.org/Bugs/Publi [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Dec 15 15:41:27 PST 2009
Author: ianh
Date: 2009-12-15 15:41:21 -0800 (Tue, 15 Dec 2009)
New Revision: 4446
Modified:
complete.html
index
source
Log:
[e] (0) mention that <hr color> is obsolete.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8141
Modified: complete.html
===================================================================
--- complete.html 2009-12-15 23:39:57 UTC (rev 4445)
+++ complete.html 2009-12-15 23:41:21 UTC (rev 4446)
@@ -80103,7 +80103,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
@@ -80112,7 +80112,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
@@ -80128,7 +80128,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
@@ -81835,6 +81835,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>
Modified: index
===================================================================
--- index 2009-12-15 23:39:57 UTC (rev 4445)
+++ index 2009-12-15 23:41:21 UTC (rev 4446)
@@ -71764,7 +71764,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
@@ -71773,7 +71773,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
@@ -71789,7 +71789,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
@@ -73496,6 +73496,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>
Modified: source
===================================================================
--- source 2009-12-15 23:39:57 UTC (rev 4445)
+++ source 2009-12-15 23:41:21 UTC (rev 4446)
@@ -90861,6 +90861,7 @@
<dt><dfn title="attr-dl-compact"><code>compact</code></dfn> on <code>dl</code> elements</dt>
<dt><dfn title="attr-embed-align"><code>align</code></dfn> on <code>embed</code> elements</dt>
<dt><dfn title="attr-hr-align"><code>align</code></dfn> on <code>hr</code> elements</dt>
+ <dt><dfn title="attr-hr-color"><code>color</code></dfn> on <code>hr</code> elements</dt>
<dt><dfn title="attr-hr-noshade"><code>noshade</code></dfn> on <code>hr</code> elements</dt>
<dt><dfn title="attr-hr-size"><code>size</code></dfn> on <code>hr</code> elements</dt>
<dt><dfn title="attr-hr-width"><code>width</code></dfn> on <code>hr</code> elements</dt>
More information about the Commit-Watchers
mailing list