[html5] r6078 - [e] (0) xref Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12174
whatwg at whatwg.org
whatwg at whatwg.org
Wed May 4 23:49:09 PDT 2011
Author: ianh
Date: 2011-05-04 23:49:07 -0700 (Wed, 04 May 2011)
New Revision: 6078
Modified:
complete.html
index
source
Log:
[e] (0) xref
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12174
Modified: complete.html
===================================================================
--- complete.html 2011-05-05 06:42:27 UTC (rev 6077)
+++ complete.html 2011-05-05 06:49:07 UTC (rev 6078)
@@ -8241,7 +8241,7 @@
<dt>If <var title="">input</var> is an Object object</dt>
- <dd><p>Let <var title="">output</var> be a newly constructed empty <code><a href=#the-object-element>Object</a></code> object.</dd>
+ <dd><p>Let <var title="">output</var> be a newly constructed empty <code title="">Object</code> object.</dd>
<dt>If <var title="">input</var> is another native object type (e.g. <code>Error</code>, <code><a href=#function>Function</a></code>)</dt>
<dt>If <var title="">input</var> is a host object (e.g. a DOM node)</dt>
Modified: index
===================================================================
--- index 2011-05-05 06:42:27 UTC (rev 6077)
+++ index 2011-05-05 06:49:07 UTC (rev 6078)
@@ -8266,7 +8266,7 @@
<dt>If <var title="">input</var> is an Object object</dt>
- <dd><p>Let <var title="">output</var> be a newly constructed empty <code><a href=#the-object-element>Object</a></code> object.</dd>
+ <dd><p>Let <var title="">output</var> be a newly constructed empty <code title="">Object</code> object.</dd>
<dt>If <var title="">input</var> is another native object type (e.g. <code>Error</code>, <code><a href=#function>Function</a></code>)</dt>
<dt>If <var title="">input</var> is a host object (e.g. a DOM node)</dt>
Modified: source
===================================================================
--- source 2011-05-05 06:42:27 UTC (rev 6077)
+++ source 2011-05-05 06:49:07 UTC (rev 6078)
@@ -8247,7 +8247,7 @@
<dt>If <var title="">input</var> is an Object object</dt>
- <dd><p>Let <var title="">output</var> be a newly constructed empty <code>Object</code> object.</p></dd>
+ <dd><p>Let <var title="">output</var> be a newly constructed empty <code title="">Object</code> object.</p></dd>
<dt>If <var title="">input</var> is another native object type (e.g. <code>Error</code>, <code>Function</code>)</dt>
<dt>If <var title="">input</var> is a host object (e.g. a DOM node)</dt>
More information about the Commit-Watchers
mailing list