html5/spec Overview.html,1.3899,1.3900

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

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

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3899
retrieving revision 1.3900
diff -u -d -r1.3899 -r1.3900
--- Overview.html	26 Mar 2010 01:31:23 -0000	1.3899
+++ Overview.html	26 Mar 2010 07:04:13 -0000	1.3900
@@ -32265,8 +32265,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.</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.</li>
 
    <li><p>Let the element's <a href="#form-owner">form owner</a> be null.</li>
 

Received on Friday, 26 March 2010 07:04:18 UTC