fixing appcache...

2013-03-23 Thread Charles McCathie Nevile
Hi, we've been talking about appcache inside Yandex. Actually we're not at all sure that appcache is what we really want, so much as an API to use the normal cache better. Right now we prefer to use local storage, since appcache isn't actually helpful. Anyway, here are some use cases: 1.

Re: [webcomponents]: Invocation order of custom element readyCallback

2013-03-23 Thread Hajime Morrita
On Sat, Mar 23, 2013 at 3:25 AM, Dimitri Glazkov dglaz...@chromium.orgwrote: On Fri, Mar 22, 2013 at 9:35 AM, Scott Miles sjmi...@google.com wrote: In our work, we adopt a composition rule that a node knows about it's own children and can have expectations of them, but can make no

Re: [webcomponents] insertion points and offsetParent

2013-03-23 Thread Dimitri Glazkov
Great minds think alike! Dominic started this discussion here just a few days ago: http://lists.w3.org/Archives/Public/public-webapps/2013JanMar/0881.html On Sat, Mar 23, 2013 at 10:53 AM, Alan Stearns stea...@adobe.com wrote: Hey all, I've been looking at the algorithm for offsetParent [1]

Re: [webcomponents] Adjusting offsetParent, offsetTop, offsetLeft properties in Shadow DOM

2013-03-23 Thread Scott Miles
Sorry for the late response, this is one of those bad cases where agreement was expressed as silence. This is a thorny problem, but my initial reaction is that you threaded the needle appropriately. I don't see how we avoid some lossiness in this situation. Scott On Mon, Mar 18, 2013 at 1:48