- From: Matthew Phillips <notifications@github.com>
- Date: Wed, 08 Nov 2023 15:12:01 -0800
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 8 November 2023 23:12:07 UTC
@jaredcwhite I disagree, all of my buttons should look the same regardless of what shadow they happen to be part of. The only real ways to do this today are: 1. Create a button component. This is overkill for most buttons; a class name *is* a component, and doing this makes server rendering more difficult. 2. Using CSS modules, which aren't a thing yet and can't be bundled, which is as basic requirement for most websites. If we have CSS modules, including declarative HTML version (that is synchronous), and including bundling,then we'll have the pieces we need to not need this proposal. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/909#issuecomment-1802867712 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/909/1802867712@github.com>
Received on Wednesday, 8 November 2023 23:12:07 UTC