[whatwg] Reporting mid-stream resolution change on video

2013-12-12 Thread Ami Fischman
Today the video tag exposes video{Width,Height} attributes that allow the page to discover the resolution of the playing media once metadataloaded has fired. However there is no way for the page to find out that the media resolution has changed mid-stream (short of polling the tag constantly,

Re: [whatwg] Reporting mid-stream resolution change on video

2013-12-12 Thread Ian Hickson
On Thu, 12 Dec 2013, Ami Fischman wrote: Today the video tag exposes video{Width,Height} attributes that allow the page to discover the resolution of the playing media once metadataloaded has fired. However there is no way for the page to find out that the media resolution has changed

Re: [whatwg] Reporting mid-stream resolution change on video

2013-12-12 Thread Ami Fischman
Thanks Ian. My reading of http://html5.org/tools/web-apps-tracker?from=8346to=8347 is that a simple video that never changes size will never see the new resize event. Is that intentional? (I ask b/c e.g. durationchange _is_ fired right before metadataloaded; I'd expect resize durationchange to

[whatwg] Specify Location.ancestorOrigins

2013-12-12 Thread Philip Jägenstedt
https://bugs.webkit.org/show_bug.cgi?id=83493 It looks like this fell off the radar, because I can't find it in any spec. The reason I noticed is that it's implemented using DOMStringList in Blink, an interface which I also can't find a spec for... Philip

Re: [whatwg] Specify Location.ancestorOrigins

2013-12-12 Thread Jonas Sicking
On Thu, Dec 12, 2013 at 1:28 PM, Philip Jägenstedt phil...@opera.com wrote: https://bugs.webkit.org/show_bug.cgi?id=83493 It looks like this fell off the radar, because I can't find it in any spec. The reason I noticed is that it's implemented using DOMStringList in Blink, an interface which

Re: [whatwg] Specify Location.ancestorOrigins

2013-12-12 Thread Ian Hickson
On Thu, 12 Dec 2013, Philip Jägenstedt wrote: https://bugs.webkit.org/show_bug.cgi?id=83493 It looks like this fell off the radar, because I can't find it in any spec. The reason I noticed is that it's implemented using DOMStringList in Blink, an interface which I also can't find a spec

Re: [whatwg] Specify Location.ancestorOrigins

2013-12-12 Thread Philip Jägenstedt
Thanks Jonas and Ian, I'll follow those two bugs! On Thu, Dec 12, 2013 at 11:50 PM, Ian Hickson i...@hixie.ch wrote: On Thu, 12 Dec 2013, Philip Jägenstedt wrote: https://bugs.webkit.org/show_bug.cgi?id=83493 It looks like this fell off the radar, because I can't find it in any spec. The

Re: [whatwg] Reporting mid-stream resolution change on video

2013-12-12 Thread Ian Hickson
On Thu, 12 Dec 2013, Ami Fischman wrote: Thanks Ian. My reading of http://html5.org/tools/web-apps-tracker?from=8346to=8347 is that a simple video that never changes size will never see the new resize event. Is that intentional? Correct. (I ask b/c e.g. durationchange _is_ fired right

Re: [whatwg] Reporting mid-stream resolution change on video

2013-12-12 Thread Ami Fischman
On Thu, Dec 12, 2013 at 2:56 PM, Ian Hickson i...@hixie.ch wrote: I suppose we could fire resize on initial load as well. I guess it depends on what code that uses this looks like. Is the initial size change the same kind of code as resizing, or is it different code? (e.g. will one set up

Re: [whatwg] onclose events for MessagePort

2013-12-12 Thread Jonas Sicking
On Wed, Dec 11, 2013 at 4:54 PM, Jonas Sicking jo...@sicking.cc wrote: The proposal at [1] does not prevent bfcaching *anytime* that MessagePorts are alive in a page that is navigated away from. We can always bfcache the page if we don't know of any other sides having pinned their port. If we

Re: [whatwg] Proposal: Locale Preferences API

2013-12-12 Thread 신정식, 申政湜
2013/11/27 Jukka K. Korpela jkorp...@cs.tut.fi 2013-11-28 0:20, Boris Zbarsky wrote: On 11/27/13 4:28 PM, Jungshik Shin (신정식, 申政湜) wrote: That is, I suggest that 'navigator.language' always be the UI language of a web browser. That's an unacceptable privacy leak from Mozilla's point of

Re: [whatwg] Proposal: Locale Preferences API

2013-12-12 Thread 신정식, 申政湜
2013/11/27 Boris Zbarsky bzbar...@mit.edu On 11/27/13 4:28 PM, Jungshik Shin (신정식, 申政湜) wrote: That is, I suggest that 'navigator.language' always be the UI language of a web browser. That's an unacceptable privacy leak from Mozilla's point of view. See