Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[giow] (1) make :indeterminate apply to indeterminate <progress> bars
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12210 git-svn-id: http://svn.whatwg.org/webapps@6082 340c8d12-0b0e-0410-8428-c7bf67bfef74
- Loading branch information
Showing
with
39 additions
and 13 deletions.
- +11 −4 complete.html
- +11 −4 index
- +17 −5 source
|
||
<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> | ||
|
||
<!-- 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> | ||
|
||
<!-- 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> | ||
|