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

DOMTokenList.value could be a stringifier attribute #314

Closed
cdumez opened this issue Aug 25, 2016 · 3 comments
Closed

DOMTokenList.value could be a stringifier attribute #314

cdumez opened this issue Aug 25, 2016 · 3 comments

Comments

@cdumez
Copy link

cdumez commented Aug 25, 2016

Looking at the latest DOM specification [1], it seems that the DOMTokenList stringifier basically does the same thing as the 'value' attribute getter. Therefore, shouldn't we be able to make 'value' a stringifier attribute?

i.e.
[CEReactions] stringifier attribute DOMString value;

[1] https://dom.spec.whatwg.org/#domtokenlist

@cdumez
Copy link
Author

cdumez commented Aug 25, 2016

@annevk @heycam

@annevk
Copy link
Member

annevk commented Aug 25, 2016

Yeah, that seems correct.

@annevk annevk closed this as completed in cb85ac4 Aug 25, 2016
@cdumez
Copy link
Author

cdumez commented Aug 25, 2016

Thanks.

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

No branches or pull requests

2 participants