Re: [whatwg] Proposal for a web application descriptor

2011-05-06 Thread Charles McCathieNevile
On Thu, 05 May 2011 21:41:24 +0200, Bjartur Thorlacius svartma...@gmail.com wrote: On 5/5/11, Charles McCathieNevile cha...@opera.com wrote: On Thu, 05 May 2011 00:12:06 +0200, Bjartur Thorlacius svartma...@gmail.com wrote: On 5/3/11, Cameron Heavon-Jones cmhjo...@gmail.com wrote: There

Re: [whatwg] [html5] r6088 - [e] (0) clarification Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12165

2011-05-06 Thread Simon Pieters
On Fri, 06 May 2011 00:45:14 +0200, wha...@whatwg.org wrote: Author: ianh Date: 2011-05-05 15:45:13 -0700 (Thu, 05 May 2011) New Revision: 6088 Modified: complete.html index source Log: [e] (0) clarification Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12165 Modified:

Re: [whatwg] Proposal for a web application descriptor

2011-05-06 Thread Bjartur Thorlacius
On 5/6/11, Charles McCathieNevile cha...@opera.com wrote: On Thu, 05 May 2011 21:41:24 +0200, Bjartur Thorlacius Of course, if the site requests coordinates, it's up to the user whether they come from /dev/gps or /dev/tty (or /n/3D Globe). Yeah, in principle. But given that most users aren't

Re: [whatwg] Proposal for a web application descriptor

2011-05-06 Thread Charles McCathieNevile
On Fri, 06 May 2011 14:54:55 +0200, Bjartur Thorlacius svartma...@gmail.com wrote: On 5/6/11, Charles McCathieNevile cha...@opera.com wrote: On Thu, 05 May 2011 21:41:24 +0200, Bjartur Thorlacius Of course, if the site requests coordinates, it's up to the user whether they come from

[whatwg] Selection events in editable content

2011-05-06 Thread Tim Down
Are there any plans for selection-related events for editable HTML content (contenteditable or designMode)? An event that fires whenever the selection changes would be very useful and seems a curious oversight in most current browsers. The current situation is: - There are two events that exist:

Re: [whatwg] Selection events in editable content

2011-05-06 Thread Ryosuke Niwa
On Fri, May 6, 2011 at 8:55 AM, Tim Down timd...@gmail.com wrote: Are there any plans for selection-related events for editable HTML content (contenteditable or designMode)? An event that fires whenever the selection changes would be very useful and seems a curious oversight in most current

Re: [whatwg] Proposal for a web application descriptor

2011-05-06 Thread timeless
On Thu, May 5, 2011 at 6:08 PM, Charles McCathieNevile cha...@opera.com wrote: There is a Unite application for Opera that does this - http://unite.opera.com/application/701/ Wow! I'll install it on Sunday (my day ends in a few minutes) thanks you just made my weekend :)

[whatwg] José Lucas Teixeira de Oliveira quer conversar

2011-05-06 Thread José Lucas Teixeira de Oliveira
--- José Lucas Teixeira de Oliveira deseja ter mais contato usando alguns dos produtos mais interessantes do Google. Se você já tem o Gmail ou o Google Talk, visite:

Re: [whatwg] Control over selection direction

2011-05-06 Thread Ian Hickson
On Fri, 6 May 2011, Aryeh Gregor wrote: On Tue, May 3, 2011 at 7:49 PM, Ian Hickson i...@hixie.ch wrote: I've added selectionDirection = 'forward'/'backward'/'none'. ('none' is the default selection direction on Mac OS.) What does none mean? All three values have platform specific

Re: [whatwg] Control over selection direction

2011-05-06 Thread Ryosuke Niwa
On Tue, May 3, 2011 at 4:49 PM, Ian Hickson i...@hixie.ch wrote: I've added selectionDirection = 'forward'/'backward'/'none'. ('none' is the default selection direction on Mac OS.) Thank you for the update! One thing to point out is that setSelectionRange in WebKit currently sets forward

Re: [whatwg] Control over selection direction

2011-05-06 Thread Ian Hickson
On Fri, 6 May 2011, Ryosuke Niwa wrote: On Tue, May 3, 2011 at 4:49 PM, Ian Hickson i...@hixie.ch wrote: I've added selectionDirection = 'forward'/'backward'/'none'. ('none' is the default selection direction on Mac OS.) Thank you for the update! One thing to point out is that

Re: [whatwg] Control over selection direction

2011-05-06 Thread Ryosuke Niwa
On Fri, May 6, 2011 at 2:44 PM, Ian Hickson i...@hixie.ch wrote: On Fri, 6 May 2011, Ryosuke Niwa wrote: On Tue, May 3, 2011 at 4:49 PM, Ian Hickson i...@hixie.ch wrote: I've added selectionDirection = 'forward'/'backward'/'none'. ('none' is the default selection direction on Mac OS.)

Re: [whatwg] Control over selection direction

2011-05-06 Thread Ian Hickson
On Fri, 6 May 2011, Ryosuke Niwa wrote: On Fri, May 6, 2011 at 2:44 PM, Ian Hickson i...@hixie.ch wrote: On Fri, 6 May 2011, Ryosuke Niwa wrote: On Tue, May 3, 2011 at 4:49 PM, Ian Hickson i...@hixie.ch wrote: I've added selectionDirection = 'forward'/'backward'/'none'.

Re: [whatwg] Control over selection direction

2011-05-06 Thread Ryosuke Niwa
On Fri, May 6, 2011 at 2:56 PM, Ian Hickson i...@hixie.ch wrote: On Windows, sure, it should default to forward just like the spec says. But on Mac, it should default to none, since otherwise the behaviour is inconsistent with the platform selection behaviour. Why is it inconsistent? DOM

Re: [whatwg] Control over selection direction

2011-05-06 Thread Ian Hickson
On Fri, 6 May 2011, Ryosuke Niwa wrote: On Fri, May 6, 2011 at 2:56 PM, Ian Hickson i...@hixie.ch wrote: On Windows, sure, it should default to forward just like the spec says. But on Mac, it should default to none, since otherwise the behaviour is inconsistent with the platform