Re: [whatwg] Search-suggestions without scripting

2011-08-18 Thread Alexandre Morgaut
On 18 août 2011, at 00:15, Aryeh Gregor wrote: That's an interesting point. There's no reason that autosuggest for browser URL bars and search inputs has to be any different. Given that all the infrastructure here is already present, a new attribute like

Re: [whatwg] Search-suggestions without scripting

2011-08-18 Thread Timo Beermann
What I mean is a new possibility (not the datalist-item) where a search-field sends every typed or deleted character to the server (like a HTTP-Request, but another way) and the server sends the appropiate results to the client. Similar to JavaScript, but without scripting, just a HTML-Tag. (Of

Re: [whatwg] video preload implementation feedback

2011-08-18 Thread Philip Jägenstedt
On Thu, 18 Aug 2011 04:50:17 +0200, Chris Pearce cpea...@mozilla.com wrote: I implemented preload support in Firefox. On 18/08/2011 3:44 a.m., Philip Jägenstedt wrote: I'd very much like to see feedback from other implementors. Are you happy with treating autoplay and preload as just

Re: [whatwg] video preload implementation feedback

2011-08-18 Thread Philip Jägenstedt
On Thu, 18 Aug 2011 05:36:42 +0200, Bjartur Thorlacius svartma...@gmail.com wrote: Þann mið 17.ágú 2011 15:44, skrifaði Philip Jägenstedt: I'd very much like to see feedback from other implementors. Are you happy with treating autoplay and preload as just hints as in [4] or do you think that

Re: [whatwg] [editing] Additional miscellaneous commands

2011-08-18 Thread Alfonso Martínez de Lizarrondo
2011/8/17 Aryeh Gregor a...@aryeh.name Thanks again for your feedback. 2011/8/16 Alfonso Martínez de Lizarrondo aml...@gmail.com: Ups, sorry, I thought that the Comments buttons would open a feedback form but anyway I haven't read all the spec and I just used Ctrl+F to check for some

Re: [whatwg] [editing] Additional miscellaneous commands

2011-08-18 Thread Bjartur Thorlacius
Þann fim 18.ágú 2011 21:05, skrifaði Alfonso Martínez de Lizarrondo: Now if someone had some bright idea to enable finding in the hidden text that would be perfect, but the view source workaround is good enough for the moment. That seems to be of general utility. I recommend sending feature

[whatwg] Canvas 2d Proposal - Adding float TextMetrics baseline

2011-08-18 Thread Charles Pritchard
Following is a change proposal for the canvas 2d spec, adding an additional floating point attribute to TextMetrics, the object returned by measureText. In my work on decorative text, we have had to get the current baseline through doing css measurements. By setting the baseline of a div tag,

Re: [whatwg] video preload implementation feedback

2011-08-18 Thread Chris Pearce
On 19/08/2011 12:01 a.m., Philip Jägenstedt wrote: I think that too much variation in how preload is implemented is also likely to give compat problems. In http://www.w3.org/Bugs/Public/show_bug.cgi?id=12596#c7 I have an example of what might break when pages inevitably assume that