This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 21272 - Rename SpeechRecognitionError to SpeechRecognitionErrorEvent
Summary: Rename SpeechRecognitionError to SpeechRecognitionErrorEvent
Status: RESOLVED MOVED
Alias: None
Product: Speech API
Classification: Unclassified
Component: Speech API (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Glen Shires
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-13 17:59 UTC by Olli Pettay
Modified: 2018-06-15 11:58 UTC (History)
1 user (show)

See Also:


Attachments

Description Olli Pettay 2013-03-13 17:59:45 UTC
...and add a constructor for it. That way it would be
compatible with the rest of the web platform.
Comment 1 Glen Shires 2013-10-23 20:29:57 UTC
I propose to close this issue because there are user-agent and web-page implementations using the current SpeechRecognitionError. If there's no disagreement, I'll close this on November 6.
Comment 2 Glen Shires 2013-11-06 21:50:23 UTC
Closing this issue as described above.
Comment 3 Philip Jägenstedt 2016-11-17 12:42:21 UTC
Reopening this because it seems that this hasn't shipped using the unprefixed name SpeechRecognitionError anywhere, just webkitSpeechRecognitionError in Chrome.

I've done an httparchive search for "SpeechRecognitionError" and found 640 results. I went through all of them and they're all things like http://cdn.adsafeprotected.com/sca.js and not real uses.

Changing this and adding a constructor therefore seems very safe from a compat perspective.
Comment 4 Philip Jägenstedt 2016-11-18 14:04:53 UTC
Suggested errata: "Section 5.1 Rename SpeechRecognitionError to SpeechRecognitionErrorEvent"
Comment 5 Philip Jägenstedt 2018-06-15 11:58:13 UTC
https://github.com/w3c/speech-api/pull/23