Re: [whatwg] Allowing custom attributes on or in documents for media resources

2012-01-30 Thread Ian Hickson
On Tue, 31 Jan 2012, Robert O'Callahan wrote: > On Tue, Jan 31, 2012 at 11:10 AM, Ian Hickson wrote: > > > > Is there any reason you can't just put whatever styles you want into a > >

Re: [whatwg] Allowing custom attributes on or in documents for media resources

2012-01-30 Thread Robert O'Callahan
On Tue, Jan 31, 2012 at 11:10 AM, Ian Hickson wrote: > Is there any reason you can't just put whatever styles you want into a >

Re: [whatwg] tabindexscope

2012-01-30 Thread Tab Atkins Jr.
On Mon, Jan 30, 2012 at 1:54 PM, Ian Hickson wrote: > On Tue, 8 Nov 2011, Ojan Vafai wrote: >> We keep running into the use case where the physical position matters >> for the tab order. The problem with just setting tabIndex (or CSS3 >> tab-index) is that it takes the thing out of the natural ord

Re: [whatwg] tabindexscope

2012-01-30 Thread Ian Hickson
On Mon, 30 Jan 2012, Erik Arvidsson wrote: > On Mon, Jan 30, 2012 at 13:54, Ian Hickson wrote: > > Surely that would be better than having authors manage local regions > > for tabindex, especially since the positioning depends on the CSS > > level, not the HTML level, and thus trying to manage t

Re: [whatwg] tabindexscope

2012-01-30 Thread Erik Arvidsson
On Mon, Jan 30, 2012 at 13:54, Ian Hickson wrote: > Surely that would be better than having authors manage local regions for > tabindex, especially since the positioning depends on the CSS level, not > the HTML level, and thus trying to manage the tabindex in the HTML would > be a layering violati

Re: [whatwg] Origin of a data: URL for an img

2012-01-30 Thread Ian Hickson
On Wed, 16 Nov 2011, Ian Hickson wrote: > On Wed, 16 Nov 2011, Gavin Kistner wrote: > > > > Can you provide an example in script of when the "found specs" would > > apply, and when the "other specs" would apply? > > Hmm, good point. Now that we're using CORS explicitly, all of the stuff > about

Re: [whatwg] Why is @scoped required for

2012-01-30 Thread Ian Hickson
On Wed, 15 Jun 2011, Jukka K. Korpela wrote: > 2011-06-15 3:26, Ian Hickson wrote: > > > > Styling a whole document by having style sheets in the middle of the > > document causes flickering (as the browser updates the styles), and is > > hard to maintain. So we make this non-conforming, to help

Re: [whatwg] Allowing custom attributes on or in documents for media resources

2012-01-30 Thread Ian Hickson
On Thu, 10 Nov 2011, Robert O'Callahan wrote: > > http://www.whatwg.org/specs/web-apps/current-work/#read-media > > Can we allow the UA to add custom vendor-prefixed attributes to the > and/or elements? Alternatively, a vendor-prefixed class? > We want to be able to use a style sheet with rules

Re: [whatwg] autoplay element attribute

2012-01-30 Thread Ian Hickson
On Tue, 8 Nov 2011, Francis Boumphrey wrote: > > Why does the (Editor's Draft 4 November 2011) spec not specifically > allow the 'autoplay' element? It has been supported by most browsers for > at least 10 years, and is specified on the and elements, I assume you mean the autoplay="" attribute

Re: [whatwg] tabindexscope

2012-01-30 Thread Ian Hickson
On Tue, 8 Nov 2011, Ojan Vafai wrote: > > We keep running into the use case where the physical position matters > for the tab order. The problem with just setting tabIndex (or CSS3 > tab-index) is that it takes the thing out of the natural order. > > This problem comes up in a lot of places (e.g

Re: [whatwg] should we add beforeload/afterload events to the web platform?

2012-01-30 Thread Karl Dubost
Le 17 janv. 2012 à 19:51, Boris Zbarsky a écrit : > On 1/17/12 7:37 PM, Tab Atkins Jr. wrote: >> SPDY push allows the server to send down additional resources along >> with the main resource […] > Ah, ok. Yeah, there's obviously no way the client can prevent that, nor > should it try. "no way

Re: [whatwg] should we add beforeload/afterload events to the web platform?

2012-01-30 Thread Karl Dubost
Le 17 janv. 2012 à 19:37, Tab Atkins Jr. a écrit : > SPDY push allows the server to send down additional resources along > with the main resource, before the client actually requests them. When you say "additional resources". Is that "from the same domain"? -- Karl Dubost - http://dev.opera.

Re: [whatwg] history.popstate in Firefox4

2012-01-30 Thread Ian Hickson
On Mon, 7 Nov 2011, Jonas Sicking wrote: > On Wed, Mar 23, 2011 at 5:37 PM, Ian Hickson wrote: > > > > I'm studying some of the feedback raised over the past few months > > regarding history.pushState() and related APIs, in particular in the > > context of applying these changes to the spec: > > >

Re: [whatwg] allow-popups in iframe sandbox

2012-01-30 Thread Ian Melven
Just to make sure I understand the proposal correctly : if allow-popups is specified and a new browsing context is being created, this inherits the sandbox flags of the document creating the new popup/browsing context ? This does seem to complicate the algorithm to determine if a navigation is