Re: [heycam/webidl] Make interface prototype object creation imperative (#494)

tobie commented on this pull request.



> +</div>
+
+<div algorithm>
+    To <dfn>expose the unforgeable regular operations</dfn> of [=interface=] |interface| on |target|, given [=Realm=] |realm|, 
+    run the following steps:
+
+    1.  Let |operations| be the [=list=] of [=exposed=] [=unforgeable=] [=regular operations=] that are [=members=] of |interface|.
+    1.  [=Expose the operations=] |attributes| of |interface| on |target| given |realm|.
+</div>
+
+<div algorithm>
+    To <dfn>expose the operations</dfn> |attributes| of [=interface=] |interface| on |target|
+    given [=Realm=] |realm| run the following steps:
+
+    1.  [=list/For each=] [=operation=] |op| of |operations|:
+        1.  If |op| has [=no allowable invocations=], then [=iteration/continue=].

Removing as per #511.

-- 
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/494#discussion_r161077383

Received on Thursday, 11 January 2018 21:16:31 UTC