[whatwg] Checkboxes that control other checkboxes

Randy randy at prowebdesign.nl
Sun Aug 14 02:53:20 PDT 2011


You do understand that in general HTML en CSS are used for structure and presentation, whereas Javascript adds (automated) behavior?

When sites authors add Javascript functionality, it should be unobtrusive and should only add functionality to make things easier. For web applications (or simply for websites) you can decide to provide functionality that completely relies on javascript.

Your description clearly describes behavior and should stay in JS. Can you provide a real world use-case where this functionality is absolutely needed, so it should still work without JS?

Regards

------Original Message------
From: Timo Beermann
Sender: whatwg-bounces at lists.whatwg.org
To: whatwg at whatwg.org
Subject: [whatwg] Checkboxes that control other checkboxes
Sent: Aug 14, 2011 09:29

It should be able to implemet checkboxes, where by only
activating/deactivating this single checkbox you can active/deactivate
multiple other checkboxes. That is possible with scripting today, but
it should be possible without scripting, only with HTML/CSS. Because
some users deactivate Scripting (for security or whatever other
reason) and on other computers (school, university, work,...) you are
not able to change the settings, even if you want to. E.g. I use
NoScript and only allow scripting on very few trusted sites, that
really need it.

Timo Beermann


---
Sent from my BlackBerry


More information about the whatwg mailing list