Re: [webkit-dev] Request for Webkit position for Imperative Shadow DOM Distribution API

2020-08-06 Thread Ryosuke Niwa
On Sun, Aug 2, 2020 at 9:42 PM Yu Han wrote: > Thanks Ryosuke. You mean > the ability to assign an arbitrary descendant > node of a shadow *host* to be assigned to a slot, right? > Yes, that's what I mean. I saw your proposal in the issue discussion and I think it'll definitely > improve ergo

Re: [webkit-dev] Request for Webkit position for Imperative Shadow DOM Distribution API

2020-08-02 Thread Yu Han
Thanks Ryosuke. You mean > the ability to assign an arbitrary descendant node of a shadow *host* to be assigned to a slot, right? I saw your proposal in the issue discussion and I think it'll definitely improve ergonomics for web developers. Let's do it in the next version of the Imperative slot

Re: [webkit-dev] Request for Webkit position for Imperative Shadow DOM Distribution API

2020-08-01 Thread Ryosuke Niwa
Hi Yu, I've reviewed your PRs and they look okay. We still prefer having the ability to assign an arbitrary descendant node of a shadow root to be assigned to a slot since there are a number of user cases we care about that could be addressed with such a capability but what's currently being propo

[webkit-dev] Request for Webkit position for Imperative Shadow DOM Distribution API

2020-07-30 Thread Yu Han
Hi Webkit-Dev, We would like to get an official position from webkit for Imperative Shadow DOM Distribution API. This proposal was discussed in the last TPAC F2F . And Chrome has implemented this API based on the F2F summary.