For example, right now, we default to:
handle.dom.attachShadow mode: "open", delegatesFocus: true
Setting delegatesFocus may be undesirable in some cases. And to override it, you need to provide a custom initializer.
One alternative would be to allow the shadow combinator to take options.
For example, right now, we default to:
Setting
delegatesFocusmay be undesirable in some cases. And to override it, you need to provide a custom initializer.One alternative would be to allow the
shadowcombinator to take options.