Short URL: http://html5.org/r/6082
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 6082 | 12210 | 2011-05-05 08:36 |
Index: source
===================================================================
--- source (revision 6081)
+++ source (revision 6082)
@@ -61927,13 +61927,25 @@
<dd>
+ <!-- does this pseudo-class even exist? -->
+
<p>The <code title="selector-indeterminate">:indeterminate</code>
- pseudo-class must match <code>input</code> elements whose <code
- title="attr-input-type">type</code> attribute is in the <span
- title="attr-input-type-checkbox">Checkbox</span> state and whose
- <code title="dom-input-indeterminate">indeterminate</code> IDL
- attribute is set to true.</p>
+ pseudo-class must match any element falling into one of the
+ following categories:</p>
+ <ul>
+
+ <li><code>input</code> elements whose <code
+ title="attr-input-type">type</code> attribute is in the <span
+ title="attr-input-type-checkbox">Checkbox</span> state and whose
+ <code title="dom-input-indeterminate">indeterminate</code> IDL
+ attribute is set to true</li>
+
+ <li><code>progress</code> elements with no <code
+ title="attr-progress-value">value</code> content attribute</li>
+
+ </ul>
+
</dd>