[html5] r7706 - [giow] (2) Clarify that the collection's root might change during the collection [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Feb 7 17:36:00 PST 2013


Author: ianh
Date: 2013-02-07 17:35:58 -0800 (Thu, 07 Feb 2013)
New Revision: 7706

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Clarify that the collection's root might change during the collection's lifetime.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17195
Affected topics: Microdata

Modified: complete.html
===================================================================
--- complete.html	2013-02-08 01:03:27 UTC (rev 7705)
+++ complete.html	2013-02-08 01:35:58 UTC (rev 7706)
@@ -62166,7 +62166,7 @@
 
   <p>The <dfn id=dom-properties title=dom-properties><code>properties</code></dfn> IDL attribute on <a href=#html-elements>HTML
   elements</a> must return an <code><a href=#htmlpropertiescollection>HTMLPropertiesCollection</a></code> rooted at the
-  element's <a href=#root-element>root element</a>, whose filter matches only elements that are <a href=#the-properties-of-an-item title="the
+  element's <a href=#root-element>root element</a> (which element this is might change during the collection's lifetime, as the element moves between different subtrees), whose filter matches only elements that are <a href=#the-properties-of-an-item title="the
   properties of an item">the properties of the item</a> created by the element on which the
   attribute was invoked, while that element is an <a href=#concept-item title=concept-item>item</a>, and
   matches nothing the rest of the time.</p>

Modified: index
===================================================================
--- index	2013-02-08 01:03:27 UTC (rev 7705)
+++ index	2013-02-08 01:35:58 UTC (rev 7706)
@@ -62166,7 +62166,7 @@
 
   <p>The <dfn id=dom-properties title=dom-properties><code>properties</code></dfn> IDL attribute on <a href=#html-elements>HTML
   elements</a> must return an <code><a href=#htmlpropertiescollection>HTMLPropertiesCollection</a></code> rooted at the
-  element's <a href=#root-element>root element</a>, whose filter matches only elements that are <a href=#the-properties-of-an-item title="the
+  element's <a href=#root-element>root element</a> (which element this is might change during the collection's lifetime, as the element moves between different subtrees), whose filter matches only elements that are <a href=#the-properties-of-an-item title="the
   properties of an item">the properties of the item</a> created by the element on which the
   attribute was invoked, while that element is an <a href=#concept-item title=concept-item>item</a>, and
   matches nothing the rest of the time.</p>

Modified: source
===================================================================
--- source	2013-02-08 01:03:27 UTC (rev 7705)
+++ source	2013-02-08 01:35:58 UTC (rev 7706)
@@ -72640,7 +72640,7 @@
 
   <p>The <dfn title="dom-properties"><code>properties</code></dfn> IDL attribute on <span>HTML
   elements</span> must return an <code>HTMLPropertiesCollection</code> rooted at the
-  element's <span>root element</span>, whose filter matches only elements that are <span title="the
+  element's <span>root element</span> (which element this is might change during the collection's lifetime, as the element moves between different subtrees), whose filter matches only elements that are <span title="the
   properties of an item">the properties of the item</span> created by the element on which the
   attribute was invoked, while that element is an <span title="concept-item">item</span>, and
   matches nothing the rest of the time.</p>




More information about the Commit-Watchers mailing list