Re: [WICG/webcomponents] Scoped Custom Element Registries (#716)

Does class resolution involve any kind of bubbling?

For example... say there are two classes, "FancyButton1" and "FancyButton2"...

```html
<body>
  <fancy-button> <!-- FancyButton1 -->
    <some-module>
      #shadowRoot (fancy-button = FancyButton2)
        <fancy-button>
        <some-other-module>
          #shadowRoot
            <fancy-button> <!-- what am I? -->
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/716#issuecomment-1012405271
You are receiving this because you are subscribed to this thread.

Message ID: <WICG/webcomponents/issues/716/1012405271@github.com>

Received on Thursday, 13 January 2022 18:38:48 UTC