[Bug 25423] New: [Shadow]: event.path should return every nodes in the event path, instead of erasing nodes on descendant trees.

2014-04-22 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25423 Bug ID: 25423 Summary: [Shadow]: event.path should return every nodes in the event path, instead of erasing nodes on descendant trees. Product: WebAppsWG Versio

Re: Separating Transclusion Mechanisms for Inheritance and Data Binding

2014-04-22 Thread Erik Bryn
*claps for sharing JSBin* Would love to see more of this on public-webapps when possible :) On Tue, Apr 22, 2014 at 10:46 AM, Dimitri Glazkov wrote: > BTW, here's a jsbin that implements yield/transclude using existing Shadow > DOM plumbing: > > http://jsbin.com/pacim/1/edit > > :DG< >

Re: Separating Transclusion Mechanisms for Inheritance and Data Binding

2014-04-22 Thread Dimitri Glazkov
Here's a jsbin that uses the shadow-as-function syntax and does the same thing: http://jsbin.com/peqoz/2/edit :DG< On Tue, Apr 22, 2014 at 10:46 AM, Dimitri Glazkov wrote: > BTW, here's a jsbin that implements yield/transclude using existing Shadow > DOM plumbing: > > http://jsbin.com/pacim/1/

Re: Separating Transclusion Mechanisms for Inheritance and Data Binding

2014-04-22 Thread Dimitri Glazkov
BTW, here's a jsbin that implements yield/transclude using existing Shadow DOM plumbing: http://jsbin.com/pacim/1/edit :DG<

Re: Separating Transclusion Mechanisms for Inheritance and Data Binding

2014-04-22 Thread Dimitri Glazkov
On Thu, Apr 17, 2014 at 2:42 AM, Ryosuke Niwa wrote: > *Review: Template Inheritance in the Current Specification* > > In the current specification, a super class doesn't define any hooks for > subclasses. Instead, it defines insertion points into which nodes from the > original DOM ("light DOM"

Re: Separating Transclusion Mechanisms for Inheritance and Data Binding

2014-04-22 Thread Dimitri Glazkov
On Thu, Apr 17, 2014 at 2:42 AM, Ryosuke Niwa wrote: > *Review: Template Inheritance in the Current Specification* > > In the current specification, a super class doesn't define any hooks for > subclasses. Instead, it defines insertion points into which nodes from the > original DOM ("light DOM"

[admin] public-webapps-testsuite is now Closed

2014-04-22 Thread Arthur Barstow
As discussed a few weeks ago, public-webapps-testsuite is now closed and all previous subscribers have been unsubscribed. For all testing related discussions specific to WebApps, please use the public-webapps list and infrastructure type discussions, please use the public-test-infra list. -

Re: [charter] Addressable Ranges?

2014-04-22 Thread Doug Schepers
Hi, Art– There are different approaches that could be taken, but one concrete implementation in JavaScript is from the Hypothes.is Annotator [1]. https://hypothes.is/blog/fuzzy-anchoring/ Regards– –Doug On 4/22/14 9:04 AM, Arthur Barstow wrote: Hi Doug, Do you have some prior art/work for

Re: [charter] Addressable Ranges?

2014-04-22 Thread Arthur Barstow
Hi Doug, Do you have some prior art/work for this functionality (that could help people get a bit deeper understanding of the proposal)? All - if you have any feedback - both positive/+1 or negative - please do speak up by April 25 at the latest. -Thanks, AB On 4/18/14 3:45 PM, Doug Schepe

Re: [selection] [editing] Selection API Bugzilla is available

2014-04-22 Thread Aryeh Gregor
On Mon, Apr 21, 2014 at 9:19 PM, Ben Peters wrote: > The Selection API Bugzilla component [1] is now available for bugs in the > Selection API spec [2]. I propose that we move selection-related bugs from > the HTML Editing APIs spec [3] to this new component. Are there any > objections? If not,

[Bug 13909] Selections have three possible directions, not two

2014-04-22 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=13909 Ryosuke Niwa changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---