Re: [whatwg] Proposal for a tab visibility API

2010-12-16 Thread Frank Hellenkamp
Hi, Maybe we can disallow the visibilitychange event to produce any dialogs or anything else that could give focus? window.onvisibilitychange = function(e) { setTimeout(function() { alert(Worked around!); }, 0); }; Or would browsers be able to track that the code was initially

Re: [whatwg] Processing the zoom level - MS extensions to window.screen

2010-12-16 Thread Charles Pritchard
On 12/14/2010 9:51 PM, Simon Fraser wrote: On Dec 14, 2010, at 10:22 AM, Charles Pritchard wrote: On 11/24/2010 1:12 AM, Robert O'Callahan wrote: On Wed, Nov 24, 2010 at 9:09 PM, Charles Pritchard ch...@jumis.com mailto:ch...@jumis.com wrote: On 11/21/2010 4:12 PM, Robert O'Callahan

Re: [whatwg] Bluetooth devices

2010-12-16 Thread Roger Hågensen
On 2010-12-15 18:02, Aryeh Gregor wrote: On Tue, Dec 14, 2010 at 10:12 AM, Bjartur Thorlacius svartma...@gmail.com wrote: I still don't grasp how that could be useful. Please provide an example. So you've got a non-kb, mouse, headphone or camera device, say a permanent storage drive. No, not

[whatwg] CSSElementMap - updates needed for out-of-document elements

2010-12-16 Thread Tab Atkins Jr.
The CSSElementMap object defined in http://www.whatwg.org/specs/web-apps/current-work/complete/dom.html#dom-document-csselementmap allows an author to map an element to an identifier that CSS can then use to refer to the element. However, it allows elements that are outside the DOM tree to be