Re: [whatwg] http://www.whatwg.org/specs/web-apps/current-work/#colours

2006-05-19 Thread Ian Hickson
On Mon, 20 Mar 2006, Olli Pettay wrote: The colour components are separated by space-comma when it should be comma-space, I think. Thanks. Fixed. -- Ian Hickson U+1047E)\._.,--,'``.fL http://ln.hixie.ch/ U+263A/, _.. \ _\

Re: [whatwg] Canvas and DOM elements

2006-05-19 Thread Ian Hickson
On Thu, 4 May 2006, Andrew Fedoniouk wrote: Having dedicated DOM element (canvas) for drawings looks a bit strange as a design decision. Logically any block DOM element can provide graphics. Ideally getContext method should have one more parameter - layer - background/content/foreground -

Re: [whatwg] proposed canvas 2d API additions

2006-05-19 Thread Ian Hickson
On Tue, 9 May 2006, Ric Hardacre wrote: i absolutely agree that pixels should be treated as atomic units. if a canvas pixel space is initialized as a 1x1 square then there is only one (visible) coordinate you could possibly access: (0,0) Canvas' coordinate space is not quantised. The

Re: [whatwg] Spec errors (Canvas Storage)

2006-05-19 Thread Ian Hickson
On Sun, 14 May 2006, Jens Bannmann wrote: This would result in rgba(255 ,64 ,64 ,128). I guess the spaces should be following the comma, so the order of comma and space should be reversed each of the three times it is mentioned. I already sent this to the list on March 20th, and Olli