- From: <bugzilla@jessica.w3.org>
- Date: Mon, 10 Nov 2014 16:29:47 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27292 --- Comment #2 from Andrea Rendine <master.skywalker.88@gmail.com> --- Probably I didn't explain myself correctly. Your example is quite good and I wanted to build something similar. But the problem is that clicking on link actually prevents the change of state (checked/unchecked) of the control itself. So, allowing authors to use <label><a href="url">label text</a></label> is pointless, as controls remain in their original state. The link itself IS clickable. Which is the only action you achieve. You would achieve more correct results, even at the cost of duplicating text inside the page, if you keep the navigation and the check controls separated (e.g. a navigation column and a newsletter subscription form). -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Monday, 10 November 2014 16:29:48 UTC