[html5] r7705 - [giow] (2) Match reality. It's a bit more useful anyway, arguably. Fixing https: [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Feb 7 17:03:28 PST 2013


Author: ianh
Date: 2013-02-07 17:03:27 -0800 (Thu, 07 Feb 2013)
New Revision: 7705

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Match reality. It's a bit more useful anyway, arguably.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17195
Affected topics: Microdata

Modified: complete.html
===================================================================
--- complete.html	2013-02-07 19:54:05 UTC (rev 7704)
+++ complete.html	2013-02-08 01:03:27 UTC (rev 7705)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 7 February 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 8 February 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -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
-  <code><a href=#document>Document</a></code> node, 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>, 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-07 19:54:05 UTC (rev 7704)
+++ index	2013-02-08 01:03:27 UTC (rev 7705)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 7 February 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 8 February 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -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
-  <code><a href=#document>Document</a></code> node, 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>, 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-07 19:54:05 UTC (rev 7704)
+++ source	2013-02-08 01:03:27 UTC (rev 7705)
@@ -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
-  <code>Document</code> node, whose filter matches only elements that are <span title="the
+  element's <span>root element</span>, 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