Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input type=email with "multiple" attribute #1805

Open
valioDOTch opened this issue Aug 13, 2015 · 2 comments
Open

Input type=email with "multiple" attribute #1805

valioDOTch opened this issue Aug 13, 2015 · 2 comments

Comments

@valioDOTch
Copy link

Currently only the standard input type=email is documented [1].

As per W3C specification [2] the email input type can have a "multiple" attribute, which should allow to enter multiple email addresses.

I suggest to add a separate evaluation as with input type=file which can have a "multiple" attribute as well and has been documented [3].

I personally don't care whether this feature gets implemented in major browsers, but would opt to document it for completeness (i.e. low priority).


[1] http://caniuse.com/#feat=input-email-tel-url
[2] https://html.spec.whatwg.org/multipage/forms.html#e-mail-state-(type=email)
[3] http://caniuse.com/#feat=input-file-multiple

@Ugoku
Copy link
Contributor

Ugoku commented Aug 18, 2015

+1

1 similar comment
@cvrebert
Copy link
Contributor

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants