- From: Justin Fagnani <notifications@github.com>
- Date: Thu, 03 Oct 2024 09:48:30 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 3 October 2024 16:48:34 UTC
I've been building form elements recently and could really use the ability to act like a checkbox and use standard validation-related pseudo-classes. What's needed to manage these with CustomStateSet? Do we need a separate set because this state isn't custom? Or can we just use the colon-prefixed names, like `internals.states.add(":checked")`? -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/813#issuecomment-2391875457 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/813/2391875457@github.com>
Received on Thursday, 3 October 2024 16:48:34 UTC