Re: [heycam/webidl] Add a note on the difference of SyntaxError (#459)

TakayoshiKochi commented on this pull request.



> @@ -4401,6 +4401,10 @@ for {{DOMException}}, a description, and legacy code values.
 
 Note: If an error name is not listed here, please file a bug as indicated at the top of this specification and it will be addressed shortly. Thanks!
 
+Note: Do not confuse {{SyntaxError!!exception}} defined here with ECMAScript's
+{{ECMAScript/SyntaxError}}. The ECMAScript one should not be used outside
+ECMAScript and it is deliberately omitted from [=simple exception=].

I see.  Does the revised note look okay?  If adding an example "such as~" is not acceptable, it would be okay to omit that part and simply say "The ECMAScript one is delibarately ommitted from simple exception".

-- 
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/459#discussion_r143979022

Received on Wednesday, 11 October 2017 11:13:00 UTC