- From: Rob Resendez <notifications@github.com>
- Date: Thu, 13 Jan 2022 10:38:35 -0800
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 13 January 2022 18:38:48 UTC
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