[html5] r7925 - [e] (0) Fix some typos or copypasta. Fixing https://www.w3.org/Bugs/Public/show_ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jun 6 13:45:50 PDT 2013
Author: ianh
Date: 2013-06-06 13:45:49 -0700 (Thu, 06 Jun 2013)
New Revision: 7925
Modified:
complete.html
index
source
Log:
[e] (0) Fix some typos or copypasta.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21883
Affected topics: HTML, Microdata
Modified: complete.html
===================================================================
--- complete.html 2013-06-06 20:33:32 UTC (rev 7924)
+++ complete.html 2013-06-06 20:45:49 UTC (rev 7925)
@@ -7853,7 +7853,7 @@
<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>
@@ -77480,7 +77480,7 @@
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
Modified: index
===================================================================
--- index 2013-06-06 20:33:32 UTC (rev 7924)
+++ index 2013-06-06 20:45:49 UTC (rev 7925)
@@ -7853,7 +7853,7 @@
<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>
@@ -77480,7 +77480,7 @@
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
Modified: source
===================================================================
--- source 2013-06-06 20:33:32 UTC (rev 7924)
+++ source 2013-06-06 20:45:49 UTC (rev 7925)
@@ -7480,7 +7480,7 @@
<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>
@@ -86955,7 +86955,7 @@
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
More information about the Commit-Watchers
mailing list