Re: [whatwg] AudioTrack enabling - missing behaviour in the specification

2013-07-16 Thread Ian Hickson
On Tue, 18 Dec 2012, Aleksander Wabik wrote: Current AudioTrack spec says: The AudioTrack.enabled attribute, on getting, must return true if the track is currently enabled, and false otherwise. On setting, it must enable the track if the new value is true, and disable it otherwise. (If

[whatwg] AudioTrack enabling - missing behaviour in the specification

2012-12-18 Thread Aleksander Wabik
Hi, Current AudioTrack spec says: The AudioTrack.enabled attribute, on getting, must return true if the track is currently enabled, and false otherwise. On setting, it must enable the track if the new value is true, and disable it otherwise. (If the track is no longer in an AudioTrackList