[html5] r7362 - [e] (0) Clarification Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=1719 [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Sep 16 22:06:33 PDT 2012


Author: ianh
Date: 2012-09-16 22:06:31 -0700 (Sun, 16 Sep 2012)
New Revision: 7362

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarification
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17193
Affected topics: Microdata

Modified: complete.html
===================================================================
--- complete.html	2012-09-17 03:05:59 UTC (rev 7361)
+++ complete.html	2012-09-17 05:06:31 UTC (rev 7362)
@@ -64264,9 +64264,8 @@
    then: add all the child elements of <var title="">current</var> to
    <var title="">pending</var>.</li>
 
-   <li><p>If <var title="">current</var> has an <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute specified and the
-   element has one or more <a href=#property-names>property names</a>, then add the
-   element to <var title="">results</var>.</li>
+   <li><p>If <var title="">current</var> has an <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute specified and has
+   one or more <a href=#property-names>property names</a>, then add <var title="">current</var> to <var title="">results</var>.</li>
 
    <li><p>Return to the step labeled <i>loop</i>.</li>
 

Modified: index
===================================================================
--- index	2012-09-17 03:05:59 UTC (rev 7361)
+++ index	2012-09-17 05:06:31 UTC (rev 7362)
@@ -64264,9 +64264,8 @@
    then: add all the child elements of <var title="">current</var> to
    <var title="">pending</var>.</li>
 
-   <li><p>If <var title="">current</var> has an <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute specified and the
-   element has one or more <a href=#property-names>property names</a>, then add the
-   element to <var title="">results</var>.</li>
+   <li><p>If <var title="">current</var> has an <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute specified and has
+   one or more <a href=#property-names>property names</a>, then add <var title="">current</var> to <var title="">results</var>.</li>
 
    <li><p>Return to the step labeled <i>loop</i>.</li>
 

Modified: source
===================================================================
--- source	2012-09-17 03:05:59 UTC (rev 7361)
+++ source	2012-09-17 05:06:31 UTC (rev 7362)
@@ -75027,9 +75027,9 @@
    <var title="">pending</var>.</p></li>
 
    <li><p>If <var title="">current</var> has an <code
-   title="attr-itemprop">itemprop</code> attribute specified and the
-   element has one or more <span>property names</span>, then add the
-   element to <var title="">results</var>.</p></li>
+   title="attr-itemprop">itemprop</code> attribute specified and has
+   one or more <span>property names</span>, then add <var
+   title="">current</var> to <var title="">results</var>.</p></li>
 
    <li><p>Return to the step labeled <i>loop</i>.</p></li>
 




More information about the Commit-Watchers mailing list