Re: [webcomponents] When is the slotting algorithm run (#401)

My current approach in defining this in the DOM Standard is to basically define algorithms similar to those in Shadow DOM "find a slot", "find slotables", "find distributed slotables", and invoke those from places such as assignedSlot and getAssignedNodes() (not yet defined, to be done in HTML).

The CSS specification for Shadow DOM will have to deal with the flattened tree and maybe even define that in detail since that is largely immaterial to DOM (it doesn't affect event dispatch or any API).

WDYT?

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/401#issuecomment-199265768

Received on Monday, 21 March 2016 13:11:04 UTC