[whatwg/dom] DOMTokenList.value could be a stringifier attribute (#314)

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

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/314

Received on Thursday, 25 August 2016 00:04:54 UTC