[html5] r7300 - [giow] (2) It doesn't make any sense, but browsers make :enabled/:disabled apply [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Aug 30 10:58:24 PDT 2012
Author: ianh
Date: 2012-08-30 10:58:22 -0700 (Thu, 30 Aug 2012)
New Revision: 7300
Modified:
complete.html
index
source
Log:
[giow] (2) It doesn't make any sense, but browsers make :enabled/:disabled apply to <input type=hidden>, so, oh well.
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2012-08-30 17:46:56 UTC (rev 7299)
+++ complete.html 2012-08-30 17:58:22 UTC (rev 7300)
@@ -62586,9 +62586,7 @@
<li><code><a href=#the-button-element>button</a></code> elements that are not <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>
- <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 are not in the
- <a href="#hidden-state-(type=hidden)" title=attr-input-type-hidden>Hidden</a> state and that
- are not <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>
+ <li><code><a href=#the-input-element>input</a></code> elements that are not <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>
<li><code><a href=#the-select-element>select</a></code> elements that are not <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>
@@ -62621,9 +62619,7 @@
<ul><li><code><a href=#the-button-element>button</a></code> elements that are <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>
- <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 are not in the
- <a href="#hidden-state-(type=hidden)" title=attr-input-type-hidden>Hidden</a> state and that
- are <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>
+ <li><code><a href=#the-input-element>input</a></code> elements that are <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>
<li><code><a href=#the-select-element>select</a></code> elements that are <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>
Modified: index
===================================================================
--- index 2012-08-30 17:46:56 UTC (rev 7299)
+++ index 2012-08-30 17:58:22 UTC (rev 7300)
@@ -62586,9 +62586,7 @@
<li><code><a href=#the-button-element>button</a></code> elements that are not <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>
- <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 are not in the
- <a href="#hidden-state-(type=hidden)" title=attr-input-type-hidden>Hidden</a> state and that
- are not <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>
+ <li><code><a href=#the-input-element>input</a></code> elements that are not <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>
<li><code><a href=#the-select-element>select</a></code> elements that are not <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>
@@ -62621,9 +62619,7 @@
<ul><li><code><a href=#the-button-element>button</a></code> elements that are <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>
- <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 are not in the
- <a href="#hidden-state-(type=hidden)" title=attr-input-type-hidden>Hidden</a> state and that
- are <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>
+ <li><code><a href=#the-input-element>input</a></code> elements that are <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>
<li><code><a href=#the-select-element>select</a></code> elements that are <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>
Modified: source
===================================================================
--- source 2012-08-30 17:46:56 UTC (rev 7299)
+++ source 2012-08-30 17:58:22 UTC (rev 7300)
@@ -73096,10 +73096,8 @@
<li><code>button</code> elements that are not <span
title="concept-fe-disabled">disabled</span></li>
- <li><code>input</code> elements whose <code
- title="attr-input-type">type</code> attribute are not in the
- <span title="attr-input-type-hidden">Hidden</span> state and that
- are not <span title="concept-fe-disabled">disabled</span></li>
+ <li><code>input</code> elements that are not <span
+ title="concept-fe-disabled">disabled</span></li>
<li><code>select</code> elements that are not <span
title="concept-fe-disabled">disabled</span></li>
@@ -73144,10 +73142,8 @@
<li><code>button</code> elements that are <span
title="concept-fe-disabled">disabled</span></li>
- <li><code>input</code> elements whose <code
- title="attr-input-type">type</code> attribute are not in the
- <span title="attr-input-type-hidden">Hidden</span> state and that
- are <span title="concept-fe-disabled">disabled</span></li>
+ <li><code>input</code> elements that are <span
+ title="concept-fe-disabled">disabled</span></li>
<li><code>select</code> elements that are <span
title="concept-fe-disabled">disabled</span></li>
More information about the Commit-Watchers
mailing list