- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 18 Apr 2016 06:23:17 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Monday, 18 April 2016 13:23:44 UTC
Fixes https://github.com/w3c/webcomponents/issues/288. This defines the slotchange event in response to remove/insert operations, changes to a slot’s name attribute, and changes to an element’s slot attribute. This also introduces the assigned nodes concept for slots, and assigned slot concept for slotables. Slotables now also have a name, rather than a “get name”. The slotchange event dispatches just after mutation observers. You can view, comment on, or merge this pull request online at: https://github.com/whatwg/dom/pull/229 -- Commit Summary -- * Shadow: define slotchange event -- File Changes -- M dom.bs (191) M dom.html (163) -- Patch Links -- https://github.com/whatwg/dom/pull/229.patch https://github.com/whatwg/dom/pull/229.diff --- 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/pull/229
Received on Monday, 18 April 2016 13:23:44 UTC