Closed Bug 18964 Opened 25 years ago Closed 25 years ago

<label> element not working with <input type="radio">

Categories

(Core :: Layout, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 16810

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: rickg → pollmann
Eric -- can you please take a look?
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 16810 ***
Status: RESOLVED → VERIFIED
Agreed. Marking as verified dup of 16810.
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.