Re: [heycam/webidl] Use OrdinarySet instead of [[Set]] (#201)

> It can't rely on OrdinarySet, precisely because step 2 of OrdinarySet is wrong for this use case. Where "wrong" means "not web-compatible".

Understood. I meant to say we should:

1. change the algorithm to refer to steps 3-n of the OrdinarySet algorithm instead of [[Set]], as the latter only has a single step, and
2. get a proper hook in the OrdinarySet algorithm.

> Also, note that OrdinarySet is just a spec algorithm, not the name of an abstract operation, so there is no such thing as [[OrdinarySet]].

Fixed the title. Thanks.

-- 
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/201#issuecomment-256012292

Received on Tuesday, 25 October 2016 11:44:45 UTC