<input name="email" pattern=".+@.+" required autofocus>
or
<input name="email" pattern=".+@.+\..+" required autofocus>
A current workaround is to use an own-defined pattern.
The HTML5 specification and the implementation in browsers should be changed for input @type="email" to allow non-ASCII letters in email addresses.