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

2010-07-26 Thread Maciej Stachowiak
On Jul 25, 2010, at 5:57 AM, Adam Barth wrote: 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

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

2010-07-26 Thread Maciej Stachowiak
On Jul 25, 2010, at 6:43 AM, Boris Zbarsky wrote: 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

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

2010-07-26 Thread Adam Barth
2010/7/26 Maciej Stachowiak m...@apple.com: On Jul 25, 2010, at 5:57 AM, Adam Barth wrote: 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:

Re: [whatwg] Timed tracks for video

2010-07-26 Thread Silvia Pfeiffer
On Fri, Jul 23, 2010 at 3:40 PM, Ian Hickson i...@hixie.ch wrote: I recently added to the HTML spec a mechanism by which external subtitles and captions can be added to videos in HTML. In designing this feature I went through hundreds and hundreds of e-mails, blogs, proposals, etc, trying to

Re: [whatwg] Timed tracks for video

2010-07-26 Thread Henri Sivonen
On Jul 24, 2010, at 23:57, Paul Ellis wrote: On Fri, Jul 23, 2010 at 6:54 AM, Henri Sivonen hsivo...@iki.fi wrote: On Jul 23, 2010, at 08:40, Ian Hickson wrote: - Keep implementation costs for standalone players low. I think this should be a non-goal. It seems to me that trying to cater

Re: [whatwg] video resource selection algorithm and NETWORK_NO_SOURCE

2010-07-26 Thread Philip Jägenstedt
I actually don't think there's anything wrong about the spec as it is. NETWORK_NO_SOURCE is not a state of failure, it is a waiting state. Here's what happens as the parser inserts elements into the DOM: video controls width=400px !-- video has been inserted but resource selection hasn't run

Re: [whatwg] video resource selection algorithm and NETWORK_NO_SOURCE

2010-07-26 Thread Philip Jägenstedt
On Mon, 26 Jul 2010 02:58:07 +0200, Silvia Pfeiffer silviapfeiff...@gmail.com wrote: 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

Re: [whatwg] video resource selection algorithm and NETWORK_NO_SOURCE

2010-07-26 Thread Silvia Pfeiffer
On Mon, Jul 26, 2010 at 7:41 PM, Philip Jägenstedt phil...@opera.comwrote: I actually don't think there's anything wrong about the spec as it is. NETWORK_NO_SOURCE is not a state of failure, it is a waiting state. Here's what happens as the parser inserts elements into the DOM: video

Re: [whatwg] video resource selection algorithm and NETWORK_NO_SOURCE

2010-07-26 Thread Philip Jägenstedt
On Mon, 26 Jul 2010 14:53:50 +0200, Silvia Pfeiffer silviapfeiff...@gmail.com wrote: On Mon, Jul 26, 2010 at 7:41 PM, Philip Jägenstedt phil...@opera.comwrote: I actually don't think there's anything wrong about the spec as it is. NETWORK_NO_SOURCE is not a state of failure, it is a

Re: [whatwg] video resource selection algorithm and NETWORK_NO_SOURCE

2010-07-26 Thread Silvia Pfeiffer
On Mon, Jul 26, 2010 at 11:12 PM, Philip Jägenstedt phil...@opera.comwrote: On Mon, 26 Jul 2010 14:53:50 +0200, Silvia Pfeiffer silviapfeiff...@gmail.com wrote: On Mon, Jul 26, 2010 at 7:41 PM, Philip Jägenstedt phil...@opera.com wrote: I actually don't think there's anything wrong

Re: [whatwg] video resource selection algorithm and NETWORK_NO_SOURCE

2010-07-26 Thread Philip Jägenstedt
On Mon, 26 Jul 2010 15:02:34 +0200, Silvia Pfeiffer silviapfeiff...@gmail.com wrote: On Mon, Jul 26, 2010 at 7:49 PM, Philip Jägenstedt phil...@opera.comwrote: On Mon, 26 Jul 2010 02:58:07 +0200, Silvia Pfeiffer silviapfeiff...@gmail.com wrote: On Sun, Jul 25, 2010 at 3:31 PM, Maciej

Re: [whatwg] video resource selection algorithm and NETWORK_NO_SOURCE

2010-07-26 Thread Silvia Pfeiffer
On Mon, Jul 26, 2010 at 11:25 PM, Philip Jägenstedt phil...@opera.comwrote: On Mon, 26 Jul 2010 15:02:34 +0200, Silvia Pfeiffer silviapfeiff...@gmail.com wrote: On Mon, Jul 26, 2010 at 7:49 PM, Philip Jägenstedt phil...@opera.com wrote: On Mon, 26 Jul 2010 02:58:07 +0200, Silvia

Re: [whatwg] video resource selection algorithm and NETWORK_NO_SOURCE

2010-07-26 Thread Philip Jägenstedt
On Mon, 26 Jul 2010 16:53:43 +0200, Silvia Pfeiffer silviapfeiff...@gmail.com wrote: On Mon, Jul 26, 2010 at 11:25 PM, Philip Jägenstedt phil...@opera.comwrote: On Mon, 26 Jul 2010 15:02:34 +0200, Silvia Pfeiffer silviapfeiff...@gmail.com wrote: On Mon, Jul 26, 2010 at 7:49 PM, Philip

[whatwg] Examples where HTML5 is not multicore-ready

2010-07-26 Thread Ryan Heise
Hi everyone, I would like this thread to be a collection of parallel algorithms that should run faster as the number of cores increase, but in HTML5 (using Web Workers) will actually run slower as the number of cores increase. If there are significant and substantial examples of parallel

Re: [whatwg] constructing a FileAPI blob for XHR2

2010-07-26 Thread Dmitry Titov
Perhaps BlobBuilder from this spechttp://dev.w3.org/2009/dap/file-system/file-writer.htmlis the closest API to what you describe, if it doesn't fit your use case - please describe the case so the spec authors could consider it. On Sun, Jul 25, 2010 at 4:58 AM, Boris Zbarsky bzbar...@mit.edu

Re: [whatwg] An API to resize and rotate images client-side

2010-07-26 Thread Gregg Tavares (wrk)
On Mon, Jul 26, 2010 at 6:34 PM, Ian Hickson i...@hixie.ch wrote: On Thu, 20 May 2010, David Levin wrote: Twice when this was brought up on whatwg developers out of the blue mentioned that the image resizing was a useful thing for them (once early in this thread and once long ago when

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

2010-07-26 Thread Maciej Stachowiak
On Jul 25, 2010, at 11:16 PM, Adam Barth wrote: 2010/7/26 Maciej Stachowiak m...@apple.com: On Jul 25, 2010, at 5:57 AM, Adam Barth wrote: 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: