- From: <bugzilla@jessica.w3.org>
- Date: Mon, 09 May 2011 17:51:53 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12602
Tab Atkins Jr. <jackalmage@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jackalmage@gmail.com
--- Comment #1 from Tab Atkins Jr. <jackalmage@gmail.com> 2011-05-09 17:51:52 UTC ---
This is easy to work around - if your code generator (or just your personal
coding style) always puts the end tag on another line, thus filling the
<option> with whitespace, just add an empty value attribute to it instead,
like:
<select required>
<option value=''>
</option>
...other options...
</select>
--
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 Monday, 9 May 2011 17:51:55 UTC