- From: <bugzilla@jessica.w3.org>
- Date: Fri, 30 Apr 2010 10:42:37 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=9625
Summary: select element should accept the required attribute
Product: HTML WG
Version: unspecified
Platform: All
URL: http://dev.w3.org/html5/spec/forms.html#the-select-ele
ment
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec proposals
AssignedTo: dave.null@w3.org
ReportedBy: mounir.lamouri@gmail.com
QAContact: public-html-bugzilla@w3.org
CC: ian@hixie.ch, mike@w3.org, public-html@w3.org
Select elements should be able to accept the required attribute: they are
interactive, submittable and resettable. That means they have a value which can
be changed by the user. If there is no selected option, the select element
value is the empty string so it should be easy to check if the element is
suffering from being missing.
--
Configure bugmail: http://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 Friday, 30 April 2010 10:42:39 UTC