[html5] r1603 - /
whatwg at whatwg.org
whatwg at whatwg.org
Tue May 13 15:02:22 PDT 2008
Author: ianh
Date: 2008-05-13 15:02:21 -0700 (Tue, 13 May 2008)
New Revision: 1603
Modified:
index
source
Log:
[e] (0) Mention <meter> in the <progress> section.
Modified: index
===================================================================
--- index 2008-05-13 10:55:47 UTC (rev 1602)
+++ index 2008-05-13 22:02:21 UTC (rev 1603)
@@ -11880,6 +11880,13 @@
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'
@@ -50124,13 +50131,13 @@
Quélain, Garrett Smith, Geoffrey Garen, Geoffrey Sneddon,
Håkon Wium Lie, Henri Sivonen, Henrik Lied, Henry Mason, Hugh
Winkler, Ignacio Javier, Ivo Emanuel Gonç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,
黒澤剛志 (KUROSAWA Takeshi), Kristof Zelechovski,
Lachlan Hunt, Larry Page, Lars Gunther, Laura L. Carlson, Laura Wisewell,
Laurens Holst, Lee Kowalkowski, Leif Halvard Silli, Lenny Domnitser,
Modified: source
===================================================================
--- source 2008-05-13 10:55:47 UTC (rev 1602)
+++ source 2008-05-13 22:02:21 UTC (rev 1603)
@@ -9988,6 +9988,12 @@
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
@@ -45413,12 +45419,12 @@
fantasai, Franck 'Shift' Quélain, Garrett Smith, Geoffrey
Garen, Geoffrey Sneddon, Håkon Wium Lie, Henri Sivonen, Henrik
Lied, Henry Mason, Hugh Winkler, Ignacio Javier, Ivo Emanuel
- Gonç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ç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,
黒澤剛志 (KUROSAWA Takeshi), Kristof
More information about the Commit-Watchers
mailing list