Currently, the element does ignore the distributed content
Steps to reproduce
<shadow-host>
<template is="shadow-root" mode="open">
Does it work get distributed content?
<juicy-ace-editor><slot></slot></juicy-ace-editor>
</template>
does
</shadow-host>
Currently, the element does ignore the distributed content
Steps to reproduce
Live Demo
https://jsbin.com/susiran/1/edit?html,output
Expected result
Distributed content should be rendered as the value of the editor.
Actual result
distributed content is ignored.
Browsers affected
Screenshot