Skip to content

Commit

Permalink
[e] (0) Correct text in a domintro that still referred to an 'item' a…
Browse files Browse the repository at this point in the history
…ttribute.

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

git-svn-id: http://svn.whatwg.org/webapps@4234 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2009
1 parent e5c3635 commit 300ee02
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -45217,9 +45217,9 @@ <h3 id=microdata-dom-api><span class=secno>5.3 </span>Microdata DOM API</h3>

<dd>

<p>If the element has an <code title=attr-item>item</code>
attribute, returns an <code><a href=#htmlpropertycollection>HTMLPropertyCollection</a></code> object
with all the element's properties. Otherwise, an empty
<p>If the element has an <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code> attribute, returns an
<code><a href=#htmlpropertycollection>HTMLPropertyCollection</a></code> object with all the element's
properties. Otherwise, an empty
<code><a href=#htmlpropertycollection>HTMLPropertyCollection</a></code> object.</p>

</dd>
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -45047,9 +45047,9 @@ document.body.appendChild(outer);</pre>

<dd>

<p>If the element has an <code title=attr-item>item</code>
attribute, returns an <code><a href=#htmlpropertycollection>HTMLPropertyCollection</a></code> object
with all the element's properties. Otherwise, an empty
<p>If the element has an <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code> attribute, returns an
<code><a href=#htmlpropertycollection>HTMLPropertyCollection</a></code> object with all the element's
properties. Otherwise, an empty
<code><a href=#htmlpropertycollection>HTMLPropertyCollection</a></code> object.</p>

</dd>
Expand Down
7 changes: 4 additions & 3 deletions source
Expand Up @@ -50291,9 +50291,10 @@ document.body.appendChild(outer);</pre>

<dd>

<p>If the element has an <code title="attr-item">item</code>
attribute, returns an <code>HTMLPropertyCollection</code> object
with all the element's properties. Otherwise, an empty
<p>If the element has an <code
title="attr-itemscope">itemscope</code> attribute, returns an
<code>HTMLPropertyCollection</code> object with all the element's
properties. Otherwise, an empty
<code>HTMLPropertyCollection</code> object.</p>

</dd>
Expand Down

0 comments on commit 300ee02

Please sign in to comment.