[whatwg] Canvas and DOM elements

2006-05-04 Thread Andrew Fedoniouk
Having dedicated DOM element () 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 - so graphics could be mixed with the content of the ele

Re: [whatwg] proposed canvas 2d API additions

2006-05-04 Thread Vladimir Vukicevic
On 4/28/06, Vladimir Vukicevic <[EMAIL PROTECTED]> wrote: interface ImageData { readonly attribute string format; /* only "rgba" is valid for now */ readonly attribute long int width; readonly attribute long int height; readonly attribute Array data; } Actually, let's step back a second

Re: [whatwg] The embed element

2006-05-04 Thread Henri Sivonen
On May 4, 2006, at 06:28, Peter Hall wrote: In the case of Flash, at least, it's possible to get good browser coverage, while avoiding using the tag altogether (http:// www.alistapart.com/articles/flashsatay/), but I'm unsure of the value of doing that, compared with the "weirdness" of it.

[whatwg] [wf2] Filtering datalist with pattern

2006-05-04 Thread Henri Sivonen
The WF2 spec does not say anything about filtering autocomplete lists on pattern and Opera 9 does not do it. However, autocomplete entries that would fail form validation are not particularly useful. I suggest saying that potential autocomplete items (whether supplied by the UA itself or re