html5/spec Overview.html,1.1960,1.1961

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv16052

Modified Files:
	Overview.html 
Log Message:
Try to clarify why this note says 'some case'. (whatwg r2790)

Index: Overview.html
===================================================================
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:36:34 UTC