hixie: remove some text that's no longer needed (whatwg r7132)

hixie: remove some text that's no longer needed (whatwg r7132)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5683&r2=1.5684&f=h
http://html5.org/tools/web-apps-tracker?from=7131&to=7132

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5683
retrieving revision 1.5684
diff -u -d -r1.5683 -r1.5684
--- Overview.html 13 Jun 2012 21:44:04 -0000 1.5683
+++ Overview.html 13 Jun 2012 23:09:59 -0000 1.5684
@@ -39233,10 +39233,6 @@
 
   <p>When an <code><a href="#the-input-element">input</a></code> element is <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a>, it is <i title="concept-input-immutable"><a href="#concept-input-immutable">immutable</a></i>.</p>
 
-  <p>When an <code><a href="#the-input-element">input</a></code> element does not have a
-  <code><a href="#document">Document</a></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> 
-
   <p class="note">The <code title="attr-input-readonly"><a href="#attr-input-readonly">readonly</a></code> attribute can also in
   some cases (e.g. for the <a href="#date-state-type-date" title="attr-input-type-date">Date</a> state, but not the <a href="#checkbox-state-type-checkbox" 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>

Received on Wednesday, 13 June 2012 23:10:26 UTC