- From: poot <cvsmail@w3.org>
- Date: Thu, 05 May 2011 04:39:26 -0400
- To: public-html-diffs@w3.org
hixie: make :indeterminate apply to indeterminate <progress> bars (whatwg r6082) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4885&r2=1.4886&f=h http://html5.org/tools/web-apps-tracker?from=6081&to=6082 =================================================================== 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:39:28 UTC