[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: [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 embed tag altogether (http:// www.alistapart.com/articles/flashsatay/), but I'm unsure of the value of doing that, compared with the weirdness of

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;