- From: Caridy Patiño <notifications@github.com>
- Date: Wed, 26 Dec 2018 13:53:52 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 26 December 2018 21:54:13 UTC
@domenic no, that's precisely my point. My example above is just a copy/paste of https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio, but using a `fancy-radio` instead of `input`. When selecting a different radio, the previously selected one switched from checked to unchecked. That's the coordination that I was referencing to. The consumer of the input has to do nothing, while the consumer of fancy-radio will have to keep track of the state, unchecked the previously selected, and so on. Unless I'm missing something obvious about this proposal. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/187#issuecomment-450031718
Received on Wednesday, 26 December 2018 21:54:13 UTC