Wrong type for PannerNode attributes |
||
Issue descriptionThe attributes such as refDistance, coneInnerAngle, and so on for the PannerNode are declared to be float in the spec (http://webaudio.github.io/web-audio-api/#attributes-19). However, blink's IDL has them declared to be double. We should match the spec. This will very likely break some layout tests because Javascript doubles are converted to float and back, and that's not an identity operation.
,
Mar 7 2016
See https://github.com/WebAudio/web-audio-api/issues/751. It is decided that since Chrome, FireFox, and Safari actually use doubles (from checking the actual code), the spec will be changed to use doubles as well. I did not check to see what Edge does. Closing as WontFix (invalid). |
||
►
Sign in to add a comment |
||
Comment 1 by rtoy@chromium.org
, Mar 2 2016Status: Started (was: Available)