What fresh hell is THIS now? - Patrick Lauke
letter-spacing
and accessibility from @eric! https://css-tricks.com/keeping-track-letter-spacing-guidelines/
<input type="email">
gets validated by the browser on submit and produces an error message in a tooltip that does not zoom with browser zoom. Submitted tickets against the 3 I have on my mac:novalidate
is the best way to go, since the input types are valuable from a mobile keyboard perspective
type
on mobile is hugely beneficial.
type="text"
. If you’re not using native validation, there should be no real issues.