[whatwg] Effect on window.opener when navigating an existing window using window.open

2014-03-03 Thread Bob Owen
Hi, The spec at [1] and [2] seems to be fairly clear that if an existing window is navigated using window.open, by a browsing context that is not the original opener, then window.opener should remain unchanged. Currently, Trident (and incidentally Presto) seems to have the correct behaviour, but

[whatwg] [2D Canvas] Do canvases in documents without a browsing context need to be rendered?

2014-03-03 Thread Justin Novosad
Hello whatwg, Say you create a new document using document.implementation.createHTMLDocument(), you get a document without a browsing context. This means that style and layout will never be calculated on the document. Some of those calculations are context dependent, so they can't even be

Re: [whatwg] Media sink device selection on audio/video

2014-03-03 Thread Ami Fischman
Ian, On Fri, Feb 7, 2014 at 4:55 PM, Ian Hickson i...@hixie.ch wrote: Can you let us know when there's a URL that will permanently hold the latest (including day-to-day updates) spec? Looks like we're back in business: Latest editor's draft:

Re: [whatwg] Supporting more address levels in autocomplete

2014-03-03 Thread Ian Hickson
On Fri, 28 Feb 2014, Evan Stade wrote [slightly edited for correctness]: On Fri, Feb 28, 2014 at 5:47 PM, Ian Hickson i...@hixie.ch wrote [slightly edited for correctness]: My concern is that authors do something like this: input ... autocomplete=address-line1 input ...

Re: [whatwg] Supporting more address levels in autocomplete

2014-03-03 Thread Evan Stade
On Mon, Mar 3, 2014 at 10:28 AM, Ian Hickson i...@hixie.ch wrote: On Fri, 28 Feb 2014, Evan Stade wrote [slightly edited for correctness]: On Fri, Feb 28, 2014 at 5:47 PM, Ian Hickson i...@hixie.ch wrote [slightly edited for correctness]: My concern is that authors do something like

Re: [whatwg] Supporting more address levels in autocomplete

2014-03-03 Thread Ian Hickson
On Mon, 3 Mar 2014, Evan Stade wrote: I'm still confused. The site author has entered bad markup. Is your concern that site authors will be unable to write good markup? Some will write good markup, I'm sure. Our job as language designers is to maximise the number of authors doing a good

Re: [whatwg] Supporting more address levels in autocomplete

2014-03-03 Thread Evan Stade
On Mon, Mar 3, 2014 at 2:18 PM, Ian Hickson i...@hixie.ch wrote: On Mon, 3 Mar 2014, Evan Stade wrote: I'm still confused. The site author has entered bad markup. Is your concern that site authors will be unable to write good markup? Some will write good markup, I'm sure. Our job as

[whatwg] hit regions: type of events that are intercepted

2014-03-03 Thread Rik Cabanier
The current hit region specification doesn't state what events are routed to the fallback content. Probably only mouse and touch events should be intercepted and forwarded. Thinking a bit more about this feature, it's a bit weird how events are rerouted. Does this happen in any other place in the