[whatwg] SRT research: separating cues

2011-10-24 Thread Simon Pieters
I wanted to research how common it is to fail to separate cues in SRT, and for what reason. SRT parsers usually interpret a timings line as a new cue, while WebVTT wants two blank lines for a new cue. I took the 65k SRT files we've got, replaced comma with dot and prepended WEBVTT\n\n,

Re: [whatwg] Fullscreen revision I

2011-10-24 Thread Anne van Kesteren
On Fri, 21 Oct 2011 06:44:05 +0900, Chris Pearce cpea...@mozilla.com wrote: On 21/10/2011 4:10 a.m., Glenn Maynard wrote: The current spec doesn't seem to allow asking permission to fullscreen in advance, since the fullscreen element is set synchronously. This should be supported; there

[whatwg] Fullscreen and event dispatch

2011-10-24 Thread João Eiras
Hi. The requestFullscreen steps tells to dispatch a fullscreenchange event on the context object, and all containing objects (frames). First, there should be a better clarification of 'context object'. While is remarked that it is the object used for the last requestFullScreen call

Re: [whatwg] Fullscreen revision I

2011-10-24 Thread Glenn Maynard
On Mon, Oct 24, 2011 at 6:38 AM, Anne van Kesteren ann...@opera.com wrote: On Fri, 21 Oct 2011 06:44:05 +0900, Chris Pearce cpea...@mozilla.com wrote: On 21/10/2011 4:10 a.m., Glenn Maynard wrote: The current spec doesn't seem to allow asking permission to fullscreen in advance, since the

Re: [whatwg] NUL characters in CDATA?

2011-10-24 Thread David Flanagan
I'm responding to my own email here... Please disregard this thread: the bug was in my code, not the tests or the spec. (The tokenizer leaves the NUL characters in CDATA sections, but when those characters are inserted into foreign content (as they always are) the NUL characters are

Re: [whatwg] Suggestion for HTML5 context menus

2011-10-24 Thread Eric Sh.
On Mon, Oct 24, 2011 at 5:50 AM, Mark Callow callow_m...@hicorp.co.jpwrote: On 23/10/2011 08:35, Jonas Sicking wrote: We added support for this in firefox, so you can get the behavior you want there in the meantime (I forget what we called the attribute though). Is there a way for the

Re: [whatwg] Normalization of user selections

2011-10-24 Thread Aryeh Gregor
On Tue, Jun 28, 2011 at 1:38 PM, Aryeh Gregor simetrical+...@gmail.com wrote: I've updated the spec to require this: https://bitbucket.org/ms2ger/dom-range/changeset/b9ca1640aeee http://html5.org/specs/dom-range.html#apis-for-the-browsing-context-selection:-the-selection-interface The

Re: [whatwg] Suggestion for HTML5 context menus

2011-10-24 Thread Jonas Sicking
On Mon, Oct 24, 2011 at 10:14 AM, Eric Sh. shedok...@gmail.com wrote: On 23/10/2011 08:35, Jonas Sicking wrote: We added support for this in firefox, so you can get the behavior you want there in the meantime (I forget what we called the attribute though). I don't see this in firefox, I

Re: [whatwg] SRT research: separating cues

2011-10-24 Thread Silvia Pfeiffer
So, in your opinion, should there be a change to the WebVTT spec that separates cues differently? Is there a recommendation you have from your analysis? Cheers, Silvia. On Mon, Oct 24, 2011 at 6:26 PM, Simon Pieters sim...@opera.com wrote: I wanted to research how common it is to fail to

Re: [whatwg] Suggestion for HTML5 context menus

2011-10-24 Thread Jonas Sicking
On Mon, Oct 24, 2011 at 12:22 PM, Jonas Sicking jo...@sicking.cc wrote: On Mon, Oct 24, 2011 at 10:14 AM, Eric Sh. shedok...@gmail.com wrote: On 23/10/2011 08:35, Jonas Sicking wrote: We added support for this in firefox, so you can get the behavior you want there in the meantime (I forget

Re: [whatwg] Fullscreen and event dispatch

2011-10-24 Thread Anne van Kesteren
On Mon, 24 Oct 2011 20:42:18 +0900, João Eiras jo...@opera.com wrote: The requestFullscreen steps tells to dispatch a fullscreenchange event on the context object, and all containing objects (frames). Actually, it says on the context object and all ancestor browsing context's documents. We

Re: [whatwg] Fullscreen revision I

2011-10-24 Thread Anne van Kesteren
On Tue, 25 Oct 2011 00:32:43 +0900, Glenn Maynard gl...@zewt.org wrote: Doing this synchronously means nobody can ever implement ask-first. Don't permanently lock everyone into a permission scheme with known problems. Since the events are not dispatched synchronously I think we should