This form uses: <input type="email" name="myemail" multiple>

With the multiple attribute

This form does not use the multiple attribute:

Without the multiple attribute

Type in a list of email addresses separated by a comma. Look at the input field background color (pink = invalid, green = valid), try to submit.