Re: [whatwg] Colour correction (was: Canvas ImageData comments)

2008-01-21 Thread Henri Sivonen
On Jan 21, 2008, at 01:36, Maciej Stachowiak wrote: On Jan 20, 2008, at 11:03 AM, Henri Sivonen wrote: On Jan 20, 2008, at 19:58, Darin Adler wrote: I think the sRGB design is a good one. I disagree. Why would you want a brand new Cinema display emulate the gamut of an office CRT from

[whatwg] Canvas bits

2008-01-21 Thread Philip Taylor
The ImageData object's width is greater than zero. (and subsequent lines) is wrong, since it's talking about an object that's explicitly not an ImageData. What happens with NaN in imagedata.data? (NaN is a Number, so it's allowed in the data array. It's not below 0, or above 255, and it can't be

[whatwg] putImageData

2008-01-21 Thread Oliver Hunt
I was just doing some putImageData tests last night, and found that firefox does not allow putImageData to specify a target that extends beyond the bounds of the canvas. Given that getImageData can request bounds that extend beyond the canvas region (3.14.11.1.10) I would expect to be

[whatwg] pushstate + hashchanged

2008-01-21 Thread Ivan Vim
Pushstate looks great, but with it a new need arises. When the user changes the path in the locationbar, reload is triggered. It should not, as to match the behavior of the hash change. Instead, just an event should be dispatched. Something like hashchanged or popstate event, I'm not sure. Which