Re: [w3c/webcomponents] Steps in element definition that throw an exception should abort (#543)

It does say to throw but it doesn't say to abort the steps. So it's somewhat ambiguous as to whether we should keep executing `Get(prototype, callbackName)` on other callback names or not.

Now, it's quite obvious from the semantics of JavaScript that we can't keep issuing `Get`s when there is a pending exception being thrown but we should explicitly state that in the specifications.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/543#issuecomment-239079374

Received on Thursday, 11 August 2016 05:56:15 UTC