Re: [whatwg] [mimesniff] Sniffing archives

2012-12-04 Thread Henri Sivonen
On Tue, Dec 4, 2012 at 9:40 AM, Adam Barth w...@adambarth.com wrote: Also, some user agents treat downloads of ZIP archives differently than other sorts of download (e.g., they might offer to unzip them). Which user agents? For this use case, merely sniffing for the zip magic number is

Re: [whatwg] Loading and executing script as quickly as possible using multipart/mixed

2012-12-04 Thread Henri Sivonen
On Tue, Dec 4, 2012 at 4:15 AM, Kyle Simpson get...@gmail.com wrote: One suggestion is to added a state to the readyState mechanism like chunkReady, where the event fires and includes in its event object properties the numeric index, the //@sourceURL, the separator identifier, or otherwise

Re: [whatwg] [mimesniff] Sniffing archives

2012-12-04 Thread Adam Barth
On Mon, Dec 3, 2012 at 11:59 PM, Julian Reschke julian.resc...@gmx.de wrote: On 2012-12-04 08:40, Adam Barth wrote: On Mon, Dec 3, 2012 at 12:39 PM, Julian Reschke julian.resc...@gmx.de wrote: On 2012-11-29 20:25, Adam Barth wrote: These are supported in Chrome. That's what causes the

Re: [whatwg] Specification unclear about how HTMLElement.prototype.onscroll's getter/setter should behave for body elements

2012-12-04 Thread Peter Van der Beken
On 04/12/12 01:33, Ian Hickson wrote: onscroll is a case where there's really no reason to use a different setter, agreed. So I've commented that out (and it's similar friends). That still leaves onerror though. The same change should probably be done to HTMLFrameSetElement. Peter

Re: [whatwg] [mimesniff] Sniffing archives

2012-12-04 Thread Gordon P. Hemsley
On Tue, Dec 4, 2012 at 11:07 AM, Adam Barth w...@adambarth.com wrote: On Mon, Dec 3, 2012 at 11:59 PM, Julian Reschke julian.resc...@gmx.de wrote: On 2012-12-04 08:40, Adam Barth wrote: They might otherwise be treated as a type that can be displayed (rather than downloaded). Also, some user

Re: [whatwg] Proposal: Loading and executing script as quickly as possible using multipart/mixed

2012-12-04 Thread Kyle Simpson
One suggestion is to added a state to the readyState mechanism like chunkReady, where the event fires and includes in its event object properties the numeric index, the //@sourceURL, the separator identifier, or otherwise some sort of identifier for which the author can tell which chunk

Re: [whatwg] Specification unclear about how HTMLElement.prototype.onscroll's getter/setter should behave for body elements

2012-12-04 Thread Ian Hickson
On Tue, 4 Dec 2012, Peter Van der Beken wrote: On 04/12/12 01:33, Ian Hickson wrote: onscroll is a case where there's really no reason to use a different setter, agreed. So I've commented that out (and it's similar friends). That still leaves onerror though. The same change should

Re: [whatwg] [mimesniff] Sniffing archives

2012-12-04 Thread Ian Hickson
On Tue, 4 Dec 2012, Gordon P. Hemsley wrote: To be more specific: (1) Safari doesn't appear to prompt the user for any downloads. It just automatically downloads any file it can't handle. (2) If you allow Safari to open safe files that it downloads, ZIP appears to be one of them. Gzip and

Re: [whatwg] Menus and Toolbars

2012-12-04 Thread Ian Hickson
On Thu, 29 Nov 2012, Olli Pettay wrote: I think we need to keep the contextmenu functionality, and I don't see reasons to not to do it the way Gecko has it now (using menu type=context and menuitem). Do you mean as opposed to allowing menuitem to refer to commands declared elsewhere in

Re: [whatwg] seamless iframes and event propagation

2012-12-04 Thread Ian Hickson
On Mon, 9 Jul 2012, Ojan Vafai wrote: I'd like to see us add event propagation into the parent document for seamless iframes, e.g. key and mouse events inside a seamless iframe should be refired on the iframe element. I've done the HTML side of this (a paragraph), but the heavy lifting for

[whatwg] Proposal: allow itemid to record multiple identifiers for an item

2012-12-04 Thread Ed Summers
Hi WHATWG, Over on a schema.org related list [1] there has been a discussion about making identifiers for bibliographic items (books, articles, etc) available in microdata using itemid. The use case is well described in the dev edition, with this example [2]: dl itemscope

Re: [whatwg] Proposal: allow itemid to record multiple identifiers for an item

2012-12-04 Thread Ian Hickson
On Tue, 4 Dec 2012, Ed Summers wrote: Over on a schema.org related list [1] there has been a discussion about making identifiers for bibliographic items (books, articles, etc) available in microdata using itemid. The use case is well described in the dev edition, with this example [2]:

Re: [whatwg] allowfullscreen vs sandbox=allow-fullscreen

2012-12-04 Thread Ian Hickson
On Tue, 31 Jul 2012, Adam Barth wrote: It's not clear to me from the spec how the allowfullscreen attribute works. It appears to be mentioned only in the security and privacy considerations section. It wasn't specced. Finally got around to fixing that. For example, suppose I have three