Re: [heycam/webidl] Dot notation for dictionary members is not spec'ed. (#453)

@marcoscaceres internal slots (which aren't really formalized yet other than in ECMAScript) would have two brackets on both sides, actually use a dot, not use quotation marks, and start with an uppercase character. I.e., foo["bar"] vs foo.[[Bar]].

Furthermore, dictionaries reuse the syntax we have for maps and maps can have keys with spaces (or non-string keys), that's why we went with foo[...].

-- 
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/issues/453#issuecomment-334074248

Received on Wednesday, 4 October 2017 07:40:34 UTC