This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 19664 - Submission of <option selected disabled>
Summary: Submission of <option selected disabled>
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-23 11:03 UTC by James Graham
Modified: 2014-07-22 01:47 UTC (History)
3 users (show)

See Also:


Attachments

Description James Graham 2012-10-23 11:03:08 UTC
"If the field element is a select element, then for each option element in the select element whose selectedness is true, append an entry to the form data set with the name as the name, the value of the option element as the value, and type as the type." - this also needs to account for the possibility that an option is both selected and disabled. It seems that WebKit and Gecko don't submit the element in this case.
Comment 1 contributor 2013-01-30 20:48:27 UTC
Checked in as WHATWG revision r7672.
Check-in comment: Match reality
http://html5.org/tools/web-apps-tracker?from=7671&to=7672