- From: <bugzilla@jessica.w3.org>
- Date: Wed, 25 Jan 2012 11:27:41 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15703
--- Comment #1 from Marat Tanalin | tanalin.com <mtanalin@yandex.ru> 2012-01-25 11:27:41 UTC ---
By the way, radio buttons is a case where having @required attribute for
fieldset would be handy:
<fieldset required>
<input type="radio" name="group1" id="radio1" />
<input type="radio" name="group1" />
</fieldset>
So we could use FIELDSET:required instead of INPUT:required.
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Wednesday, 25 January 2012 11:27:47 UTC