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

I can definitely live with dict["foo"], but hear me out: my concerns are the same as the ones @annevk mentioned: We have specs already using `dict.foo` (e.g., payment request) and I'm worried that `dict["foo"]` will be confused with internal slots. I can see `dict["foo"]` making sense if member names could contain spaces, that's also not allowed. 

If you are all ok with the above, I'm also ok with it and we will use `dict["foo"]` for manifest.

@domenic, will we need to update Payment Request?  

-- 
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-334029650

Received on Wednesday, 4 October 2017 01:59:51 UTC