Re: [whatwg] 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 I have an example of what might break when pages inevitably assume that preload="

[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] [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 requ

Re: [whatwg] [editing] Additional miscellaneous commands

2011-08-18 Thread Alfonso Martínez de Lizarrondo
2011/8/17 Aryeh Gregor > Thanks again for your feedback. > > 2011/8/16 Alfonso Martínez de Lizarrondo : > > 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 of those commands and

Re: [whatwg] Allowing Clickjacking Prevention using a Minimal Javascript API

2011-08-18 Thread Rob Ennals
On Thu, Aug 18, 2011 at 1:53 AM, Anne van Kesteren wrote: > On Thu, 18 Aug 2011 00:51:39 +0200, Rob Ennals wrote: >> >> Thoughts? > > APIs fail with . I don't think sandbox would be a problem. If scripts are disabled with then the page wouldn't run the script that turns everything on. Similarl

Re: [whatwg] implementation feedback

2011-08-18 Thread Philip Jägenstedt
On Thu, 18 Aug 2011 05:36:42 +0200, Bjartur Thorlacius 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 we should specify

Re: [whatwg] implementation feedback

2011-08-18 Thread Philip Jägenstedt
On Thu, 18 Aug 2011 04:50:17 +0200, Chris Pearce 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 hints" as in [4] or d

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 cou

Re: [whatwg] Allowing Clickjacking Prevention using a Minimal Javascript API

2011-08-18 Thread Anne van Kesteren
On Thu, 18 Aug 2011 00:51:39 +0200, Rob Ennals wrote: Thoughts? APIs fail with . -- Anne van Kesteren http://annevankesteren.nl/