Skip to content

Commit

Permalink
[e] (0) Mention <meter> in the <progress> section.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1603 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 13, 2008
1 parent 57b3353 commit 4594364
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 13 deletions.
21 changes: 14 additions & 7 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -11880,6 +11880,13 @@ this specification: the &lt;abbr>WHATWG&lt;/abbr> and the
equal to the value of the <code title=attr-progress-max><a
href="#max">max</a></code> attribute, if present.

<p class=note>The <code><a href="#progress">progress</a></code> element is
the wrong element to use for something that is just a gauge, as opposed to
task progress. For instance, indicating disk space usage using <code><a
href="#progress">progress</a></code> would be inappropriate. Instead, the
<code><a href="#meter">meter</a></code> element is available for such use
cases.

<p><strong>User agent requirements</strong>: User agents must parse the
<code title=attr-progress-max><a href="#max">max</a></code> and <code
title=attr-progress-value><a href="#value1">value</a></code> attributes'
Expand Down Expand Up @@ -50124,13 +50131,13 @@ interface <dfn id=timeouthandler>TimeoutHandler</dfn> {
Qu&eacute;lain, Garrett Smith, Geoffrey Garen, Geoffrey Sneddon,
H&aring;kon Wium Lie, Henri Sivonen, Henrik Lied, Henry Mason, Hugh
Winkler, Ignacio Javier, Ivo Emanuel Gon&ccedil;alves, J. King, Jacques
Distler, James Graham, James M Snell, James Perrett, Jan-Klaas Kollhof,
Jason White, Jasper Bryant-Greene, Jeff Cutsinger, Jeff Walden, Jens
Bannmann, Jens Fendler, Jeroen van der Meer, Jim Jewett, Jim Meehan, Joe
Clark, Joel Spolsky, John Boyer, John Bussjaeger, John Harding, Johnny
Stenback, Jon Perlow, Jonathan Worent, Jorgen Horstink, Josh Levenberg,
Joshua Randall, Jukka K. Korpela, Julian Reschke, Kai Hendry,
<!-- Keryx Web, = Lars Gunther --> Kornel Lesinski,
Distler, James Graham, James Justin Harrell, James M Snell, James Perrett,
Jan-Klaas Kollhof, Jason White, Jasper Bryant-Greene, Jeff Cutsinger, Jeff
Walden, Jens Bannmann, Jens Fendler, Jeroen van der Meer, Jim Jewett, Jim
Meehan, Joe Clark, Joel Spolsky, John Boyer, John Bussjaeger, John
Harding, Johnny Stenback, Jon Perlow, Jonathan Worent, Jorgen Horstink,
Josh Levenberg, Joshua Randall, Jukka K. Korpela, Julian Reschke, Kai
Hendry, <!-- Keryx Web, = Lars Gunther --> Kornel Lesinski,
&#x9ed2;&#x6fa4;&#x525b;&#x5fd7; (KUROSAWA Takeshi), Kristof Zelechovski,
Lachlan Hunt, Larry Page, Lars Gunther, Laura L. Carlson, Laura Wisewell,
Laurens Holst, Lee Kowalkowski, Leif Halvard Silli, Lenny Domnitser,
Expand Down
18 changes: 12 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -9988,6 +9988,12 @@ this specification: the &lt;abbr>WHATWG&lt;/abbr> and the
to the value of the <code title="attr-progress-max">max</code>
attribute, if present.</p>

<p class="note">The <code>progress</code> element is the wrong
element to use for something that is just a gauge, as opposed to
task progress. For instance, indicating disk space usage using
<code>progress</code> would be inappropriate. Instead, the
<code>meter</code> element is available for such use cases.</p>

<p><strong>User agent requirements</strong>: User agents must parse
the <code title="attr-progress-max">max</code> and <code
title="attr-progress-value">value</code> attributes' values
Expand Down Expand Up @@ -45413,12 +45419,12 @@ interface <dfn>TimeoutHandler</dfn> {
fantasai, Franck 'Shift' Qu&eacute;lain, Garrett Smith, Geoffrey
Garen, Geoffrey Sneddon, H&aring;kon Wium Lie, Henri Sivonen, Henrik
Lied, Henry Mason, Hugh Winkler, Ignacio Javier, Ivo Emanuel
Gon&ccedil;alves, J. King, Jacques Distler, James Graham, James M
Snell, James Perrett, Jan-Klaas Kollhof, Jason White, Jasper
Bryant-Greene, Jeff Cutsinger, Jeff Walden, Jens Bannmann, Jens
Fendler, Jeroen van der Meer, Jim Jewett, Jim Meehan, Joe Clark,
Joel Spolsky, John Boyer, John Bussjaeger, John Harding, Johnny
Stenback, Jon Perlow, Jonathan Worent, Jorgen Horstink, Josh
Gon&ccedil;alves, J. King, Jacques Distler, James Graham, James
Justin Harrell, James M Snell, James Perrett, Jan-Klaas Kollhof,
Jason White, Jasper Bryant-Greene, Jeff Cutsinger, Jeff Walden, Jens
Bannmann, Jens Fendler, Jeroen van der Meer, Jim Jewett, Jim Meehan,
Joe Clark, Joel Spolsky, John Boyer, John Bussjaeger, John Harding,
Johnny Stenback, Jon Perlow, Jonathan Worent, Jorgen Horstink, Josh
Levenberg, Joshua Randall, Jukka K. Korpela, Julian Reschke, Kai
Hendry, <!-- Keryx Web, = Lars Gunther --> Kornel Lesinski,
&#x9ed2;&#x6fa4;&#x525b;&#x5fd7; (KUROSAWA Takeshi), Kristof
Expand Down

0 comments on commit 4594364

Please sign in to comment.