[html5] r4872 - [e] (0) minor optimisation that will hopefully make things slightly more compreh [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Mar 26 00:04:10 PDT 2010


Author: ianh
Date: 2010-03-26 00:04:08 -0700 (Fri, 26 Mar 2010)
New Revision: 4872

Modified:
   complete.html
   index
   source
Log:
[e] (0) minor optimisation that will hopefully make things slightly more comprehensible

Modified: complete.html
===================================================================
--- complete.html	2010-03-26 01:30:48 UTC (rev 4871)
+++ complete.html	2010-03-26 07:04:08 UTC (rev 4872)
@@ -39857,8 +39857,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>
 

Modified: index
===================================================================
--- index	2010-03-26 01:30:48 UTC (rev 4871)
+++ index	2010-03-26 07:04:08 UTC (rev 4872)
@@ -39758,8 +39758,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>
 

Modified: source
===================================================================
--- source	2010-03-26 01:30:48 UTC (rev 4871)
+++ source	2010-03-26 07:04:08 UTC (rev 4872)
@@ -44401,8 +44401,9 @@
    <li><p>If the element's <span>form owner</span> is not null, and
    the element's <code title="attr-fae-form">form</code> content
    attribute is not present, and the element's <span>form owner</span>
-   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>form</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 <span>form owner</span> be null.</p></li>
 




More information about the Commit-Watchers mailing list