[whatwg] RFC: input type=username

2010-05-04 Thread Eitan Adler
Use cases: 1) A screen reader that sees a form with a type=username and a password field. The screen reader could just ask Log in to this site? [y/n]?. No further context would be needed. 2) UAs can more easily discover login forms and offer things such as Firefox's Account Manager [1] or a

Re: [whatwg] Real-time networking in web applications and games

2010-05-04 Thread Erik Möller
On Mon, 03 May 2010 23:59:19 +0200, Mark Frohnmayer mark.frohnma...@gmail.com wrote: Hey all, In continuation of the effort to make browsers a home for real-time peer to peer applications and games without a plugin, I've done a bit of digging on the spec. Currently the spec contains section

Re: [whatwg] RFC: input type=username

2010-05-04 Thread timeless
On Tue, May 4, 2010 at 10:08 AM, Eitan Adler eitanadlerl...@gmail.com wrote: 3) Currently autofill for usernames looks for something like id=username or name=username. However on certain websites this fails. Why would a site which doesn't cooperate with today's autofill features choose to

Re: [whatwg] RFC: input type=username

2010-05-04 Thread Steve Dennis
On 4/05/2010, at 9:07 AM, timeless wrote: On Tue, May 4, 2010 at 10:08 AM, Eitan Adler eitanadlerl...@gmail.com wrote: 3) Currently autofill for usernames looks for something like id=username or name=username. However on certain websites this fails. Why would a site which doesn't

[whatwg] WebSockets cookies

2010-05-04 Thread Simon Pieters
establish a WebSocket connection: [[ 15. If the client has any cookies that would be relevant to a resource accessed over HTTP, if secure is false, or HTTPS, if it is true, on host host, port port, with resource name as the path (and possibly query parameters), then add to fields any HTTP

Re: [whatwg] RFC: input type=username

2010-05-04 Thread Kornel Lesinski
On 4 May 2010, at 09:07, timeless wrote: On Tue, May 4, 2010 at 10:08 AM, Eitan Adler eitanadlerl...@gmail.com wrote: 3) Currently autofill for usernames looks for something like id=username or name=username. However on certain websites this fails. Why would a site which doesn't cooperate

Re: [whatwg] Ping + Ping-prefix meta element.

2010-05-04 Thread Julian Reschke
On 26.04.2010 22:17, Roger Hågensen wrote: ... Oh, and could someone on the HTML5 list poke some of the guys over there and see if a ping attribute for the body tag in a similar vein could be considered? ... If by HTML5 list you happen to mean the mailing list of the W3C HTML WG...: the WG

Re: [whatwg] why double downloading of ogg videos ?

2010-05-04 Thread Julian Reschke
On 17.04.2010 09:36, Robert O'Callahan wrote: This is an implementation issue rather than a spec issue. It's basically just because of the way the Firefox network cache works. When we play an Ogg video we generally don't download the data in a single continuous HTTP GET; if the server supports

Re: [whatwg] why double downloading of ogg videos ?

2010-05-04 Thread Julian Reschke
On 04.05.2010 16:16, Julian Reschke wrote: Rob, related question: do you do the partial GET only for getting access to metadata, or are you also using it for seeking in the video? (As opposed to downloading it once into the media cache, and then use that content throughout?) Best regards,

Re: [whatwg] Do we really need to introduce a device element for giving access to webcams and mikes?

2010-05-04 Thread Tran, Dzung D
The device was added by Ian Hickson in response to some of the work in the W3C DAP working group. The original intent was to make sure the user are actively grant permission to a particular device camera or microphone instead of just click okay since some malicious site can just capture and

Re: [whatwg] RFC: input type=username

2010-05-04 Thread Eitan Adler
I don't think type=username is good solution, but I agree that autofill needs help. Sites often use e-mail address as login. There would be conflict between type=email and type=username. I could imagine one two solutions here. 1) Change type=username to role=username which makes more sense

Re: [whatwg] Ping + Ping-prefix meta element.

2010-05-04 Thread Ian Hickson
On Tue, 4 May 2010, Julian Reschke wrote: On 26.04.2010 22:17, Roger Hågensen wrote: ... Oh, and could someone on the HTML5 list poke some of the guys over there and see if a ping attribute for the body tag in a similar vein could be considered? ... If by HTML5 list you happen to

Re: [whatwg] RFC: input type=username

2010-05-04 Thread Dirk Pranke
On Tue, May 4, 2010 at 2:02 PM, Jonas Sicking jo...@sicking.cc wrote: On Tue, May 4, 2010 at 1:53 PM, Dirk Pranke dpra...@chromium.org wrote: On Tue, May 4, 2010 at 12:08 AM, Eitan Adler eitanadlerl...@gmail.com wrote: Use cases: 1) A screen reader that sees a form with a type=username and a

[whatwg] onshow event

2010-05-04 Thread Perry Smith
I see in the html5 spec an 'onshow' event but no text describing when the 'show' event is triggered. I've poked at FF 3.5 and Opera and can not get it to fire. But I may be completely confused on when it should fire. It would be wonderful if an element had an event that would fire when that