[whatwg] constructing a FileAPI blob for XHR2

2010-07-25 Thread Toni Ruottu
hello I am hoping that I could, in the future, send arbitrary binary data with XHR. The XHR level 2 specification tells me that to send binary data I need to do send(blob). Blob is defined in FileAPI which tells me how to read data to a blob from the hard disk. Now, my problem is that I have

Re: [whatwg] Script-related feedback

2010-07-25 Thread Diego Perini
On Sun, Jul 25, 2010 at 3:25 AM, Steve Souders wha...@souders.org wrote: Defer doesn't achieve the desired behavior. The goal is load this script after everything else in the page is done. Instead, defer'ed scripts get loaded immediately, thus stealing one of the few network connections from

Re: [whatwg] constructing a FileAPI blob for XHR2

2010-07-25 Thread Boris Zbarsky
On 7/25/10 4:44 AM, Toni Ruottu wrote: I am hoping that I could, in the future, send arbitrary binary data with XHR. The XHR level 2 specification tells me that to send binary data I need to do send(blob). Blob is defined in FileAPI which tells me how to read data to a blob from the hard disk.

[whatwg] [WebSRT] the outline use case

2010-07-25 Thread David Bruant
Hi, In the case where the video is changing quickly (and espescially the colors behind the subtitles), having a constant contrast helps the reader. This can be achieved by adding a background to the text. There are couple of examples of this in the use case page

Re: [whatwg] [URL] Starting work on a URL spec

2010-07-25 Thread Adam Barth
2010/7/24 Maciej Stachowiak m...@apple.com: On Jul 24, 2010, at 9:55 AM, Adam Barth wrote: 2010/7/23 Ian Fette (イアンフェッティ) ife...@google.com: http://code.google.com/apis/safebrowsing/developers_guide_v2.html#Canonicalization lists some interesting cases we've come across on the anti-phishing

Re: [whatwg] [URL] Starting work on a URL spec

2010-07-25 Thread Adam Barth
2010/7/25 Boris Zbarsky bzbar...@mit.edu: On 7/25/10 8:57 AM, Adam Barth wrote: There's also the related question of what browsers should do with input typed into the URL field. Other than establishing that these rules may be different between the URL field and URLs present in content, I'm

Re: [whatwg] [URL] Starting work on a URL spec

2010-07-25 Thread Ian Hickson
On Sun, 25 Jul 2010, Adam Barth wrote: As far as I know, you can only see f(x) = canonicalize(parse(resolve(x))) and also some breakdown components of f(x) in HTMLAnchorElement and window.location.hash (and friends). Can you see the result of resolve(x) without seeing its result go through

Re: [whatwg] [URL] Starting work on a URL spec

2010-07-25 Thread Adam Barth
On Sun, Jul 25, 2010 at 6:05 PM, Ian Hickson i...@hixie.ch wrote: On Sun, 25 Jul 2010, Adam Barth wrote: As far as I know, you can only see f(x) = canonicalize(parse(resolve(x))) and also some breakdown components of f(x) in HTMLAnchorElement and window.location.hash (and friends). Can you

Re: [whatwg] [URL] Starting work on a URL spec

2010-07-25 Thread Boris Zbarsky
On 7/25/10 3:05 PM, Adam Barth wrote: I don't know of any way to do that. I can tell you that in WebKit, the function that usually gets called to resolve URLs (called completeURL if you want to look it up in the source) returns a canonicalized URL. The same is true in Gecko. The way an

Re: [whatwg] video resource selection algorithm and NETWORK_NO_SOURCE

2010-07-25 Thread Silvia Pfeiffer
On Sun, Jul 25, 2010 at 3:31 PM, Maciej Stachowiak m...@apple.com wrote: On Jul 23, 2010, at 7:16 AM, Philip Jägenstedt wrote: Silvia made we aware of discrepancy in how browsers implement the resource selection algorithm, see forwarded message. It's my assessment that Opera is the only