-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty interfaces serve no purpose #212
Comments
Comment from Philip in http://lists.w3.org/Archives/Public/public-audio/2012AprJun/0210.html |
AudioSourceNode and AudioGain have been removed since there is no concrete object for these types. I believe it's important to keep the others mentioned since they are concrete and very specific node types where specific instances can be created. |
(Should be marked as resolved) |
No objection since resolution announced. Closing. |
Audio-ISSUE-21 (EmptyInterfaces): Empty interfaces serve no purpose [Web Audio API]
http://www.w3.org/2011/audio/track/issues/21
Raised by: Philip Jägenstedt
On product: Web Audio API
There are currently a number of empty interfaces:
interface AudioGain : AudioParam {
};
(Copied verbatim, note the inconsistent indentation.)
These interfaces will be visible in the global namespace (the Window object) but serve no apparent purpose. In HTML, elements that do not have any special DOM interface are simply HTMLElement, a model we suggest to follow.
The text was updated successfully, but these errors were encountered: