What limitations, if any?
trusktr opened this issue · 1 comments
trusktr commented
Can I use all DOM APIs? F.e. el.attachShadow(...).adoptedStyleSheets
, etc?
WebReflection commented
attachShadow
is part of ShadowDOM specs, not custom elements, but if it's supported, it's a matter of having adoptedStyleSheets
available too, which is also another specs not related to custom elements.
This plugin is for custom elements and nothing else.