[whatwg] Fullscreen for HTML5 Video element

2010-03-08 Thread balachandar muruganantham
Hi, I have heard from people that there have been a discussion on supporting the fullscreen mode for HTML5 video element. can anyone share the information on the conclusion we arrived at? i searched in the archive but i could not come to any conclusion. -bala

Re: [whatwg] Fullscreen for HTML5 Video element

2010-03-08 Thread Ashley Sheridan
On Mon, 2010-03-08 at 14:35 +0530, balachandar muruganantham wrote: Hi, I have heard from people that there have been a discussion on supporting the fullscreen mode for HTML5 video element. can anyone share the information on the conclusion we arrived at? i searched in the archive but i

Re: [whatwg] Fullscreen for HTML5 Video element

2010-03-08 Thread ニール・ゴンパ
On Mon, Mar 8, 2010 at 4:40 AM, Ashley Sheridan a...@ashleysheridan.co.ukwrote: On Mon, 2010-03-08 at 14:35 +0530, balachandar muruganantham wrote: Hi, I have heard from people that there have been a discussion on supporting the fullscreen mode for HTML5 video element. can anyone share

Re: [whatwg] Fullscreen for HTML5 Video element

2010-03-08 Thread Ashley Sheridan
On Mon, 2010-03-08 at 06:24 -0600, Sir Gallantmon (ニール・ゴンパ) wrote: On Mon, Mar 8, 2010 at 4:40 AM, Ashley Sheridan a...@ashleysheridan.co.uk wrote: On Mon, 2010-03-08 at 14:35 +0530, balachandar muruganantham wrote: Hi, I

Re: [whatwg] Fullscreen for HTML5 Video element

2010-03-08 Thread ニール・ゴンパ
On Mon, Mar 8, 2010 at 6:48 AM, Tim Hutt tdh...@gmail.com wrote: 2010/3/8 Ashley Sheridan a...@ashleysheridan.co.uk Also, I've never seen anything built in Flash that started up in full-screen mode automatically. I had to trigger it explicitly every time by an action from me. That was his

Re: [whatwg] Fullscreen for HTML5 Video element

2010-03-08 Thread Ashley Sheridan
On Mon, 2010-03-08 at 12:48 +, Tim Hutt wrote: 2010/3/8 Ashley Sheridan a...@ashleysheridan.co.uk Also, I've never seen anything built in Flash that started up in full-screen mode automatically. I had to trigger it explicitly every time by an action from me. That was his point -

Re: [whatwg] Fullscreen for HTML5 Video element

2010-03-08 Thread Nils Dagsson Moskopp
Tim Hutt tdh...@gmail.com schrieb am Mon, 8 Mar 2010 12:48:30 +: 2010/3/8 Ashley Sheridan a...@ashleysheridan.co.uk Also, I've never seen anything built in Flash that started up in full-screen mode automatically. I had to trigger it explicitly every time by an action from me. That

Re: [whatwg] Fullscreen for HTML5 Video element

2010-03-08 Thread Tim Hutt
On 8 March 2010 13:16, Nils Dagsson Moskopp nils-dagsson-mosk...@dieweltistgarnichtso.net wrote: Tim Hutt tdh...@gmail.com schrieb am Mon, 8 Mar 2010 12:48:30 +: 2010/3/8 Ashley Sheridan a...@ashleysheridan.co.uk Also, I've never seen anything built in Flash that started up in

Re: [whatwg] Fullscreen for HTML5 Video element

2010-03-08 Thread Ashley Sheridan
On Mon, 2010-03-08 at 13:31 +, Tim Hutt wrote: On 8 March 2010 13:16, Nils Dagsson Moskopp nils-dagsson-mosk...@dieweltistgarnichtso.net wrote: Tim Hutt tdh...@gmail.com schrieb am Mon, 8 Mar 2010 12:48:30 +: 2010/3/8 Ashley Sheridan a...@ashleysheridan.co.uk Also, I've never

Re: [whatwg] Fullscreen for HTML5 Video element

2010-03-08 Thread Dawid Czyzewski
Hmmm, why not tell script that user toggle full screen (via browser internal UI) and it need to setup UI for it? This is only solution i see, but i suppose this would require to create tools to make custom UI on full screen Full screen custom UI is very needed feature and it's need to be

Re: [whatwg] Fullscreen for HTML5 Video element

2010-03-08 Thread Nils Dagsson Moskopp
Dawid Czyzewski magnet...@gmail.com schrieb am Mon, 8 Mar 2010 16:05:00 +0100: Full screen custom UI is very needed feature and it's need to be solved somehow. Specially in times here HD video show up on Internet. This seems to be a presentational issue. Maybe that is a use case better solved

Re: [whatwg] Fullscreen for HTML5 Video element

2010-03-08 Thread Silvia Pfeiffer
On Tue, Mar 9, 2010 at 2:42 AM, Nils Dagsson Moskopp nils-dagsson-mosk...@dieweltistgarnichtso.net wrote: Dawid Czyzewski magnet...@gmail.com schrieb am Mon, 8 Mar 2010 16:05:00 +0100: Full screen custom UI is very needed feature and it's need to be solved somehow. Specially in times here HD

Re: [whatwg] HTML Cookie API

2010-03-08 Thread Ian Hickson
On Tue, 23 Feb 2010, Adam Barth wrote: The document.cookie API is kind of terrible. Web developers shouldn't have to parse a cookie-string or prepare a properly formated set-cookie-string. Here's a proposal for an HTML cookie API that isn't as terrible:

Re: [whatwg] focus change inside keypress event handler

2010-03-08 Thread Ian Hickson
On Tue, 27 Oct 2009, Michael A. Puls II wrote: With: pinput onkeypress=this.nextSibling.focus()input/p , if you type a character in the first field, should the character be entered in the second field or the first? The thread that started with the above question seemed to conclude that

Re: [whatwg] rp is a styling tag and has no semantic function

2010-03-08 Thread Ian Hickson
On Wed, 28 Oct 2009, Nikita Popov wrote: In the spec the use of the rp-tag is shown like this: ruby 漢 rp(/rprtかん/rtrp)/rp 字 rp(/rprtじ/rtrp)/rp /ruby What semantic function has the rp-tag? No. It is only styling for browsers not supporting ruby-text. So I think this element musn't be

Re: [whatwg] Fullscreen for HTML5 Video element

2010-03-08 Thread David Singer
Kiosks and the like fall into the category where the user agent, hardware platform, and so on, are known in advance, so proprietary extensions or other special methods work just fine. On Mar 9, 2010, at 6:04 , Silvia Pfeiffer wrote: On Tue, Mar 9, 2010 at 2:42 AM, Nils Dagsson Moskopp

Re: [whatwg] Fullscreen for HTML5 Video element

2010-03-08 Thread Remco
On Tue, Mar 9, 2010 at 02:46, David Singer sin...@apple.com wrote: Kiosks and the like fall into the category where the user agent, hardware platform, and so on, are known in advance, so proprietary extensions or other special methods work just fine. Until you find out that you can't change