Skip to content

Instantly share code, notes, and snippets.

@stvedt
Created August 30, 2012 13:59
Show Gist options
  • Save stvedt/3529112 to your computer and use it in GitHub Desktop.
Save stvedt/3529112 to your computer and use it in GitHub Desktop.
<form action="" method="post" name="mobile-usability">
Username: <input name="email" type="text" size="20">
</form>
<form action="" method="post" name="mobile-usability">
Username: <input name="email" type="email" size="20">
</form>
<form action="" method="post" name="mobile-usability">
Username: <input name="email" type="text" autocorrect="off" autocapitalize="off" size="20">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment