[html5] r6082 - [giow] (1) make :indeterminate apply to indeterminate <progress> bars Fixing htt [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu May 5 01:36:43 PDT 2011
Author: ianh
Date: 2011-05-05 01:36:42 -0700 (Thu, 05 May 2011)
New Revision: 6082
Modified:
complete.html
index
source
Log:
[giow] (1) make :indeterminate apply to indeterminate <progress> bars
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12210
Modified: complete.html
===================================================================
--- complete.html 2011-05-05 08:20:18 UTC (rev 6081)
+++ complete.html 2011-05-05 08:36:42 UTC (rev 6082)
@@ -54819,14 +54819,21 @@
<dd>
+ <!-- does this pseudo-class even exist? -->
+
<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>
<dd>
Modified: index
===================================================================
--- index 2011-05-05 08:20:18 UTC (rev 6081)
+++ index 2011-05-05 08:36:42 UTC (rev 6082)
@@ -54847,14 +54847,21 @@
<dd>
+ <!-- does this pseudo-class even exist? -->
+
<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>
<dd>
Modified: source
===================================================================
--- source 2011-05-05 08:20:18 UTC (rev 6081)
+++ source 2011-05-05 08:36:42 UTC (rev 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>
More information about the Commit-Watchers
mailing list