Skip to content

Commit

Permalink
[e] (0) spec hr.color legacy API
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8140

git-svn-id: http://svn.whatwg.org/webapps@4445 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 15, 2009
1 parent f9fba21 commit baf0c07
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -82547,12 +82547,13 @@ <h4 id=other-elements,-attributes-and-apis><span class=secno>14.3.4 </span>Other
<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>

Expand Down
3 changes: 2 additions & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -74208,12 +74208,13 @@ interface <a href=#htmlheadelement>HTMLHeadElement</a> {
<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>

Expand Down
2 changes: 2 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -91752,12 +91752,14 @@ interface <span>HTMLHeadElement</span> {
<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
Expand Down

0 comments on commit baf0c07

Please sign in to comment.