[heycam/webidl] Attribute setter algorithm does not specify all the arguments needed for Set(...) in the [PutForwards] section (#368)

In the [PutForwards] section of the attribute setter algorithm (https://heycam.github.io/webidl/#dfn-attribute-setter), in step 3.5.9.4:

`Perform ? Set(Q, forwardId, V).` 

the call to Set(...) does not provide all four parameters required by the linked Set(...) algorithm (https://tc39.github.io/ecma262/#sec-set-o-p-v-throw).  Specifically, it is missing the 'throw' parameter.

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

Received on Wednesday, 7 June 2017 18:21:24 UTC