spec/Overview.html 1.1961 2790 Try to clarify why this note says 'some

Try to clarify why this note says 'some case'. (whatwg r2790)

immutable
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1961.html#concept-input-immutable

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1960&r2=1.1961&f=h
http://html5.org/tools/web-apps-tracker?from=2789&to=2790

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1960
retrieving revision 1.1961
diff -u -d -r1.1960 -r1.1961
--- Overview.html 11 Feb 2009 10:28:00 -0000 1.1960
+++ Overview.html 11 Feb 2009 10:36:22 -0000 1.1961
@@ -21085,7 +21085,8 @@
   <code>Document</code> node as one of its ancestors (i.e. when it is
   not in the document), it is <i title=concept-input-immutable><a href=#concept-input-immutable>immutable</a></i>.</p><!-- XXX how does
   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>The <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute is used to
+  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>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
   <a href=#form-owner>form owner</a>. The <code title=attr-fe-name><a href=#attr-fe-name>name</a></code>
   attribute represents the element's name. The <code title=attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code> attribute is used to make

Received on Wednesday, 11 February 2009 10:39:53 UTC