Re: [whatwg] HTMLMediaElement.volume

2008-01-15 Thread Ian Hickson
On Mon, 4 Jun 2007, Mathieu HENRI wrote: In general, actually, raising INDEX_SIZE_ERR is what the APIs do. So for consistency, volume is correct. globalAlpha, though, is not. What do people think? Should we change the canvas globalAlpha attribute to raise an exception for

Re: [whatwg] HTMLMediaElement.volume

2007-06-04 Thread Mathieu HENRI
Maciej Stachowiak wrote: On Jun 1, 2007, at 6:03 PM, Ian Hickson wrote: On Fri, 23 Mar 2007, Anne van Kesteren wrote: Wouldn't it be better if no INDEX_SIZE_ERR was raised but instead the previous value was retained? For consistency with CanvasRenderingContext2D.globalAlpha for instance.

Re: [whatwg] HTMLMediaElement.volume

2007-06-02 Thread Maciej Stachowiak
On Jun 1, 2007, at 6:03 PM, Ian Hickson wrote: On Fri, 23 Mar 2007, Anne van Kesteren wrote: Wouldn't it be better if no INDEX_SIZE_ERR was raised but instead the previous value was retained? For consistency with CanvasRenderingContext2D.globalAlpha for instance. It's not really important,

Re: [whatwg] HTMLMediaElement.volume

2007-06-01 Thread Ian Hickson
On Fri, 23 Mar 2007, Anne van Kesteren wrote: Wouldn't it be better if no INDEX_SIZE_ERR was raised but instead the previous value was retained? For consistency with CanvasRenderingContext2D.globalAlpha for instance. It's not really important, but I think that some consistency between the

[whatwg] HTMLMediaElement.volume

2007-03-23 Thread Anne van Kesteren
Wouldn't it be better if no INDEX_SIZE_ERR was raised but instead the previous value was retained? For consistency with CanvasRenderingContext2D.globalAlpha for instance. It's not really important, but I think that some consistency between the various APIs would be nice. -- Anne van