Skip to content

Commit

Permalink
[e] (0) Simplicity makes a surprise comeback in a joint effort with p…
Browse files Browse the repository at this point in the history
…edancy in the war for clarity.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13364

git-svn-id: http://svn.whatwg.org/webapps@6342 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 2, 2011
1 parent 828cc9e commit 6460b63
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 18 deletions.
23 changes: 14 additions & 9 deletions complete.html
Expand Up @@ -56902,15 +56902,19 @@ <h4 id=associating-names-with-items><span class=secno>5.2.5 </span>Associating n
<p>An <a href=#concept-item title=concept-item>item</a> is a <dfn id=top-level-microdata-items title="top-level microdata items">top-level microdata item</dfn> if
its element does not have an <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute.</p>

<p>An <a href=#concept-item title=concept-item>item</a> is a <dfn id=used-microdata-items title="used
microdata items">used microdata item</dfn> if it is a <a href=#top-level-microdata-items title="top-level microdata items">top-level microdata item</a>,
or if it has an <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code>
attribute and would be <a href=#the-properties-of-an-item title="the properties of an item">found
to be the property</a> of an <a href=#concept-item title=concept-item>item</a> that is itself a <a href=#used-microdata-items title="used
microdata items">used microdata item</a>.</p>

<p>All <a href=#concept-item title=concept-item>items</a> in a document must be
<a href=#used-microdata-items>used microdata items</a>.</p>
<!--(this is currently redundant with "requirement itemprop" below)
<p>An <span title="concept-item">item</span> is a <dfn title="used
microdata items">used microdata item</dfn> if it is a <span
title="top-level microdata items">top-level microdata item</span>,
or if it has an <code title="attr-itemprop">itemprop</code>
attribute and would be <span title="the properties of an item">found
to be the property</span> of an <span
title="concept-item">item</span> that is itself a <span title="used
microdata items">used microdata item</span>.</p>

<p>All <span title="concept-item">items</span> in a document must be
<span>used microdata items</span>.</p>
-->

<p>All <code title=attr-itemref><a href=#attr-itemref>itemref</a></code> attributes in a
<code><a href=#document>Document</a></code> must be such that there are no cycles in the
Expand All @@ -56919,6 +56923,7 @@ <h4 id=associating-names-with-items><span class=secno>5.2.5 </span>Associating n
item">property</a> of an item whose <a href=#concept-property-value title=concept-property-value>value</a> is another item as an
edge in the graph connecting those two items.</p>

<!-- "requirement itemprop" (see above) -->
<p>A document must not contain any elements that have an <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute that would not be
found to be a property of any of the <a href=#concept-item title=concept-item>items</a> in that document were their <a href=#the-properties-of-an-item title="the properties of an item">properties</a> all to be
determined.</p>
Expand Down
23 changes: 14 additions & 9 deletions index
Expand Up @@ -56774,15 +56774,19 @@ document.body.appendChild(outer);</pre>
<p>An <a href=#concept-item title=concept-item>item</a> is a <dfn id=top-level-microdata-items title="top-level microdata items">top-level microdata item</dfn> if
its element does not have an <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute.</p>

<p>An <a href=#concept-item title=concept-item>item</a> is a <dfn id=used-microdata-items title="used
microdata items">used microdata item</dfn> if it is a <a href=#top-level-microdata-items title="top-level microdata items">top-level microdata item</a>,
or if it has an <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code>
attribute and would be <a href=#the-properties-of-an-item title="the properties of an item">found
to be the property</a> of an <a href=#concept-item title=concept-item>item</a> that is itself a <a href=#used-microdata-items title="used
microdata items">used microdata item</a>.</p>

<p>All <a href=#concept-item title=concept-item>items</a> in a document must be
<a href=#used-microdata-items>used microdata items</a>.</p>
<!--(this is currently redundant with "requirement itemprop" below)
<p>An <span title="concept-item">item</span> is a <dfn title="used
microdata items">used microdata item</dfn> if it is a <span
title="top-level microdata items">top-level microdata item</span>,
or if it has an <code title="attr-itemprop">itemprop</code>
attribute and would be <span title="the properties of an item">found
to be the property</span> of an <span
title="concept-item">item</span> that is itself a <span title="used
microdata items">used microdata item</span>.</p>

<p>All <span title="concept-item">items</span> in a document must be
<span>used microdata items</span>.</p>
-->

<p>All <code title=attr-itemref><a href=#attr-itemref>itemref</a></code> attributes in a
<code><a href=#document>Document</a></code> must be such that there are no cycles in the
Expand All @@ -56791,6 +56795,7 @@ document.body.appendChild(outer);</pre>
item">property</a> of an item whose <a href=#concept-property-value title=concept-property-value>value</a> is another item as an
edge in the graph connecting those two items.</p>

<!-- "requirement itemprop" (see above) -->
<p>A document must not contain any elements that have an <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute that would not be
found to be a property of any of the <a href=#concept-item title=concept-item>items</a> in that document were their <a href=#the-properties-of-an-item title="the properties of an item">properties</a> all to be
determined.</p>
Expand Down
3 changes: 3 additions & 0 deletions source
Expand Up @@ -64169,6 +64169,7 @@ document.body.appendChild(outer);</pre>
its element does not have an <code
title="attr-itemprop">itemprop</code> attribute.</p>

<!--(this is currently redundant with "requirement itemprop" below)
<p>An <span title="concept-item">item</span> is a <dfn title="used
microdata items">used microdata item</dfn> if it is a <span
title="top-level microdata items">top-level microdata item</span>,
Expand All @@ -64180,6 +64181,7 @@ document.body.appendChild(outer);</pre>

<p>All <span title="concept-item">items</span> in a document must be
<span>used microdata items</span>.</p>
-->

<p>All <code title="attr-itemref">itemref</code> attributes in a
<code>Document</code> must be such that there are no cycles in the
Expand All @@ -64190,6 +64192,7 @@ document.body.appendChild(outer);</pre>
title="concept-property-value">value</span> is another item as an
edge in the graph connecting those two items.</p>

<!-- "requirement itemprop" (see above) -->
<p>A document must not contain any elements that have an <code
title="attr-itemprop">itemprop</code> attribute that would not be
found to be a property of any of the <span
Expand Down

0 comments on commit 6460b63

Please sign in to comment.