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

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

Closed
samweinig opened this issue Jun 7, 2017 · 0 comments

Comments

@samweinig
Copy link

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.

TimothyGu added a commit to TimothyGu/webidl that referenced this issue Aug 13, 2017
TimothyGu added a commit to TimothyGu/webidl that referenced this issue Aug 13, 2017
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

1 participant