hackatbrown / 2015.hackatbrown.org

Website for Hack@Brown 2015.
http://2015.hackatbrown.org
MIT License
20 stars 4 forks source link

Modify form inputs #17

Closed athyuttamre closed 9 years ago

athyuttamre commented 9 years ago

Make sure autocomplete, capitalization and spell-check are disabled where needed. Add HTML5 url validation to links section. @chen-ye

chen-ye commented 9 years ago

not sure we're using html5 validation

@ariellebryn ?

ariellebryn commented 9 years ago

Nope, not for actual validation. It's used for some pseudoclass styling where possible (which is not possible for many of our inputs).

chen-ye commented 9 years ago

partially complete. links are changed to url which disable autocomplete. still need validation