On testing an HTML form with a email input text box, I'm noticing that any email address over 72 characters fails validation: "Please enter an email address" in both Chrome and Firefox. I didn't realize the validation for input type=email limited to 72 characters, and can't find any documentation about it, W3C or otherwise:
<input type="email" style="width:800px" maxlength="100" />