[whatwg/dom] Shouldn't have [CEReactions] on [PutForwards] readonly attribute in Element.webidl (#439)

The Element.webidl has a CEReactions annotation on |attribute DOMTokenList classList|[1]. It seems like an oversight bug, because [CEReactions] is no longer allowed on [PutForwards] readonly attributes[2].


[1] https://dom.spec.whatwg.org/commit-snapshots/4ba35d93cff40fd3d3137ed44e803df17296a8cd/#interface-element
[2] https://github.com/whatwg/html/issues/2362  

/cc @domenic , @annevk 

-- 
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/439

Received on Wednesday, 12 April 2017 08:48:43 UTC