Closed
Bug 18964
Opened 25 years ago
Closed 25 years ago
<label> element not working with <input type="radio">
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: jsp, Assigned: pollmann)
Details
The following HTML should output a form with two radio buttons, each of which
can be selected by clicking on the text that follows the label. M10 handles it
as expected; the 11/15/99 nightly build displays the form correctly, but does
not allow selection by clicking on the label.
<html>
<body>
<form>
<label>
<input type="radio" name="radio1" value="t">True
</label>
<label>
<input type="radio" name="radio1" value="f">False
</label>
</form>
</body>
</html>
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•25 years ago
|
||
Agreed. Marking as verified dup of 16810.
Comment 4•25 years ago
|
||
Agreed. Marking as verified dup of 16810.
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•