- From: <bugzilla@jessica.w3.org>
- Date: Sat, 04 Feb 2012 19:12:53 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15893
Summary: Whenever an uncaught runtime script error occurs in
one of the scripts associated with a Document, the
user agent must report the error at the URL of the
resource containing the script (as established when
the script was created), with the problematic pos
Product: HTML WG
Version: unspecified
Platform: Other
URL: http://www.whatwg.org/specs/web-apps/current-work/#eve
nt-loops
OS/Version: other
Status: NEW
Severity: normal
Priority: P3
Component: other Hixie drafts (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: contributor@whatwg.org
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org
Specification:
http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#processing-model-1
Multipage: http://www.whatwg.org/C#event-loops
Complete: http://www.whatwg.org/c#event-loops
Comment:
Whenever an uncaught runtime script error occurs in one of the scripts
associated with a Document, the user agent must report the error at the URL of
the resource containing the script (as established when the script was
created), with the problematic position (line number and column number) in
that resource, in the script's origin, using the onerror event handler of the
script's global object. If the error is still not handled after this, then the
error may be reported to the user.
Posted from: 139.195.46.13
User agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Saturday, 4 February 2012 19:12:55 UTC