Re: [w3c/webcomponents] Clarify "report an exception" for Custom Elements (#635)

There's on complication around this, which is the exception that https://html.spec.whatwg.org/multipage/custom-elements.html#concept-upgrade-an-element step 7.2 throws.  This is happening outside the normal callback machinery, so wouldn't just automatically pick up webidl callback error reporting.  But other than that complication, is there a reason we can't use normal webidl callback error reporting for everything else?

For that SameValue check, ideally we would treat it like we would treat an exception from C itself, in terms of reporting...

-- 
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/635#issuecomment-314509861

Received on Tuesday, 11 July 2017 17:08:05 UTC