Overlap between StreamReader and FileReader -[Re: File API - Progress - Question about Partial Blob data]

2013-09-09 Thread Aymeric Vitte
Redirecting this thread to the overlap... thread because it is the same. For Cyril -- I think the mistake is that XHR does provide incremental data on 'loading' instead of delta data. I have read again: http://lists.w3.org/Archives/Public/public-webapps/2013AprJun/0727.html. And still do

[webcomponents]: The Shadow Cat in the Hat Edition

2013-09-09 Thread Dimitri Glazkov
This progress update is brought to you in part by the Sith Order: Sith: When The Light Side Just Ain't Cuttin' It. Part 1: Revenge of the :host Turns out, it's bad to be Super Man. After the Shadow DOM meetup, where we decided that shadow host could be matched by both outer and inner trees

Re: [webcomponents]: The Shadow Cat in the Hat Edition

2013-09-09 Thread Scott Miles
I'm one of the guinea people, for whatever biases that gives me. Fwiw and IMO, Dimitri summarized our thinking better than our own brains did. finally ruined encapsulation? As I see it the main Web Components system is based on soft encapsulation. Each boundary is in force by default, but each

[Bug 23147] Describe File API Model

2013-09-09 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23147 Arun a...@mozilla.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 23160] Add a File.rawName attribute on File alongside File.name, and parse for separators

2013-09-09 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23160 Arun a...@mozilla.com changed: What|Removed |Added Status|NEW |RESOLVED

Re: [webcomponents]: The Shadow Cat in the Hat Edition

2013-09-09 Thread Tab Atkins Jr.
On Mon, Sep 9, 2013 at 4:32 PM, Dimitri Glazkov dglaz...@google.com wrote: For what it's worth, it would be fairly easy to make shadow tree rules match shadow host only when :host is present in a rule. Unfortunately, this would leave Tab (and other CSS WG folks) in a sad state, since

Re: [webcomponents]: The Shadow Cat in the Hat Edition

2013-09-09 Thread Scott Miles
since you have no clue what parts of your existing markup structure are being depended on by others. But we already have no clue. In all cases we are talking about guidelines. You cannot outright prevent people from poking around in the guts of your component. In either case you can be assured

Re: [webcomponents]: The Shadow Cat in the Hat Edition

2013-09-09 Thread Tab Atkins Jr.
On Mon, Sep 9, 2013 at 6:20 PM, Scott Miles sjmi...@google.com wrote: I'd greatly prefer to stick with the current plan of having to mark things to be exposed explicitly, Fwiw, we tried that and got in the weeds right away. See Dimitri's post for details. I'm afraid of trading real-life pain

Re: [webcomponents]: The Shadow Cat in the Hat Edition

2013-09-09 Thread Brian Kardell
On Sep 9, 2013 9:32 PM, Tab Atkins Jr. jackalm...@gmail.com wrote: On Mon, Sep 9, 2013 at 6:20 PM, Scott Miles sjmi...@google.com wrote: I'd greatly prefer to stick with the current plan of having to mark things to be exposed explicitly, Fwiw, we tried that and got in the weeds right