- From: Hayato Ito <notifications@github.com>
- Date: Wed, 07 Oct 2015 00:45:01 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Wednesday, 7 October 2015 07:45:34 UTC
I've revised the algorithms. The change of https://github.com/w3c/webcomponents/commit/96403c3b808aa581852497a25321440462351489 broke the assumption of: - S == N.assignedSlot <===> N is in the member of S.getAssignedNodes(). because it changed the behavior of `getAssignedNodes`. Now https://github.com/w3c/webcomponents/commit/609a11e3f39ea4d1b3ba30460ae07d14dc8399ce supports the fallback content at the layer of *get distributed nodes algorithm*, instead of at the layer of *get assigned nodes* algorithm, this issue wouldn't happen. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/317#issuecomment-146103611
Received on Wednesday, 7 October 2015 07:45:34 UTC