Skip to content

Commit

Permalink
[giow] (2) Rename 'ErrorEvent.column' to 'colno' to match IE.
Browse files Browse the repository at this point in the history
Affected topics: HTML, Workers

git-svn-id: http://svn.whatwg.org/webapps@8087 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 25, 2013
1 parent fe7e350 commit 9f5fd3e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
16 changes: 8 additions & 8 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@

<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 24 July 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 25 July 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -71819,7 +71819,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-lineno><a href=#dom-errorevent-lineno>lineno</a></code> attribute to <var title="">line</var>.</li>

<li><p>Initialize <var title="">event</var>'s <code title=dom-ErrorEvent-column><a href=#dom-errorevent-column>column</a></code> attribute to <var title="">col</var>.</li>
<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>

Expand Down Expand Up @@ -71848,7 +71848,7 @@ <h6 id=the-errorevent-interface><span class=secno>7.1.3.5.2 </span>The <code><a
readonly attribute DOMString <a href=#dom-errorevent-message title=dom-ErrorEvent-message>message</a>;
readonly attribute DOMString <a href=#dom-errorevent-filename title=dom-ErrorEvent-filename>filename</a>;
readonly attribute unsigned long <a href=#dom-errorevent-lineno title=dom-ErrorEvent-lineno>lineno</a>;
readonly attribute unsigned long <a href=#dom-errorevent-column title=dom-ErrorEvent-column>column</a>;
readonly attribute unsigned long <a href=#dom-errorevent-colno title=dom-ErrorEvent-colno>colno</a>;
readonly attribute any <a href=#dom-errorevent-error title=dom-ErrorEvent-error>error</a>;
};

Expand Down Expand Up @@ -71877,7 +71877,7 @@ <h6 id=the-errorevent-interface><span class=secno>7.1.3.5.2 </span>The <code><a
represents the line number where the error occurred in the
script.</p>

<p>The <dfn id=dom-errorevent-column title=dom-ErrorEvent-column><code>column</code></dfn>
<p>The <dfn id=dom-errorevent-colno title=dom-ErrorEvent-colno><code>colno</code></dfn>
attribute must return the value it was initialized to. When the
object is created, this attribute must be initialized to zero. It
represents the column number where the error occurred in the
Expand Down Expand Up @@ -72457,9 +72457,9 @@ <h5 id=event-handler-attributes><span class=secno>7.1.6.1 </span>Event handlers<
<dl class=switch><dt>If the attribute is the <code title=handler-onerror><a href=#handler-onerror>onerror</a></code> attribute of
the <code><a href=#window>Window</a></code> object</dt>

<dd>Let the function have five arguments, named <code title="">event</code>, <code title="">source</code>, <code title="">lineno</code>, <code title="">column</code>,
<dd>Let the function have five arguments, named <code title="">event</code>, <code title="">source</code>, <code title="">lineno</code>, <code title="">colno</code>,
and <code title="">error</code>.</dd>
<!-- /column/ is new as of 2012; see https://www.w3.org/Bugs/Public/show_bug.cgi?id=13319 -->
<!-- /colno/ is new as of 2012; see https://www.w3.org/Bugs/Public/show_bug.cgi?id=13319 and 22800 -->
<!-- /error/ is new as of 2013; see http://lists.w3.org/Archives/Public/public-whatwg-archive/2013Jul/0313.html -->

<dt>Otherwise</dt>
Expand Down Expand Up @@ -72610,7 +72610,7 @@ <h5 id=event-handler-attributes><span class=secno>7.1.6.1 </span>Event handlers<
the first one having the value of <var title="">E</var>'s <code title=dom-ErrorEvent-message><a href=#dom-errorevent-message>message</a></code> attribute,
the second having the value of <var title="">E</var>'s <code title=dom-ErrorEvent-filename><a href=#dom-errorevent-filename>filename</a></code> attribute,
the third having the value of <var title="">E</var>'s <code title=dom-ErrorEvent-lineno><a href=#dom-errorevent-lineno>lineno</a></code> attribute,
the fourth having the value of <var title="">E</var>'s <code title=dom-ErrorEvent-column><a href=#dom-errorevent-column>column</a></code> attribute,
the fourth having the value of <var title="">E</var>'s <code title=dom-ErrorEvent-colno><a href=#dom-errorevent-colno>colno</a></code> attribute,
the fifth having the value of <var title="">E</var>'s <code title=dom-ErrorEvent-error><a href=#dom-errorevent-error>error</a></code> attribute, and
with the <i title=dfn-callback-this-value>callback this value</i> set to <var title="">E</var>'s <code title=dom-Event-currentTarget>currentTarget</code>. Let the return
value be <var title="">return value</var>. <a href=#refsWEBIDL>[WEBIDL]</a></p>
Expand Down Expand Up @@ -80775,7 +80775,7 @@ <h4 id=runtime-script-errors-0><span class=secno>9.2.5 </span>Runtime script err
handled</a></i> afterwards, the user
agent must <a href=#queue-a-task>queue a task</a> to <a href=#concept-event-fire title=concept-event-fire>fire</a> a <a href=#concept-events-trusted title=concept-events-trusted>trusted</a> event that uses the <code><a href=#errorevent>ErrorEvent</a></code>
interface, with the name <code title=event-error>error</code>, that doesn't bubble and is
cancelable, with its <code title=dom-ErrorEvent-message><a href=#dom-errorevent-message>message</a></code>, <code title=dom-ErrorEvent-filename><a href=#dom-errorevent-filename>filename</a></code>, <code title=dom-ErrorEvent-lineno><a href=#dom-errorevent-lineno>lineno</a></code>, <code title=dom-ErrorEvent-column><a href=#dom-errorevent-column>column</a></code>,
cancelable, with its <code title=dom-ErrorEvent-message><a href=#dom-errorevent-message>message</a></code>, <code title=dom-ErrorEvent-filename><a href=#dom-errorevent-filename>filename</a></code>, <code title=dom-ErrorEvent-lineno><a href=#dom-errorevent-lineno>lineno</a></code>, <code title=dom-ErrorEvent-colno><a href=#dom-errorevent-colno>colno</a></code>,
attributes initialized appropriately,
and with the <code title=dom-ErrorEvent-error><a href=#dom-errorevent-error>error</a></code> attribute initialized to null,
at the <code><a href=#worker>Worker</a></code> object associated with the
Expand Down
16 changes: 8 additions & 8 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@

<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 24 July 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 25 July 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -71819,7 +71819,7 @@ interface <dfn id=navigatoronline>NavigatorOnLine</dfn> {

<li><p>Initialize <var title="">event</var>'s <code title=dom-ErrorEvent-lineno><a href=#dom-errorevent-lineno>lineno</a></code> attribute to <var title="">line</var>.</li>

<li><p>Initialize <var title="">event</var>'s <code title=dom-ErrorEvent-column><a href=#dom-errorevent-column>column</a></code> attribute to <var title="">col</var>.</li>
<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>

Expand Down Expand Up @@ -71848,7 +71848,7 @@ interface <dfn id=errorevent>ErrorEvent</dfn> : <a href=#event>Event</a> {
readonly attribute DOMString <a href=#dom-errorevent-message title=dom-ErrorEvent-message>message</a>;
readonly attribute DOMString <a href=#dom-errorevent-filename title=dom-ErrorEvent-filename>filename</a>;
readonly attribute unsigned long <a href=#dom-errorevent-lineno title=dom-ErrorEvent-lineno>lineno</a>;
readonly attribute unsigned long <a href=#dom-errorevent-column title=dom-ErrorEvent-column>column</a>;
readonly attribute unsigned long <a href=#dom-errorevent-colno title=dom-ErrorEvent-colno>colno</a>;
readonly attribute any <a href=#dom-errorevent-error title=dom-ErrorEvent-error>error</a>;
};

Expand Down Expand Up @@ -71877,7 +71877,7 @@ dictionary <dfn id=erroreventinit>ErrorEventInit</dfn> : <a href=#eventinit>Even
represents the line number where the error occurred in the
script.</p>

<p>The <dfn id=dom-errorevent-column title=dom-ErrorEvent-column><code>column</code></dfn>
<p>The <dfn id=dom-errorevent-colno title=dom-ErrorEvent-colno><code>colno</code></dfn>
attribute must return the value it was initialized to. When the
object is created, this attribute must be initialized to zero. It
represents the column number where the error occurred in the
Expand Down Expand Up @@ -72457,9 +72457,9 @@ currently this is unnecessary: http://www.w3.org/Bugs/Public/show_bug.cgi?id=119
<dl class=switch><dt>If the attribute is the <code title=handler-onerror><a href=#handler-onerror>onerror</a></code> attribute of
the <code><a href=#window>Window</a></code> object</dt>

<dd>Let the function have five arguments, named <code title="">event</code>, <code title="">source</code>, <code title="">lineno</code>, <code title="">column</code>,
<dd>Let the function have five arguments, named <code title="">event</code>, <code title="">source</code>, <code title="">lineno</code>, <code title="">colno</code>,
and <code title="">error</code>.</dd>
<!-- /column/ is new as of 2012; see https://www.w3.org/Bugs/Public/show_bug.cgi?id=13319 -->
<!-- /colno/ is new as of 2012; see https://www.w3.org/Bugs/Public/show_bug.cgi?id=13319 and 22800 -->
<!-- /error/ is new as of 2013; see http://lists.w3.org/Archives/Public/public-whatwg-archive/2013Jul/0313.html -->

<dt>Otherwise</dt>
Expand Down Expand Up @@ -72610,7 +72610,7 @@ currently this is unnecessary: http://www.w3.org/Bugs/Public/show_bug.cgi?id=119
the first one having the value of <var title="">E</var>'s <code title=dom-ErrorEvent-message><a href=#dom-errorevent-message>message</a></code> attribute,
the second having the value of <var title="">E</var>'s <code title=dom-ErrorEvent-filename><a href=#dom-errorevent-filename>filename</a></code> attribute,
the third having the value of <var title="">E</var>'s <code title=dom-ErrorEvent-lineno><a href=#dom-errorevent-lineno>lineno</a></code> attribute,
the fourth having the value of <var title="">E</var>'s <code title=dom-ErrorEvent-column><a href=#dom-errorevent-column>column</a></code> attribute,
the fourth having the value of <var title="">E</var>'s <code title=dom-ErrorEvent-colno><a href=#dom-errorevent-colno>colno</a></code> attribute,
the fifth having the value of <var title="">E</var>'s <code title=dom-ErrorEvent-error><a href=#dom-errorevent-error>error</a></code> attribute, and
with the <i title=dfn-callback-this-value>callback this value</i> set to <var title="">E</var>'s <code title=dom-Event-currentTarget>currentTarget</code>. Let the return
value be <var title="">return value</var>. <a href=#refsWEBIDL>[WEBIDL]</a></p>
Expand Down Expand Up @@ -80775,7 +80775,7 @@ worker.port.postMessage({ foo: 'structured', bar: ['data', 'also', 'possible']})
handled</a></i> afterwards, the user
agent must <a href=#queue-a-task>queue a task</a> to <a href=#concept-event-fire title=concept-event-fire>fire</a> a <a href=#concept-events-trusted title=concept-events-trusted>trusted</a> event that uses the <code><a href=#errorevent>ErrorEvent</a></code>
interface, with the name <code title=event-error>error</code>, that doesn't bubble and is
cancelable, with its <code title=dom-ErrorEvent-message><a href=#dom-errorevent-message>message</a></code>, <code title=dom-ErrorEvent-filename><a href=#dom-errorevent-filename>filename</a></code>, <code title=dom-ErrorEvent-lineno><a href=#dom-errorevent-lineno>lineno</a></code>, <code title=dom-ErrorEvent-column><a href=#dom-errorevent-column>column</a></code>,
cancelable, with its <code title=dom-ErrorEvent-message><a href=#dom-errorevent-message>message</a></code>, <code title=dom-ErrorEvent-filename><a href=#dom-errorevent-filename>filename</a></code>, <code title=dom-ErrorEvent-lineno><a href=#dom-errorevent-lineno>lineno</a></code>, <code title=dom-ErrorEvent-colno><a href=#dom-errorevent-colno>colno</a></code>,
attributes initialized appropriately,
and with the <code title=dom-ErrorEvent-error><a href=#dom-errorevent-error>error</a></code> attribute initialized to null,
at the <code><a href=#worker>Worker</a></code> object associated with the
Expand Down
14 changes: 7 additions & 7 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -80316,7 +80316,7 @@ interface <dfn>NavigatorOnLine</dfn> {
title="dom-ErrorEvent-lineno">lineno</code> attribute to <var title="">line</var>.</p></li>

<li><p>Initialize <var title="">event</var>'s <code
title="dom-ErrorEvent-column">column</code> attribute to <var title="">col</var>.</p></li>
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>
Expand Down Expand Up @@ -80354,7 +80354,7 @@ interface <dfn>ErrorEvent</dfn> : <span>Event</span> {
readonly attribute DOMString <span title="dom-ErrorEvent-message">message</span>;
readonly attribute DOMString <span title="dom-ErrorEvent-filename">filename</span>;
readonly attribute unsigned long <span title="dom-ErrorEvent-lineno">lineno</span>;
readonly attribute unsigned long <span title="dom-ErrorEvent-column">column</span>;
readonly attribute unsigned long <span title="dom-ErrorEvent-colno">colno</span>;
readonly attribute any <span title="dom-ErrorEvent-error">error</span>;
};

Expand Down Expand Up @@ -80385,7 +80385,7 @@ dictionary <dfn>ErrorEventInit</dfn> : <span>EventInit</span> {
represents the line number where the error occurred in the
script.</p>

<p>The <dfn title="dom-ErrorEvent-column"><code>column</code></dfn>
<p>The <dfn title="dom-ErrorEvent-colno"><code>colno</code></dfn>
attribute must return the value it was initialized to. When the
object is created, this attribute must be initialized to zero. It
represents the column number where the error occurred in the
Expand Down Expand Up @@ -81068,9 +81068,9 @@ currently this is unnecessary: http://www.w3.org/Bugs/Public/show_bug.cgi?id=119
the <code>Window</code> object</dt>

<dd>Let the function have five arguments, named <code title="">event</code>, <code
title="">source</code>, <code title="">lineno</code>, <code title="">column</code>,
title="">source</code>, <code title="">lineno</code>, <code title="">colno</code>,
and <code title="">error</code>.</dd>
<!-- /column/ is new as of 2012; see https://www.w3.org/Bugs/Public/show_bug.cgi?id=13319 -->
<!-- /colno/ is new as of 2012; see https://www.w3.org/Bugs/Public/show_bug.cgi?id=13319 and 22800 -->
<!-- /error/ is new as of 2013; see http://lists.w3.org/Archives/Public/public-whatwg-archive/2013Jul/0313.html -->

<dt>Otherwise</dt>
Expand Down Expand Up @@ -81240,7 +81240,7 @@ currently this is unnecessary: http://www.w3.org/Bugs/Public/show_bug.cgi?id=119
the first one having the value of <var title="">E</var>'s <code title="dom-ErrorEvent-message">message</code> attribute,
the second having the value of <var title="">E</var>'s <code title="dom-ErrorEvent-filename">filename</code> attribute,
the third having the value of <var title="">E</var>'s <code title="dom-ErrorEvent-lineno">lineno</code> attribute,
the fourth having the value of <var title="">E</var>'s <code title="dom-ErrorEvent-column">column</code> attribute,
the fourth having the value of <var title="">E</var>'s <code title="dom-ErrorEvent-colno">colno</code> attribute,
the fifth having the value of <var title="">E</var>'s <code title="dom-ErrorEvent-error">error</code> attribute, and
with the <i title="dfn-callback-this-value">callback this value</i> set to <var
title="">E</var>'s <code title="dom-Event-currentTarget">currentTarget</code>. Let the return
Expand Down Expand Up @@ -89945,7 +89945,7 @@ worker.port.postMessage({ foo: 'structured', bar: ['data', 'also', 'possible']})
interface, with the name <code title="event-error">error</code>, that doesn't bubble and is
cancelable, with its <code title="dom-ErrorEvent-message">message</code>, <code
title="dom-ErrorEvent-filename">filename</code>, <code
title="dom-ErrorEvent-lineno">lineno</code>, <code title="dom-ErrorEvent-column">column</code>,
title="dom-ErrorEvent-lineno">lineno</code>, <code title="dom-ErrorEvent-colno">colno</code>,
attributes initialized appropriately,
and with the <code title="dom-ErrorEvent-error">error</code> attribute initialized to null,
at the <code>Worker</code> object associated with the
Expand Down

0 comments on commit 9f5fd3e

Please sign in to comment.