<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>22800</bug_id>
          
          <creation_ts>2013-07-25 14:30:59 +0000</creation_ts>
          <short_desc>The &apos;column&apos; attribute naming seems to me a bit inconsistent with the &apos;lineno&apos; attribute. It could be called &apos;colno&apos; for consistency. &apos;colno&apos; is also what IE10 uses already.</short_desc>
          <delta_ts>2013-07-29 19:54:23 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WHATWG</product>
          <component>HTML</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#the-errorevent-interface</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>Unsorted</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>chris</cc>
    
    <cc>erik.arvidsson</cc>
    
    <cc>ian</cc>
    
    <cc>mike</cc>
    
    <cc>zcorpan</cc>
          
          <qa_contact>contributor</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>91274</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2013-07-25 14:30:59 +0000</bug_when>
    <thetext>Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html
Multipage: http://www.whatwg.org/C#the-errorevent-interface
Complete: http://www.whatwg.org/c#the-errorevent-interface
Referrer: http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html

Comment:
The &apos;column&apos; attribute naming seems to me a bit inconsistent with the &apos;lineno&apos;
attribute. It could be called &apos;colno&apos; for consistency. &apos;colno&apos; is also what
IE10 uses already. 

Posted from: 91.154.118.240
User agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20130724 Firefox/25.0</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>91276</commentid>
    <comment_count>1</comment_count>
    <who name="Chris Dumez">chris</who>
    <bug_when>2013-07-25 15:11:55 +0000</bug_when>
    <thetext>For what it&apos;s worth, this attribute is not yet implemented in Chrome/Blink and the inconsistency between IE10 and the specification is currently an issue [1][2].

This attribute is not implemented in Firefox or Safari/WebKit yet either [3].

[1] http://code.google.com/p/chromium/issues/detail?id=264197
[2] https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/Li61lfcbWws
[3] http://trac.webkit.org/browser/trunk/Source/WebCore/dom/ErrorEvent.idl</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>91292</commentid>
    <comment_count>2</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2013-07-25 23:43:26 +0000</bug_when>
    <thetext>(Follow up from bug 13319.)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>91359</commentid>
    <comment_count>3</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2013-07-28 22:16:28 +0000</bug_when>
    <thetext>Has anyone actually tested whether IE supports colno on ErrorEvent?

A test could look like http://software.hixie.ch/utilities/js/live-dom-viewer/saved/2423 except IE doesn&apos;t support data: there.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>91360</commentid>
    <comment_count>4</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2013-07-28 22:24:30 +0000</bug_when>
    <thetext>Christophe Dumez claims to have tested IE10 in https://groups.google.com/a/chromium.org/d/msg/blink-dev/Li61lfcbWws/kPtFfwvapbAJ</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>91370</commentid>
    <comment_count>5</comment_count>
    <who name="Chris Dumez">chris</who>
    <bug_when>2013-07-29 05:29:26 +0000</bug_when>
    <thetext>(In reply to comment #4)
&gt; Christophe Dumez claims to have tested IE10 in
&gt; https://groups.google.com/a/chromium.org/d/msg/blink-dev/Li61lfcbWws/
&gt; kPtFfwvapbAJ

Yes I did.

&apos;colno&apos; in on the prototype of ErrorEvent and the following quick test (http://jsfiddle.net/53KEJ/37/) shows:
colno: 13
column: undefined

in IE10.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>91371</commentid>
    <comment_count>6</comment_count>
    <who name="Chris Dumez">chris</who>
    <bug_when>2013-07-29 05:34:55 +0000</bug_when>
    <thetext>I am reopening because &apos;column&apos; was not renamed to &apos;colno&apos; in the ErrorEventInit dictionary:
http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#errorevent</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>91387</commentid>
    <comment_count>7</comment_count>
    <who name="">contributor</who>
    <bug_when>2013-07-29 19:54:23 +0000</bug_when>
    <thetext>Checked in as WHATWG revision r8098.
Check-in comment: Oops, forgot to rename the dict key name for ErrorEventInit
http://html5.org/tools/web-apps-tracker?from=8097&amp;to=8098</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>