Skip to content

Commit

Permalink
[e] (0) Try to reduce double negatives. (I hope this didn't change th…
Browse files Browse the repository at this point in the history
…e conformance meaning, but if I missed a subtlty here please let me know.)

git-svn-id: http://svn.whatwg.org/webapps@5969 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 29, 2011
1 parent 43a20d5 commit 49d41ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -54636,8 +54636,8 @@ <h4 id=associating-names-with-items><span class=secno>5.2.5 </span>Associating n
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
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -54616,8 +54616,8 @@ document.body.appendChild(outer);</pre>
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
Expand Down
5 changes: 2 additions & 3 deletions source
Expand Up @@ -61546,9 +61546,8 @@ document.body.appendChild(outer);</pre>
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
Expand Down

0 comments on commit 49d41ac

Please sign in to comment.