- From: <bugzilla@jessica.w3.org>
- Date: Mon, 08 Apr 2013 14:49:09 +0000
- To: www-dom@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21626
Bug ID: 21626
Summary: TypeError is referenced, but not defined
Classification: Unclassified
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: DOM
Assignee: annevk@annevk.nl
Reporter: harald@alvestrand.no
QA Contact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, www-dom@w3.org
In the DOMException specification, I find:
const unsigned short TYPE_MISMATCH_ERR = 17; // historical; use TypeError
instead
But TypeError does not seem to be defined in the spec. Is there a problem here?
This is under this section:
https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#exception-domexception
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Monday, 8 April 2013 14:49:15 UTC