Re: Re: Keyboard events for accessible RIAs and Games

2013-01-31 Thread Hallvord Reiar Michaelsen Steen
What/where would be a good place to put the API for say queryKeyCap(code) ?   Given that the implementation will have a KeyboardEvent property specified on the global object (i.e. window) I'd propose  window.KeyboardEvent.queryKeyCap(code) which returns a string with the symbol shown on the

Re: Re: Keyboard events for accessible RIAs and Games

2013-01-31 Thread Florian Bösch
Sounds fine to me, any objections to add it to the Event Level 4 spec? On Thu, Jan 31, 2013 at 11:46 AM, Hallvord Reiar Michaelsen Steen hallv...@opera.com wrote: What/where would be a good place to put the API for say queryKeyCap(code) ? Given that the implementation will have a

Allow ... centralized dialog up front

2013-01-31 Thread Florian Bösch
There is a problem confronting applications desiring to use a variety of APIs such as pointerlock, fullscreen, WebRTC, local storage and so on. The problem is that each instance of attempting to use such an API leads to a new Allow ... popup the user has to click away. By some discussion on the

Re: Re: Keyboard events for accessible RIAs and Games

2013-01-31 Thread Florian Bösch
Note that the www-dom WG has objected to querying the localized, accessible, user-friendly, keyboard symbol on grounds that it adds more bits (or tiny fractions of bits) to the user identifyable information. Contrieved usecases and advanced handwaving where employed. This is most likely ending

Re: Proposal: moving tests to GitHub

2013-01-31 Thread Arthur Barstow
On 1/24/13 1:22 PM, ext Odin Hørthe Omdal wrote: Arthur Barstow wrote: Before we start a CfC to change WebApps' agreed testing process [Testing], please make a clear proposal regarding the submission process, approval process, roles, etc. as is defined in [Testing] and its references. (My

[Bug 17645] Define more precisely what the origin of the IDBEnvironment is

2013-01-31 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17645 Eliot Graff eliot...@microsoft.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 18328] [IndexedDB] Editorial: Clarify that record value === referenced primary key for indeces

2013-01-31 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18328 Eliot Graff eliot...@microsoft.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 18427] [IndexedDB] Spec text requires index names be unique within database

2013-01-31 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18427 Eliot Graff eliot...@microsoft.com changed: What|Removed |Added Status|NEW |RESOLVED

Re: Proposal: moving tests to GitHub

2013-01-31 Thread Odin Hørthe Omdal
On Thu, 31 Jan 2013 18:13:15 +0100, Arthur Barstow art.bars...@nokia.com wrote: However, AFAIK, currently, only one of WebApps' thirty active specs actually has an outside contribution. I should've already left work, so I'll just reply to this sentence quickly :-) With that you mean

Re: Proposal: moving tests to GitHub

2013-01-31 Thread Rebecca Hauck
I guess I should chime in. Yes I submitted a batch of tests from TestTWF some time after the Paris event. After having a pretty bad experience with Mercurial earlier in the year at TestTWF San Francisco, we made a conscious choice to eliminate it in Paris and use DropBox instead. It was

Using Shadow DOM @host rule with :scope pseudo-selector

2013-01-31 Thread Dominic Cooney
I wanted clarification on the meaning of @host rules [1] in combination with the :scope pseudo selector [2]. Am I correct in assuming that if I wanted to style the host element, and only the host element, I could apply these features in combination this way? @host { :scope { border: 1px

Re: Using Shadow DOM @host rule with :scope pseudo-selector

2013-01-31 Thread Dominic Cooney
In reading [1] more closely, I see that @host rules are not matched starting at the host element, but *specifically* to the host element. In that sense, it does not make sense for @host to establish a context scope, because @host { :scope { … } } is redundant at best. Regards, Dominic [1]

Re: Using Shadow DOM @host rule with :scope pseudo-selector

2013-01-31 Thread Tab Atkins Jr.
On Thu, Jan 31, 2013 at 7:38 PM, Dominic Cooney domin...@google.com wrote: In reading [1] more closely, I see that @host rules are not matched starting at the host element, but *specifically* to the host element. Yes. In that sense, it does not make sense for @host to establish a context

Re: Proposal: moving tests to GitHub

2013-01-31 Thread Tobie Langel
On 1/31/13 9:13 AM, Arthur Barstow art.bars...@nokia.com wrote: As I said during one of the testing breakouts in Lyon, ultimately I suspect the saying beggars can't be choosy will trump. However, AFAIK, currently, only one of WebApps' thirty active specs actually has an outside contribution. As