[html5] r7880 - [e] (0) Fix some typos or copypasta. Fixing https://www.w3.org/Bugs/Public/show_ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri May 31 12:42:06 PDT 2013
Author: ianh
Date: 2013-05-31 12:42:05 -0700 (Fri, 31 May 2013)
New Revision: 7880
Modified:
complete.html
index
source
Log:
[e] (0) Fix some typos or copypasta.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21658
Affected topics: DOM APIs
Modified: complete.html
===================================================================
--- complete.html 2013-05-31 19:37:48 UTC (rev 7879)
+++ complete.html 2013-05-31 19:42:05 UTC (rev 7880)
@@ -8138,7 +8138,7 @@
</dl><p>For the purposes of the algorithm above, an object is a particular type of object <var title="">class</var> if its [[Class]] internal property is equal to <var title="">class</var>.</p>
<p class=example>For example, "<var title="">input</var> is an <code><a href=#the-object-element>Object</a></code> object" if
- <var title="">input</var>'s [[Class]] internal property is equal to the string "<code title="">Class</code>".</p>
+ <var title="">input</var>'s [[Class]] internal property is equal to the string "<code title="">Object</code>".</p>
</li>
Modified: index
===================================================================
--- index 2013-05-31 19:37:48 UTC (rev 7879)
+++ index 2013-05-31 19:42:05 UTC (rev 7880)
@@ -8138,7 +8138,7 @@
</dl><p>For the purposes of the algorithm above, an object is a particular type of object <var title="">class</var> if its [[Class]] internal property is equal to <var title="">class</var>.</p>
<p class=example>For example, "<var title="">input</var> is an <code><a href=#the-object-element>Object</a></code> object" if
- <var title="">input</var>'s [[Class]] internal property is equal to the string "<code title="">Class</code>".</p>
+ <var title="">input</var>'s [[Class]] internal property is equal to the string "<code title="">Object</code>".</p>
</li>
Modified: source
===================================================================
--- source 2013-05-31 19:37:48 UTC (rev 7879)
+++ source 2013-05-31 19:42:05 UTC (rev 7880)
@@ -7806,7 +7806,7 @@
<p class="example">For example, "<var title="">input</var> is an <code>Object</code> object" if
<var title="">input</var>'s [[Class]] internal property is equal to the string "<code
- title="">Class</code>".</p>
+ title="">Object</code>".</p>
</li>
More information about the Commit-Watchers
mailing list