- From: Tab Atkins Jr. <notifications@github.com>
- Date: Tue, 13 Dec 2016 14:05:45 -0800
- To: heycam/webidl <webidl@noreply.github.com>
Received on Tuesday, 13 December 2016 22:06:17 UTC
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