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

annevk 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=].

Cannot use "should not" in a note. If you make it a statement of fact by using "cannot" it's fine.

-- 
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#pullrequestreview-68562658

Received on Wednesday, 11 October 2017 10:47:15 UTC