<?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>18289</bug_id>
          
          <creation_ts>2012-07-18 17:58:29 +0000</creation_ts>
          <short_desc>Support &apos;column&apos; here for consistency with window.onerror?</short_desc>
          <delta_ts>2013-03-21 23:04:13 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebAppsWG</product>
          <component>Web Workers (editor: Ian Hickson)</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/#runtime-script-errors-0</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>blocker</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>art.barstow</cc>
    
    <cc>eoconnor</cc>
    
    <cc>erika.doyle</cc>
    
    <cc>ian</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
    
    <cc>public-webapps</cc>
    
    <cc>zcorpan</cc>
          
          <qa_contact>public-webapps-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>71043</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2012-07-18 17:58:29 +0000</bug_when>
    <thetext>This was was cloned from bug 17731 as part of operation convergence.
Originally filed: 2012-07-10 11:40:00 +0000

================================================================================
 #0   contributor@whatwg.org                          2012-07-10 11:40:19 +0000 
--------------------------------------------------------------------------------
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html
Multipage: http://www.whatwg.org/C#runtime-script-errors-0
Complete: http://www.whatwg.org/c#runtime-script-errors-0

Comment:
Support &apos;column&apos; here for consistency with window.onerror?

Posted from: 2001:4c28:a030:30:f5b8:b3bc:1bdc:22c2 by simonp@opera.com
User agent: Opera/9.80 (Macintosh; Intel Mac OS X 10.7.3; U; en) Presto/2.10.289 Version/12.00
================================================================================</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>72830</commentid>
    <comment_count>1</comment_count>
    <who name="Erika Doyle Navara">erika.doyle</who>
    <bug_when>2012-08-27 18:32:52 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;s Response to your comment. If you are
satisfied with this response, please change the state of this bug to CLOSED. If
you have additional information and would like the Editor to reconsider, please
reopen this bug. If you would like to escalate the issue to the full HTML
Working Group, please add the TrackerRequest keyword to this bug, and suggest
title and text for the Tracker Issue; or you may create a Tracker Issue
yourself, if you are able to do so. For more details, see this document:


   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Rejected
Change Description: No change
Rationale: The bug report applies to the WHATWG specification and not the HTML5 specification.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>72838</commentid>
    <comment_count>2</comment_count>
    <who name="Edward O&apos;Connor">eoconnor</who>
    <bug_when>2012-08-27 19:33:36 +0000</bug_when>
    <thetext>Erika,

Web Workers exist in a spec published by the Web Applications WG-instead of resolving this as invalid, we should move it to the correct WebApps component for consideration by that WG.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>72843</commentid>
    <comment_count>3</comment_count>
    <who name="Erika Doyle Navara">erika.doyle</who>
    <bug_when>2012-08-27 19:42:29 +0000</bug_when>
    <thetext>(In reply to comment #2)
&gt; Erika,
&gt; 
&gt; Web Workers exist in a spec published by the Web Applications WG-instead of
&gt; resolving this as invalid, we should move it to the correct WebApps component
&gt; for consideration by that WG.

Thank you Ted, that was an oversight on my part (sorry Ian!). I&apos;m removing the &quot;outOfScope&quot; keyword I originally applied to this while it was in the HTML WG product.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>73178</commentid>
    <comment_count>4</comment_count>
    <who name="Arthur Barstow">art.barstow</who>
    <bug_when>2012-09-04 13:54:55 +0000</bug_when>
    <thetext>What exactly is the bug here? 

Is the question whether column number should be included in the ErrorEvent interface and the ErrorEventInit dictionary?

The prose in the spec indicates column number should be included in the API but there is no such member in the ErrorEvent interface nor the ErrorEventInit dictionary:

[[
http://dev.w3.org/html5/workers/#runtime-script-errors

Whenever an uncaught runtime script error occurs in one of the worker&apos;s scripts, if the error did not occur while handling a previous script error, the user agent must report the error at the URL of the resource that contained the script, with the position (line number and column number)  ...
]]

FYI, the following test case assumes the ErrorEvent should have a &quot;colno&quot; member:

  http://w3c-test.org/webapps/Workers/tests/submissions/Microsoft/WorkerGlobalScope_ErrorEvent_colno.htm</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>73180</commentid>
    <comment_count>5</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2012-09-04 14:44:41 +0000</bug_when>
    <thetext>Right.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>74717</commentid>
    <comment_count>6</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2012-09-28 04:01:43 +0000</bug_when>
    <thetext>This was fixed as part of bug 17731.

The attribute is &quot;column&quot;, not &quot;colno&quot;. No idea where Microsoft got that. That test is invalid.

Who do I assign this to to fix the test?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>80687</commentid>
    <comment_count>7</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2012-12-30 00:25:30 +0000</bug_when>
    <thetext>I&apos;ve no idea who to reassign the bug to for the test.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>84804</commentid>
    <comment_count>8</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2013-03-21 23:04:13 +0000</bug_when>
    <thetext>The test is not invalid, it&apos;s just confusing. It&apos;s actually testing the 4th argument to &apos;onerror&apos; in the worker.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>