Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General review of Shadow DOM 2015 updates #79

Closed
travisleithead opened this issue Sep 16, 2015 · 2 comments
Closed

General review of Shadow DOM 2015 updates #79

travisleithead opened this issue Sep 16, 2015 · 2 comments
Assignees

Comments

@travisleithead
Copy link
Contributor

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

@travisleithead
Copy link
Contributor Author

  • 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.

@travisleithead
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants