Re: [whatwg] API to delay the document load event

2013-04-29 Thread Lee Kowalkowski
On 24 April 2013 12:51, Robert O'Callahan wrote: > Context: https://bugzilla.mozilla.org/show_bug.cgi?id=863499 > > Proposal: > Give Web applications APIs to explicitly delay the document load event. In > particular, add a method "document.delayLoadEvent()" that causes the > document load event to

Re: [whatwg] API for unique identification of devices (mobile/tablet/pc)

2012-12-14 Thread Lee Kowalkowski
On 14 December 2012 08:51, Stan wrote: > First, I don't think it's convenient for users to register themselves > on many sites, which they visit occasionally. > A device ID won't register a user. Where will the profile information come from? If it comes from a web-based service (like Gravatar)

Re: [whatwg] API for unique identification of devices (mobile/tablet/pc)

2012-12-14 Thread Lee Kowalkowski
On 13 December 2012 20:20, Stan wrote: > Hi, > > I'd like to proprose an API to get a unique device's ID in HTML5. What is a unique device ID? Do all devices have a unique ID? Which bit of hardware is responsible for storing such a thing? Who guarantees it's uniqueness, and how? > In fact,

Re: [whatwg] [Whatwg] Wish

2007-07-31 Thread Lee Kowalkowski
On 31/07/07, Bert Altenburg <[EMAIL PROTECTED]> wrote: > For the second mode there are commands that allow certain actions outside the > sand > box (like writing documents to disk), that currently limit web apps > to behave more like conventional apps. For reasons of security, the > browser will r

Re: [whatwg] several messages about discouraged things

2007-06-19 Thread Lee Kowalkowski
On 19/06/07, Lachlan Hunt <[EMAIL PROTECTED]> wrote: Ian Hickson wrote: > On Sat, 24 Feb 2007, Keryx Web wrote: >> - A table within a table cell (Has this ever been used for anything but >> layout?) > > There are valid uses of that, though they are rare. Really? What are they? I'm not sure of

Re: [whatwg] should be allowed in

2007-05-30 Thread Lee Kowalkowski
On 30/05/07, Ivo Emanuel Gonçalves <[EMAIL PROTECTED]> wrote: As Anne pointed out, is used to display alternative content that

Re: [whatwg] password option for window.prompt?

2007-05-22 Thread Lee Kowalkowski
On 22/05/07, Kristof Zelechovski <[EMAIL PROTECTED]> wrote: And besides, the bookmarklet uses the javascript protocol, which, IIRC, is designed to produce a new document on the fly, not to modify the current one. I do not think that a bookmarklet should be permitted to access the document that is