Skip to content

Commit

Permalink
[e] (0) last remaining stray author-mode colon, I hope
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8808

git-svn-id: http://svn.whatwg.org/webapps@4705 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 13, 2010
1 parent 62b4857 commit 9a3a5e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -38632,7 +38632,8 @@ <h4 id=the-meter-element><span class=secno>4.10.15 </span>The <dfn><code>meter</
lower values are better, and naturally if it is in between then it
indicates that neither high nor low values are good.</p>

<p><strong class=impl>Authoring requirements</strong>: The <code title=attr-meter-value><a href=#attr-meter-value>value</a></code> attribute must be
<p><span class=impl><strong>Authoring
requirements</strong>:</span> The <code title=attr-meter-value><a href=#attr-meter-value>value</a></code> attribute must be
specified. The <code title=attr-meter-value><a href=#attr-meter-value>value</a></code>, <code title=attr-meter-min><a href=#attr-meter-min>min</a></code>, <code title=attr-meter-low><a href=#attr-meter-low>low</a></code>, <code title=attr-meter-high><a href=#attr-meter-high>high</a></code>, <code title=attr-meter-max><a href=#attr-meter-max>max</a></code>, and <code title=attr-meter-optimum><a href=#attr-meter-optimum>optimum</a></code> attributes, when present,
must have values that are <a href=#valid-floating-point-number title="valid floating point
number">valid floating point numbers</a>.</p>
Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -38531,7 +38531,8 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme
lower values are better, and naturally if it is in between then it
indicates that neither high nor low values are good.</p>

<p><strong class=impl>Authoring requirements</strong>: The <code title=attr-meter-value><a href=#attr-meter-value>value</a></code> attribute must be
<p><span class=impl><strong>Authoring
requirements</strong>:</span> The <code title=attr-meter-value><a href=#attr-meter-value>value</a></code> attribute must be
specified. The <code title=attr-meter-value><a href=#attr-meter-value>value</a></code>, <code title=attr-meter-min><a href=#attr-meter-min>min</a></code>, <code title=attr-meter-low><a href=#attr-meter-low>low</a></code>, <code title=attr-meter-high><a href=#attr-meter-high>high</a></code>, <code title=attr-meter-max><a href=#attr-meter-max>max</a></code>, and <code title=attr-meter-optimum><a href=#attr-meter-optimum>optimum</a></code> attributes, when present,
must have values that are <a href=#valid-floating-point-number title="valid floating point
number">valid floating point numbers</a>.</p>
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -43028,7 +43028,8 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
lower values are better, and naturally if it is in between then it
indicates that neither high nor low values are good.</p>

<p><strong class="impl">Authoring requirements</strong>: The <code
<p><span class="impl"><strong>Authoring
requirements</strong>:</span> The <code
title="attr-meter-value">value</code> attribute must be
specified. The <code title="attr-meter-value">value</code>, <code
title="attr-meter-min">min</code>, <code
Expand Down

0 comments on commit 9a3a5e7

Please sign in to comment.