Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8427

git-svn-id: http://svn.whatwg.org/webapps@4498 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 6, 2010
1 parent e1508c9 commit ff48ff6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -44722,7 +44722,7 @@ <h4 id=using-the-microdata-dom-api><span class=secno>5.1.6 </span>Using the micr
<p>The <code><a href=#htmlpropertiescollection>HTMLPropertiesCollection</a></code> object, when indexed by
name in this way, actually returns a <code><a href=#propertynodelist>PropertyNodeList</a></code>
object with all the matching properties. The
<code><a href=#propertynodelist>PropertyNodeList</a></code> object can be used to obtained all the
<code><a href=#propertynodelist>PropertyNodeList</a></code> object can be used to obtain all the
values at once using <em>its</em> <code title=dom-PropertyNodeList-values><a href=#dom-propertynodelist-values>values</a></code> attribute, which
returns an array of all the values.</p>

Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -44557,7 +44557,7 @@ alert('Hello ' + user.properties['name'][0].content + '!');</pre>
<p>The <code><a href=#htmlpropertiescollection>HTMLPropertiesCollection</a></code> object, when indexed by
name in this way, actually returns a <code><a href=#propertynodelist>PropertyNodeList</a></code>
object with all the matching properties. The
<code><a href=#propertynodelist>PropertyNodeList</a></code> object can be used to obtained all the
<code><a href=#propertynodelist>PropertyNodeList</a></code> object can be used to obtain all the
values at once using <em>its</em> <code title=dom-PropertyNodeList-values><a href=#dom-propertynodelist-values>values</a></code> attribute, which
returns an array of all the values.</p>

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -49735,7 +49735,7 @@ alert('Hello ' + user.properties['name'][0].content + '!');</pre>
<p>The <code>HTMLPropertiesCollection</code> object, when indexed by
name in this way, actually returns a <code>PropertyNodeList</code>
object with all the matching properties. The
<code>PropertyNodeList</code> object can be used to obtained all the
<code>PropertyNodeList</code> object can be used to obtain all the
values at once using <em>its</em> <code
title="dom-PropertyNodeList-values">values</code> attribute, which
returns an array of all the values.</p>
Expand Down

0 comments on commit ff48ff6

Please sign in to comment.