[html5] r2790 - [e] (0) Try to clarify why this note says 'some case'.
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 11 02:36:17 PST 2009
Author: ianh
Date: 2009-02-11 02:36:17 -0800 (Wed, 11 Feb 2009)
New Revision: 2790
Modified:
index
source
Log:
[e] (0) Try to clarify why this note says 'some case'.
Modified: index
===================================================================
--- index 2009-02-11 10:27:55 UTC (rev 2789)
+++ index 2009-02-11 10:36:17 UTC (rev 2790)
@@ -25663,7 +25663,8 @@
this affect shadow trees in XBL2? -->
<p class=note>The <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute can also in
- some cases make an <code><a href=#the-input-element>input</a></code> element <i title=concept-input-immutable><a href=#concept-input-immutable>immutable</a></i>.</p>
+ some cases (e.g. for the <a href=#date-state title=attr-input-type-date>Date</a> state, but not the <a href=#checkbox-state title=attr-input-type-checkbox>Checkbox</a> state) make an
+ <code><a href=#the-input-element>input</a></code> element <i title=concept-input-immutable><a href=#concept-input-immutable>immutable</a></i>.</p>
<p>The <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute is used to
explicitly associate the <code><a href=#the-input-element>input</a></code> element with its
Modified: source
===================================================================
--- source 2009-02-11 10:27:55 UTC (rev 2789)
+++ source 2009-02-11 10:36:17 UTC (rev 2790)
@@ -28511,7 +28511,10 @@
<p class="note">The <code
title="attr-input-readonly">readonly</code> attribute can also in
- some cases make an <code>input</code> element <i
+ some cases (e.g. for the <span
+ title="attr-input-type-date">Date</span> state, but not the <span
+ title="attr-input-type-checkbox">Checkbox</span> state) make an
+ <code>input</code> element <i
title="concept-input-immutable">immutable</i>.</p>
<p>The <code title="attr-fae-form">form</code> attribute is used to
More information about the Commit-Watchers
mailing list