You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that declarative shadow DOM is available cross browser, it might be a good idea to respect <slot>/slot= inside WebC templates.
Web's own slots could be renamed to something like <webc:slot>/webc:slot=.
Similarly, WebC could avoid doing special handling of <template> by default. I've encountered very strange issues when creating WebC wrappers over <template shadowrootmode="open">.
Now that declarative shadow DOM is available cross browser, it might be a good idea to respect
<slot>
/slot=
inside WebC templates.Web's own slots could be renamed to something like
<webc:slot>
/webc:slot=
.Similarly, WebC could avoid doing special handling of
<template>
by default. I've encountered very strange issues when creating WebC wrappers over<template shadowrootmode="open">
.See also: #185
The text was updated successfully, but these errors were encountered: