Re: [heycam/webidl] Add an algorithm to create a platform object. (#635)

annevk commented on this pull request.



> @@ -12346,12 +12364,60 @@ It is the responsibility of specifications using Web IDL to state
 which global environment (or, by proxy, which global object) each platform
 object is associated with.
 
+<div algorithm>
+  To create a <dfn export>new</dfn> object implementing the interface |interface|, with a Realm

I think what @TimothyGu is suggesting is that we still provide a single convention for callers `Let <var>x</var> be a <a for=/>new</a> <code>Y</code>`, but that the `<dfn>` part here is a bit longer. I'd be okay with that, though some additional rationale would help.

-- 
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/635#discussion_r256737628

Received on Thursday, 14 February 2019 08:50:46 UTC