Re: Decoupling style scoped from Shadow DOM

2014-02-21 Thread Ryosuke Niwa
On Feb 20, 2014, at 6:29 PM, Hajime Morrita morr...@google.com wrote: Firefox has already shipped style scoped without Shadow DOM and I guess there is no dependency from scoped style to shadow DOM as the former is done before the later is started. Looks like Firefox supports it since 21.

Decoupling style scoped from Shadow DOM

2014-02-20 Thread Erik Bryn
Hi everyone, First time caller, long time listener. From what I understand, the browser vendors seem to be bundling style scoped with the Shadow DOM spec. I'd like to start a discussion around decoupling the two and asking that vendors prioritize shipping style scoped over Shadow DOM as a whole.

Re: Decoupling style scoped from Shadow DOM

2014-02-20 Thread Hajime Morrita
Here is my understanding: Firefox has already shipped style scoped without Shadow DOM and I guess there is no dependency from scoped style to shadow DOM as the former is done before the later is started. WebKit situation was similar. style scoped was done before Shadow DOM, and style scoping for