Closed
Bug 3596
Opened 26 years ago
Closed 25 years ago
Disabled options display and/or are selectable
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
M7
People
(Reporter: cpratt, Assigned: kmcclusk)
Details
Using the following HTML snippet, the menu displayed should do something to
prevent the 'Keemun' and 'Yunnan' options from being 'successful'. According to
the HTML 4.0 DTD, it's up to the user agent to render these things; it suggests
that we 'gray out' the disabled menu items. Currently, those two menu items look
the same as the others, and they are selectable. Frankly, I'm not sure what we
should do here, but I did want to call attention to this.
form action="mailto:Kligor.T@gee.whiz.com">
<select>
<option>Assam
<option>Darjeeling
<option>Dooars
<option disabled>Keemun
<option>Nilgiri
<option disabled>Yunnan
</select>
<input type=submit>
</form>
Updated•26 years ago
|
Assignee: karnaze → kmcclusk
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Target Milestone: M5
Assignee | ||
Updated•26 years ago
|
Target Milestone: M5 → M7
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•