#79: General review of Shadow DOM 2015 updates

Visit on Github.

Opened Sep 16, 2015

Now with slots! Given the changes and beginnings of implementation in Safari and updates in Chrome, it's a great time for an update.

Discussions

Comment by @travisleithead Oct 21, 2015 (See Github)
  • open/closed mode of attachShadow
  • <slot name=""> and <insert-me slot="..."> vs. <content select="selector">
  • removal of <shadow> element; removal of multiple shadows-per-element
  • Events have a deepPath, which accounts for open/close modes.
  • Distribution API was dropped due to hard timing concerns--now up to the UA to do appropriately. Slot approach can make this efficient.
Comment by @travisleithead Oct 21, 2015 (See Github)

Discussed in minutes from 21-Oct 2015! Closing issue.