[whatwg] WHATWG/HTML5 Speakers for a Business Web Applications Conference

2011-08-08 Thread Alexandre Morgaut
Hi, I'm involved with a conference called Wakanday 2011, also known as JS.everywhere(Boston, October, 15). The goal of this event is to show how JavaScript, with HTML5, can be used to create Business Web Applications. The role of a Web Application Specification is very important. We are

Re: [whatwg] [editing] HTML Editing APIs specification ready for implementer feedback

2011-08-08 Thread Simon Pieters
On Fri, 05 Aug 2011 22:57:13 +0200, Aryeh Gregor a...@aryeh.name wrote: Yeah, it all looks the same to the user, so I don't see why visibility: hidden should be any different. Just let the user select and manipulate the hidden text like any other text. Things that are visibility:hidden are

Re: [whatwg] [editing] HTML Editing APIs specification ready for implementer feedback

2011-08-08 Thread Aryeh Gregor
On Mon, Aug 8, 2011 at 5:03 AM, Simon Pieters sim...@opera.com wrote: Things that are visibility:hidden are not focusable. I don't think that can be changed without compat problems. If visibility:hidden things are not focusable, I guess it makes sense to not make it selectable, too. (Possibly

Re: [whatwg] File API Streaming Blobs

2011-08-08 Thread Eric U
Sorry about the very slow response; I've been on leave, and am now catching up on my email. On Wed, Jun 22, 2011 at 11:54 AM, Arun Ranganathan a...@mozilla.com wrote: Greetings Adam, Ian, I wish I knew that earlier when I originally posted the idea, there was lots of discussion and good ideas

Re: [whatwg] File API Streaming Blobs

2011-08-08 Thread Simon Heckmann
Well, not directly an answer to your question, but the use case I had in mind is the following: A large encrypted video (e.g. HD movie with 2GB) file is stored using the File API, I then want to decrypt this file and start playing with only a minor delay. I do not want to decrypt the entire

[whatwg] Need clarification on DOM exceptions thrown by canvas 2D drawImage

2011-08-08 Thread Justin Novosad
Hi, This inquiry is regarding this page of the specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html In section 4.8.11.1.10 Images, about drawImage(), it is stated that If one of the sw or sh arguments is zero, the implementation must raise an

Re: [whatwg] Need clarification on DOM exceptions thrown by canvas 2D drawImage

2011-08-08 Thread Ian Hickson
On Mon, 8 Aug 2011, Justin Novosad wrote: This inquiry is regarding this page of the specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html In section 4.8.11.1.10 Images, about drawImage(), it is stated that If one of the sw or sh arguments is

Re: [whatwg] Need clarification on DOM exceptions thrown by canvas 2D drawImage

2011-08-08 Thread Jeff Muizelaar
On 2011-08-08, at 4:58 PM, Ian Hickson wrote: On Mon, 8 Aug 2011, Justin Novosad wrote: This inquiry is regarding this page of the specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html In section 4.8.11.1.10 Images, about drawImage(), it is

Re: [whatwg] File API Streaming Blobs

2011-08-08 Thread Glenn Maynard
On Mon, Aug 8, 2011 at 4:31 PM, Simon Heckmann si...@simonheckmann.dewrote: Well, not directly an answer to your question, but the use case I had in mind is the following: A large encrypted video (e.g. HD movie with 2GB) file is stored using the File API, I then want to decrypt this file and

Re: [whatwg] File API Streaming Blobs

2011-08-08 Thread Simon Heckmann
It's actually confidential company data, I was thinking off. Together with the DOMCrypt API I thought this could be a valid use case. But I think there might be more cases in which it might make sense to preprocess locally stored video data. Kind regards, Simon Heckmann Am 08.08.2011 um

Re: [whatwg] File API Streaming Blobs

2011-08-08 Thread Rob Manson
Sorry to jump in the middle of your discussion but after reading Eric's questions e.g. I haven't fully absorbed the MediaStream API, but perhaps it would be more natural to make a connector in that API rather than modifying Blob? I think this use case also applies

Re: [whatwg] WebVTT feedback (was Re: Video feedback)

2011-08-08 Thread Silvia Pfeiffer
OK, I'll just keep adding feedback to this thread. This is feedback from the Webkit team about implementing WebVTT support. 1. White space between cue settings It seems that where we have specified how to parse the cue settings, we only allow a single white space as separator between subsequent

Re: [whatwg] File API Streaming Blobs

2011-08-08 Thread Charles Pritchard
On 8/8/2011 2:51 PM, Glenn Maynard wrote: On Mon, Aug 8, 2011 at 4:31 PM, Simon Heckmann si...@simonheckmann.de mailto:si...@simonheckmann.de wrote: Well, not directly an answer to your question, but the use case I had in mind is the following: A large encrypted video (e.g. HD

Re: [whatwg] [editing] HTML Editing APIs specification ready for implementer feedback

2011-08-08 Thread Ehsan Akhgari
On 11-08-06 1:33 AM, Michael[tm] Smith wrote: Aryeh Gregora...@aryeh.name, 2011-08-04 14:22 -0400: On Wed, Aug 3, 2011 at 5:06 PM, Ehsan Akhgarieh...@mozilla.com wrote: Is it possible to get a unique QA contact (or default CC address) for this component please, so that people who are