[html5] r6342 - [e] (0) Simplicity makes a surprise comeback in a joint effort with pedancy in t [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 1 23:37:35 PDT 2011
Author: ianh
Date: 2011-08-01 23:37:34 -0700 (Mon, 01 Aug 2011)
New Revision: 6342
Modified:
complete.html
index
source
Log:
[e] (0) Simplicity makes a surprise comeback in a joint effort with pedancy in the war for clarity.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13364
Modified: complete.html
===================================================================
--- complete.html 2011-08-02 06:34:28 UTC (rev 6341)
+++ complete.html 2011-08-02 06:37:34 UTC (rev 6342)
@@ -56902,15 +56902,19 @@
<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>
+<!--(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 <a href=#concept-item title=concept-item>items</a> in a document must be
- <a href=#used-microdata-items>used microdata items</a>.</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
@@ -56919,6 +56923,7 @@
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>
Modified: index
===================================================================
--- index 2011-08-02 06:34:28 UTC (rev 6341)
+++ index 2011-08-02 06:37:34 UTC (rev 6342)
@@ -56774,15 +56774,19 @@
<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>
+<!--(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 <a href=#concept-item title=concept-item>items</a> in a document must be
- <a href=#used-microdata-items>used microdata items</a>.</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
@@ -56791,6 +56795,7 @@
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>
Modified: source
===================================================================
--- source 2011-08-02 06:34:28 UTC (rev 6341)
+++ source 2011-08-02 06:37:34 UTC (rev 6342)
@@ -64169,6 +64169,7 @@
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>,
@@ -64180,6 +64181,7 @@
<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
@@ -64190,6 +64192,7 @@
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
More information about the Commit-Watchers
mailing list