TrustTheVote-Project / horatio-client

A client for an absentee ballot request form.
MIT License
2 stars 4 forks source link

Fix invalid HTML for/labels #35

Closed waldoj closed 9 years ago

waldoj commented 9 years ago

The elements use the name attribute instead of id, making every <label> invalid.

waldoj commented 9 years ago

Oh, man, this is a mess. Often the containing <div> uses the same string for its id element as the form field has for its name element, so I can't just batch-add IDs that match existing name elements.