html5/spec forms.html,1.872,1.873 spec.html,1.901,1.902

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

Modified Files:
	forms.html spec.html 
Log Message:
minor optimisation that will hopefully make things slightly more comprehensible (whatwg r4872)

[updated by splitter]


Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec/forms.html,v
retrieving revision 1.872
retrieving revision 1.873
diff -u -d -r1.872 -r1.873
--- forms.html	17 Mar 2010 23:56:32 -0000	1.872
+++ forms.html	26 Mar 2010 07:06:34 -0000	1.873
@@ -7810,8 +7810,9 @@
   <ol><li><p>If the element's <a href="#form-owner">form owner</a> is not null, and
    the element's <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code> content
    attribute is not present, and the element's <a href="#form-owner">form owner</a>
-   is one of the ancestors of the element after the change to the
-   ancestor chain, then do nothing, and abort these steps.</p></li>
+   is its nearest <code><a href="#the-form-element">form</a></code> element ancestor after the change
+   to the ancestor chain, then do nothing, and abort these
+   steps.</p></li>
 
    <li><p>Let the element's <a href="#form-owner">form owner</a> be null.</p></li>
 

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.901
retrieving revision 1.902
diff -u -d -r1.901 -r1.902
--- spec.html	26 Mar 2010 01:36:35 -0000	1.901
+++ spec.html	26 Mar 2010 07:06:34 -0000	1.902
@@ -307,7 +307,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>.
-This is revision 1.3899.
+This is revision 1.3900.
    </p> 
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Friday, 26 March 2010 07:06:38 UTC