Uploaded image for project: 'Teeda'
  1. Teeda
  2. TEEDA-293

radioへのlabel指定をできるようにして欲しい

XMLWordPrintable

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major Major
    • 1.0.10
    • Affects Version/s: 1.0.6
    • Component/s: Teeda Extension
    • None

      現状(1.0.6)のTeedaのradioでは、次のようなHTMLを出力できない。

      <form action="fooForm">
        <input type="radio" name="sex" id="man" value="man" /><label for="man">男</label>
        <input type="radio" name="sex" id="woman" value="woman" /><label for="woman">女</label>
        <input type="submit" value="送信" />
      </form>
      

      http://html.eweb-design.com/0906_lbl.html に書かれているように、label要素とradioの関連づけをできるようにしたい。

            Assignee:
            manhole manhole
            Reporter:
            manhole manhole
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: