Skip to content

Commit

Permalink
[e] (0) redundant
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10648

git-svn-id: http://svn.whatwg.org/webapps@5541 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 28, 2010
1 parent 793549a commit 255f0e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions complete.html
Expand Up @@ -45396,8 +45396,7 @@ <h4 id=the-meter-element><span class=secno>4.10.17 </span>The <dfn><code>meter</

<p>The <dfn id=dom-meter-min title=dom-meter-min><code>min</code></dfn>, <dfn id=dom-meter-max title=dom-meter-max><code>max</code></dfn>, <dfn id=dom-meter-value title=dom-meter-value><code>value</code></dfn>, <dfn id=dom-meter-low title=dom-meter-low><code>low</code></dfn>, <dfn id=dom-meter-high title=dom-meter-high><code>high</code></dfn>, and <dfn id=dom-meter-optimum title=dom-meter-optimum><code>optimum</code></dfn> IDL attributes
must <a href=#reflect>reflect</a> the respective content attributes of the
same name. When the relevant content attributes are absent, the IDL
attributes must return zero.</p>
same name.</p>

<p>The <code title=dom-lfe-labels><a href=#dom-lfe-labels>labels</a></code> attribute provides
a list of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-fae-form><a href=#dom-fae-form>form</a></code> IDL attribute is part of the
Expand Down
3 changes: 1 addition & 2 deletions index
Expand Up @@ -45376,8 +45376,7 @@ and a height of &lt;meter value=2&gt;2cm&lt;/meter&gt;.&lt;/p&gt; &lt;!-- <stron

<p>The <dfn id=dom-meter-min title=dom-meter-min><code>min</code></dfn>, <dfn id=dom-meter-max title=dom-meter-max><code>max</code></dfn>, <dfn id=dom-meter-value title=dom-meter-value><code>value</code></dfn>, <dfn id=dom-meter-low title=dom-meter-low><code>low</code></dfn>, <dfn id=dom-meter-high title=dom-meter-high><code>high</code></dfn>, and <dfn id=dom-meter-optimum title=dom-meter-optimum><code>optimum</code></dfn> IDL attributes
must <a href=#reflect>reflect</a> the respective content attributes of the
same name. When the relevant content attributes are absent, the IDL
attributes must return zero.</p>
same name.</p>

<p>The <code title=dom-lfe-labels><a href=#dom-lfe-labels>labels</a></code> attribute provides
a list of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-fae-form><a href=#dom-fae-form>form</a></code> IDL attribute is part of the
Expand Down
3 changes: 1 addition & 2 deletions source
Expand Up @@ -50885,8 +50885,7 @@ and a height of &lt;meter value=2>2cm&lt;/meter>.&lt;/p> &lt;!-- <strong>BAD!</s
title="dom-meter-high"><code>high</code></dfn>, and <dfn
title="dom-meter-optimum"><code>optimum</code></dfn> IDL attributes
must <span>reflect</span> the respective content attributes of the
same name. When the relevant content attributes are absent, the IDL
attributes must return zero.</p>
same name.</p>

<p>The <code title="dom-lfe-labels">labels</code> attribute provides
a list of the element's <code>label</code>s. The <code
Expand Down

0 comments on commit 255f0e2

Please sign in to comment.