Giovanni Campagna wrote: > That "checking" should set the :checked pseudo-class and remove any > :checked pseudo-class on element that belong to the same "radio-group" > / "toggle-group" (set by the appropriate property). OK. So the things one would need to keep track of would be: 1) The toggle groups 2) The checked state of every element Right? The latter is pretty simple, though there are issues like defining "clicking on it". The latter, I suspect the devil is in the details in terms of how hard it is to implement (e.g. what happens when elements get added to or removed from these groups). -BorisReceived on Friday, 24 April 2009 19:39:26 UTC
This archive was generated by hypermail 2.4.0 : Friday, 25 March 2022 10:07:35 UTC