Skip to content

Commit

Permalink
[e] (0) Clarification
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17193
Affected topics: Microdata

git-svn-id: http://svn.whatwg.org/webapps@7362 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 17, 2012
1 parent a3b2755 commit 3ec1d5f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
5 changes: 2 additions & 3 deletions complete.html
Expand Up @@ -64264,9 +64264,8 @@ <h4 id=associating-names-with-items><span class=secno>5.2.5 </span>Associating n
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>

Expand Down
5 changes: 2 additions & 3 deletions index
Expand Up @@ -64264,9 +64264,8 @@ document.body.appendChild(outer);</pre>
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>

Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -75027,9 +75027,9 @@ document.body.appendChild(outer);</pre>
<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>

Expand Down

0 comments on commit 3ec1d5f

Please sign in to comment.