[w3c/permissions] Using Web IDL to describe WebDriver JSON is a bit unusual (#174)

https://w3c.github.io/permissions/#automation

The use of a Web IDL dictionary can be understood by readers I think, but it's a bit of a mismatch. The "converted to an IDL value" algorithm in particular converts ES values to IDL values, but the input is a string. It *would* make sense if `JSON.parse()` were somehow involved, but the WebDriver implementation won't itself have a JS engine inside of it.

@kereliuk @jugglinmike 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/issues/174

Received on Wednesday, 18 April 2018 09:13:49 UTC