[html5] r8185 - [giow] (3) Make the <form> past names map associations go away when the form own [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Sep 13 16:18:29 PDT 2013


Author: ianh
Date: 2013-09-13 16:18:28 -0700 (Fri, 13 Sep 2013)
New Revision: 8185

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Make the <form> past names map associations go away when the form owner changes, not when the element is removed from the document.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23073
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2013-09-13 22:36:08 UTC (rev 8184)
+++ complete.html	2013-09-13 23:18:28 UTC (rev 8185)
@@ -44617,8 +44617,8 @@
 
    <li><p>Return the node in <var title="">candidates</var>.</li>
 
-  </ol><p>If an element listed in the <code><a href=#the-form-element>form</a></code> element's <a href=#past-names-map>past names map</a> is removed
-  from the <code><a href=#document>Document</a></code>, then its entries must be removed from the map.</p>
+  </ol><p>If an element listed in a <code><a href=#the-form-element>form</a></code> element's <a href=#past-names-map>past names map</a> changes
+  <a href=#form-owner>form owner</a>, then its entries must be removed from that map.</p>
 
   <!--
     This ridiculous setup is intended to do as much of the right thing

Modified: index
===================================================================
--- index	2013-09-13 22:36:08 UTC (rev 8184)
+++ index	2013-09-13 23:18:28 UTC (rev 8185)
@@ -44617,8 +44617,8 @@
 
    <li><p>Return the node in <var title="">candidates</var>.</li>
 
-  </ol><p>If an element listed in the <code><a href=#the-form-element>form</a></code> element's <a href=#past-names-map>past names map</a> is removed
-  from the <code><a href=#document>Document</a></code>, then its entries must be removed from the map.</p>
+  </ol><p>If an element listed in a <code><a href=#the-form-element>form</a></code> element's <a href=#past-names-map>past names map</a> changes
+  <a href=#form-owner>form owner</a>, then its entries must be removed from that map.</p>
 
   <!--
     This ridiculous setup is intended to do as much of the right thing

Modified: source
===================================================================
--- source	2013-09-13 22:36:08 UTC (rev 8184)
+++ source	2013-09-13 23:18:28 UTC (rev 8185)
@@ -48880,8 +48880,8 @@
 
   </ol>
 
-  <p>If an element listed in the <code>form</code> element's <span>past names map</span> is removed
-  from the <code>Document</code>, then its entries must be removed from the map.</p>
+  <p>If an element listed in a <code>form</code> element's <span>past names map</span> changes
+  <span>form owner</span>, then its entries must be removed from that map.</p>
 
   <!--
     This ridiculous setup is intended to do as much of the right thing




More information about the Commit-Watchers mailing list