- From: <bugzilla@jessica.w3.org>
- Date: Thu, 27 Oct 2011 12:52:20 +0000
- To: public-html@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14573
Summary: Make so you can put <hr> inside <select>. Many times
I've seen people use hacks such as <input
disabled>--------</input> as a separator/divider in
select. For people who want to have a selection with
no default value preselected. Example: <select>
<opti
Product: HTML WG
Version: unspecified
Platform: Other
URL: http://www.whatwg.org/specs/web-apps/current-work/#top
OS/Version: other
Status: NEW
Severity: normal
Priority: P3
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: contributor@whatwg.org
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
public-html@w3.org
Specification: http://dev.w3.org/html5/spec/
Multipage: http://www.whatwg.org/C#top
Complete: http://www.whatwg.org/c#top
Comment:
Make so you can put <hr> inside <select>.
Many times I've seen people use hacks such as <input disabled>--------</input>
as a separator/divider in select.
For people who want to have a selection with no default value preselected.
Example:
<select>
<option value="Select a car">Volvo</option>
<option disabled>------</option>
<option value="saab">Saab</option>
<option value="opel">Opel</option>
<option value="audi">Audi</option>
</select>
Posted from: 212.247.162.243
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20100101
Firefox/7.0.1
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Thursday, 27 October 2011 12:52:26 UTC