- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 05 May 2011 08:36:51 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3078
Modified Files:
Overview.html
Log Message:
make :indeterminate apply to indeterminate <progress> bars (whatwg r6082)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4885
retrieving revision 1.4886
diff -u -d -r1.4885 -r1.4886
--- Overview.html 5 May 2011 08:20:23 -0000 1.4885
+++ Overview.html 5 May 2011 08:36:47 -0000 1.4886
@@ -42164,12 +42164,19 @@
<dd>
+
+
<p>The <code title="selector-indeterminate"><a href="#selector-indeterminate">:indeterminate</a></code>
- pseudo-class must match <code><a href="#the-input-element">input</a></code> elements whose <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute is in the <a href="#checkbox-state" title="attr-input-type-checkbox">Checkbox</a> state and whose
- <code title="dom-input-indeterminate"><a href="#dom-input-indeterminate">indeterminate</a></code> IDL
- attribute is set to true.</p>
+ pseudo-class must match any element falling into one of the
+ following categories:</p>
- </dd>
+ <ul><li><code><a href="#the-input-element">input</a></code> elements whose <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute is in the <a href="#checkbox-state" title="attr-input-type-checkbox">Checkbox</a> state and whose
+ <code title="dom-input-indeterminate"><a href="#dom-input-indeterminate">indeterminate</a></code> IDL
+ attribute is set to true</li>
+
+ <li><code><a href="#the-progress-element">progress</a></code> elements with no <code title="attr-progress-value"><a href="#attr-progress-value">value</a></code> content attribute</li>
+
+ </ul></dd>
<dt><dfn id="selector-default" title="selector-default"><code>:default</code></dfn></dt>
Received on Thursday, 5 May 2011 08:36:53 UTC