Skip to content

Commit

Permalink
[e] (0) Fix some typos or copypasta.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21883
Affected topics: HTML, Microdata

git-svn-id: http://svn.whatwg.org/webapps@7925 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 6, 2013
1 parent c9cef5b commit e9aa9db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -7853,7 +7853,7 @@ <h5 id=htmlpropertiescollection-0><span class=secno>2.7.2.4 </span>HTMLPropertie

<p>The <dfn id=dom-propertynodelist-getvalues title=dom-PropertyNodeList-getValues><code>getValues</code></dfn> method the
<code><a href=#propertynodelist>PropertyNodeList</a></code> object must return a newly constructed array whose values are the
values obtained from the <code title=dom-itemValue><a href=#dom-itemvalue>itemValue</a></code> DOM property of each of the
values obtained from the <code title=dom-itemValue><a href=#dom-itemvalue>itemValue</a></code> IDL attribute of each of the
elements represented by the object, in <a href=#tree-order>tree order</a>.</p>

</div>
Expand Down Expand Up @@ -77480,7 +77480,7 @@ <h4 id=the-draggable-attribute><span class=secno>8.7.7 </span>The <dfn title=att
or, if the element is an <code><a href=#the-a-element>a</a></code> element with an <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> content attribute, the <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> IDL attribute must return
true.</p>

<p>Otherwise, the <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> DOM
<p>Otherwise, the <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> IDL attribute
must return false.</p>

<p>If the <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> IDL attribute
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -7853,7 +7853,7 @@ interface <dfn id=propertynodelist>PropertyNodeList</dfn> : <a href=#nodelist>No

<p>The <dfn id=dom-propertynodelist-getvalues title=dom-PropertyNodeList-getValues><code>getValues</code></dfn> method the
<code><a href=#propertynodelist>PropertyNodeList</a></code> object must return a newly constructed array whose values are the
values obtained from the <code title=dom-itemValue><a href=#dom-itemvalue>itemValue</a></code> DOM property of each of the
values obtained from the <code title=dom-itemValue><a href=#dom-itemvalue>itemValue</a></code> IDL attribute of each of the
elements represented by the object, in <a href=#tree-order>tree order</a>.</p>

</div>
Expand Down Expand Up @@ -77480,7 +77480,7 @@ dictionary <dfn id=drageventinit>DragEventInit</dfn> : <a href=#mouseeventinit>M
or, if the element is an <code><a href=#the-a-element>a</a></code> element with an <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> content attribute, the <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> IDL attribute must return
true.</p>

<p>Otherwise, the <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> DOM
<p>Otherwise, the <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> IDL attribute
must return false.</p>

<p>If the <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> IDL attribute
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -7480,7 +7480,7 @@ interface <dfn>PropertyNodeList</dfn> : <span>NodeList</span> {

<p>The <dfn title="dom-PropertyNodeList-getValues"><code>getValues</code></dfn> method the
<code>PropertyNodeList</code> object must return a newly constructed array whose values are the
values obtained from the <code title="dom-itemValue">itemValue</code> DOM property of each of the
values obtained from the <code title="dom-itemValue">itemValue</code> IDL attribute of each of the
elements represented by the object, in <span>tree order</span>.</p>

</div>
Expand Down Expand Up @@ -86955,7 +86955,7 @@ dictionary <dfn>DragEventInit</dfn> : <span>MouseEventInit</span> {
title="dom-draggable">draggable</code> IDL attribute must return
true.</p>

<p>Otherwise, the <code title="dom-draggable">draggable</code> DOM
<p>Otherwise, the <code title="dom-draggable">draggable</code> IDL attribute
must return false.</p>

<p>If the <code title="dom-draggable">draggable</code> IDL attribute
Expand Down

0 comments on commit e9aa9db

Please sign in to comment.