This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
nested shadow dom component in non-shadow template not showing content #1111
Closed
Description
@component(
selector: 'outer',
template: 'A<inner>B</inner>C',
useShadowDom: false)
class Outer {}
@component(
selector: 'inner',
template: 'Z<content></content>Z')
class Inner {}
<outer></outer>
will display:
AZZC - changing the useShadowDom to true and it displays correctly (AZBZC)
Same with putting a useShadowDom:false on Inner, and if I do the reverse (outer shadow inside no shadow).
Metadata
Metadata
Assignees
Labels
No labels