Re: [whatwg/dom] "The assignedSlot attribute’s getter must return..." (#369)

I think I may have figured out why.

At https://dom.spec.whatwg.org/#assign-slotables, step 4, the slotable's assigned slot is set to slot.

> For each slotable in slotables, set slotable’s assigned slot to slot.

But at https://dom.spec.whatwg.org/#concept-node-remove, step 10, there is no provision for setting the node's assigned slot to null.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/369#issuecomment-259034818

Received on Tuesday, 8 November 2016 03:22:13 UTC