Re: [heycam/webidl] Exception cleanup (#250)

If you have both `/throw` and `ecmascript/throw` in your document, you'll locally have to use `/throw` everywhere.  However, if you only export the `/throw` and not the other, then other specs will be able to just use `throw`.  If you want to be extra-safe, you can do `<dfn noexport lt="ECMAScript throw" local-lt="throw" for="ECMAScript">`, so it won't even clash in the database as an unexported term.

-- 
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/pull/250#issuecomment-266876887

Received on Tuesday, 13 December 2016 22:06:17 UTC