[html5] r5969 - [e] (0) Try to reduce double negatives. (I hope this didn't change the conforman [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Mar 29 15:08:26 PDT 2011


Author: ianh
Date: 2011-03-29 15:08:25 -0700 (Tue, 29 Mar 2011)
New Revision: 5969

Modified:
   complete.html
   index
   source
Log:
[e] (0) Try to reduce double negatives. (I hope this didn't change the conformance meaning, but if I missed a subtlty here please let me know.)

Modified: complete.html
===================================================================
--- complete.html	2011-03-29 01:01:36 UTC (rev 5968)
+++ complete.html	2011-03-29 22:08:25 UTC (rev 5969)
@@ -54636,8 +54636,8 @@
   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>A document must not contain any <a href=#concept-item title=concept-item>items</a> that are not <a href=#used-microdata-items>used microdata
-  items</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>
 
   <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

Modified: index
===================================================================
--- index	2011-03-29 01:01:36 UTC (rev 5968)
+++ index	2011-03-29 22:08:25 UTC (rev 5969)
@@ -54616,8 +54616,8 @@
   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>A document must not contain any <a href=#concept-item title=concept-item>items</a> that are not <a href=#used-microdata-items>used microdata
-  items</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>
 
   <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

Modified: source
===================================================================
--- source	2011-03-29 01:01:36 UTC (rev 5968)
+++ source	2011-03-29 22:08:25 UTC (rev 5969)
@@ -61546,9 +61546,8 @@
   title="concept-item">item</span> that is itself a <span title="used
   microdata items">used microdata item</span>.</p>
 
-  <p>A document must not contain any <span
-  title="concept-item">items</span> that are not <span>used microdata
-  items</span>.</p>
+  <p>All <span title="concept-item">items</span> in a document must be
+  <span>used microdata items</span>.</p>
 
   <p>A document must not contain any elements that have an <code
   title="attr-itemprop">itemprop</code> attribute that would not be




More information about the Commit-Watchers mailing list