<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.3">
</HEAD>
<BODY>
On Fri, 2010-06-18 at 11:35 +0200, Mounir Lamouri wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Hi,

I'm wondering why select element do not have a required attribute. It
seems to be perfectly suitable. With the required attribute, select
element would be able to suffer from being missing and the :required
pseudo-class could apply.

Is there a reason why the select element has no required attribute or
it's only an omission?

Related bug:
<A HREF="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9625">http://www.w3.org/Bugs/Public/show_bug.cgi?id=9625</A>

Thanks,
--
Mounir
</PRE>
</BLOCKQUOTE>
<BR>
Required as in it should always have a value sent? If so, then it always does. The default value for a select element is not an empty string as an <option> is always there (unless someone has been stupid enough to create an empty select list.)<BR>
<BR>
As such, some sort of value will always be sent.<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
Thanks,<BR>
Ash<BR>
<A HREF="http://www.ashleysheridan.co.uk">http://www.ashleysheridan.co.uk</A><BR>
<BR>
<BR>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>