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

Update: turns out the correct way to describe the alternative is:

1. Let *assigned slot* be the context object's assigned slot.
2. If *assigned slot* is null, return null.
3. If *assigned slot* is closed-shadow-hidden from the context object, return null.
4. Return *assigned slot*.

-- 
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-260004361

Received on Friday, 11 November 2016 17:05:45 UTC