[html5] r8168 - [e] (0) Cross-reference fix for ErrorEvent. Fixing https://www.w3.org/Bugs/Publi [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 3 13:28:38 PDT 2013


Author: ianh
Date: 2013-09-03 13:28:34 -0700 (Tue, 03 Sep 2013)
New Revision: 8168

Modified:
   complete.html
   index
   source
Log:
[e] (0) Cross-reference fix for ErrorEvent.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23107
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-09-03 20:27:00 UTC (rev 8167)
+++ complete.html	2013-09-03 20:28:34 UTC (rev 8168)
@@ -71767,7 +71767,7 @@
 
    <li><p>Initialize <var title="">event</var>'s <code title=dom-ErrorEvent-colno><a href=#dom-errorevent-colno>colno</a></code> attribute to <var title="">col</var>.</li>
 
-   <li><p>Initialize <var title="">event</var>'s <code title=dom-ErrorEvent-object>error</code> attribute to <var title="">error object</var>.</li>
+   <li><p>Initialize <var title="">event</var>'s <code title=dom-ErrorEvent-error><a href=#dom-errorevent-error>error</a></code> attribute to <var title="">error object</var>.</li>
 
    <li><p><a href=#concept-event-dispatch title=concept-event-dispatch>Dispatch</a> <var title="">event</var> at <var title="">target</var>.</li>
 

Modified: index
===================================================================
--- index	2013-09-03 20:27:00 UTC (rev 8167)
+++ index	2013-09-03 20:28:34 UTC (rev 8168)
@@ -71767,7 +71767,7 @@
 
    <li><p>Initialize <var title="">event</var>'s <code title=dom-ErrorEvent-colno><a href=#dom-errorevent-colno>colno</a></code> attribute to <var title="">col</var>.</li>
 
-   <li><p>Initialize <var title="">event</var>'s <code title=dom-ErrorEvent-object>error</code> attribute to <var title="">error object</var>.</li>
+   <li><p>Initialize <var title="">event</var>'s <code title=dom-ErrorEvent-error><a href=#dom-errorevent-error>error</a></code> attribute to <var title="">error object</var>.</li>
 
    <li><p><a href=#concept-event-dispatch title=concept-event-dispatch>Dispatch</a> <var title="">event</var> at <var title="">target</var>.</li>
 

Modified: source
===================================================================
--- source	2013-09-03 20:27:00 UTC (rev 8167)
+++ source	2013-09-03 20:28:34 UTC (rev 8168)
@@ -80271,7 +80271,7 @@
    title="dom-ErrorEvent-colno">colno</code> attribute to <var title="">col</var>.</p></li>
 
    <li><p>Initialize <var title="">event</var>'s <code
-   title="dom-ErrorEvent-object">error</code> attribute to <var title="">error object</var>.</p></li>
+   title="dom-ErrorEvent-error">error</code> attribute to <var title="">error object</var>.</p></li>
 
    <li><p><span title="concept-event-dispatch">Dispatch</span> <var title="">event</var> at <var
    title="">target</var>.</p></li>




More information about the Commit-Watchers mailing list