[whatwg] Rename the 7-arg arcTo() to ellipseTo()?

2012-09-17 Thread Tab Atkins Jr.
Heya, we at the SVGWG just resolved today to add equivalents for the CanvasPathMethods interface arc/ellipse/arcTo commands to the path element's syntax. Ideally, we'd be able to use the same names as Path, for minimal confusion - path d='M0 0 arc 30 30 10 0 90 0' producing a line from (0,0) to

Re: [whatwg] MediaController feedback

2012-09-17 Thread Ian Hickson
On Tue, 28 Aug 2012, Jer Noble wrote: On Aug 27, 2012, at 5:02 PM, Ian Hickson i...@hixie.ch wrote: With JavaScript, it's certainly possible for a page author to play() or pause() a slaved media element directly, but that author could just as easily remove the media element from the

[whatwg] video feedback

2012-09-17 Thread Ian Hickson
On Thu, 7 Jun 2012, Kit Grose wrote: On 06/06/2012, at 7:44 AM, Ian Hickson wrote: On Fri, 13 Jan 2012, Kit Grose wrote: I'd argue that while we did receive in WebM a common codec it does not enjoy the sort of universal adoption required to be able to mandate its support in the spec,

[whatwg] [Web-storage] subdomains / cooperation and limits

2012-09-17 Thread Brian Kardell
Cross posted from w3c list.. I have searched the archives and been unable to resolve this to a great answer and I just want to make sure that my understanding is correct lest I have to unwind things later as someone has recently made me second guess what I thought was a logical understanding of

Re: [whatwg] StringEncoding open issues

2012-09-17 Thread Joshua Bell
On Fri, Aug 17, 2012 at 5:19 PM, Jonas Sicking jo...@sicking.cc wrote: On Fri, Aug 17, 2012 at 7:15 AM, Glenn Maynard gl...@zewt.org wrote: On Fri, Aug 17, 2012 at 2:23 AM, Jonas Sicking jo...@sicking.cc wrote: - If encoding is utf-16 and the first bytes match 0xFF 0xFE or 0xFE

Re: [whatwg] [Web-storage] subdomains / cooperation and limits

2012-09-17 Thread Ian Hickson
On Mon, 17 Sep 2012, Brian Kardell wrote: Essentially, x.wordpress.com and y.wordpress.com both allocate and use space - no problem, right? Access is subject to the browsers -general- [same-origin policy], (leaving aside the ability to document.domain up one), right? If I have two

Re: [whatwg] StringEncoding open issues

2012-09-17 Thread Joshua Bell
On Mon, Sep 17, 2012 at 2:17 PM, Anne van Kesteren ann...@annevk.nl wrote: On Mon, Sep 17, 2012 at 11:13 PM, Joshua Bell jsb...@chromium.org wrote: I've attempted to distill the above into the spec in an algorithmic way: http://wiki.whatwg.org/wiki/StringEncoding#TextDecoder English

Re: [whatwg] StringEncoding open issues

2012-09-17 Thread Glenn Maynard
On Mon, Sep 17, 2012 at 4:17 PM, Anne van Kesteren ann...@annevk.nl wrote: Why would we want the API to work different from how it works in markup (with meta charset etc.)? Granted it's not super logical, but I don't really see why we should make it inconsistent and more complicated. That

Re: [whatwg] [Web-storage] subdomains / cooperation and limits

2012-09-17 Thread Brian Kardell
On Sep 17, 2012 5:22 PM, Ian Hickson i...@hixie.ch wrote: On Mon, 17 Sep 2012, Brian Kardell wrote: Essentially, x.wordpress.com and y.wordpress.com both allocate and use space - no problem, right? Access is subject to the browsers -general- [same-origin policy], (leaving aside the

[whatwg] exposing metadata on replaced elements (was: video feedback)

2012-09-17 Thread Silvia Pfeiffer
Hi Ralph, all, On Mon, 11 Jun 2012, Ralph Giles wrote: Recently, we've been considering adding a 'tags' or 'metadata' attribute to HTML media elements in Firefox, to allow webcontent access to metadata from the playing media resource. In particular we're interested in tag data like creator,