Skip to content

Commit

Permalink
[e] (0) Cross-reference fix for ErrorEvent.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23107
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8168 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 3, 2013
1 parent 7777360 commit 33c6163
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -71767,7 +71767,7 @@ <h5 id=runtime-script-errors><span class=secno>7.1.3.5 </span>Runtime script err

<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>

Expand Down
2 changes: 1 addition & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -71767,7 +71767,7 @@ interface <dfn id=navigatoronline>NavigatorOnLine</dfn> {

<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>

Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -80271,7 +80271,7 @@ interface <dfn>NavigatorOnLine</dfn> {
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>
Expand Down

0 comments on commit 33c6163

Please sign in to comment.