Closed
Bug 2987
Opened 26 years ago
Closed 26 years ago
SELECT elements not supported outside of FORM
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: dbaron, Assigned: rickg)
References
()
Details
You don't seem to support SELECT elements outside of FORM. NN4.5 doesn't
either. However, MSIE5 does, the practice is not mentioned (either way) in
HTML4.0, the document is valid, and it is basically allowed in DOM-Level-1 when
it defines the form attribute on all the form widgets:
Returns the FORM element containing this control. Returns null if this
control is not within the context of a form.
Compare the above URL (which doesn't render right) to
http://www.fas.harvard.edu/~dbaron/dom/altsel_nglay.html
I think it makes sense to support form widgets outside of forms because of
scripting. FORMs should be used, I would think, if a form submission is
needed.
I'm not sure *why* they're not supported, so I'm filing on Parser.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → REMIND
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Reporter | ||
Comment 1•26 years ago
|
||
This bug has been fixed. Reopening (from RESOLVED-REMIND) so that it can be
RESOLVED-WORKSFORME.
Reporter | ||
Updated•26 years ago
|
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
QA Contact: janc
Resolution: REMIND → FIXED
Reporter | ||
Comment 2•26 years ago
|
||
Marking RESOLVED-FIXED (see above) and adding janc@netscape.com as QAContact
(default for Parser).
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Verifying per reporter comments (dbaron)
You need to log in
before you can comment on or make changes to this bug.
Description
•