[heycam/webidl] readonly attribute setter synthesis should happen for LenientSetter, not LenientThis (#271)

The spec says, at <https://heycam.github.io/webidl/#dfn-attribute-setter>:

> If attribute is read only and does not have a [LenientThis], [PutForwards] or [Replaceable] extended attribute, return undefined; there is no attribute setter function.

That should be [LenientSetter], not [LenientThis].

@domenic, @tobie 

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

Received on Friday, 20 January 2017 19:32:52 UTC