Re: [whatwg] Type strings to specify number of AAC audio channels

2013-11-27 Thread Ian Hickson
On Mon, 23 Sep 2013, Bolin Hsu wrote: > > Since the royalty for decoding surround sound AAC is higher than stereo > AAC, some platforms can decode stereo AAC but not surround sound AAC. > But the type string passed to HTMLMediaElement.canPlayType(type) doesn't > specify number of channels. I dis

Re: [whatwg] Proposal: Locale Preferences API

2013-11-27 Thread Jukka K. Korpela
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 view. See https://bugzilla.mozilla.org/show_bug.cgi?

Re: [whatwg] Proposal: Locale Preferences API

2013-11-27 Thread Boris Zbarsky
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 https://bugzilla.mozilla.org/show_bug.cgi?id=55366 where we explicitly switched

Re: [whatwg] Proposal: Locale Preferences API

2013-11-27 Thread 신정식, 申政湜
The proposal looks good except for one reservation I have about. A few years ago, we proposed a similar API to webkit-dev, but it's 'killed' there and we didn't bring it up in whatwg (Chromium ended up adding an extension API for that for Chrome extensions). My reservation is : it's not a good id

Re: [whatwg] Simplified element draft

2013-11-27 Thread Kornel Lesiński
On Wed, 27 Nov 2013 00:48:56 -, Simon Pieters wrote: You introduce a proxy that needs to be tested to see that it works in different scenarios (e.g. removing an attribute, that events are forwarded properly, that it does not affect parts it shouldn't like document.images, that the cont

Re: [whatwg] Fetch SVG images with No CORS tainted cross-origin

2013-11-27 Thread Boris Zbarsky
On 11/27/13 9:08 AM, Anne van Kesteren wrote: It seems weird to say "Gecko has serious security concerns". Either there's a factual security issue or not, right? In theory, yes. In practice, opinions seem to differ, not least because one person's security/privacy issue is another's business m

Re: [whatwg] Fetch SVG images with No CORS tainted cross-origin

2013-11-27 Thread Anne van Kesteren
On Wed, Nov 27, 2013 at 1:13 AM, Boris Zbarsky wrote: > Note that Gecko has serious security concerns with allowing subresource > loads like this in SVG loaded via ; we currently disallow them > altogether due to those concerns. Such SVG documents can link to things > internal to themselves and t