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

tobie commented on this pull request.



> +For each [=interface=] |interface| implemented by a [=platform object=] |obj|,
+the following steps must be run:
+
+1.  [=Define the unforgeable regular operations=] of |interface| on |obj|, given [=Realm=] |realm|.
+1.  [=Define the unforgeable regular attributes=] of |interface| on |obj|, given [=Realm=] |realm|.
+
+If a [=platform object=] |obj| implements an interface
+which is declared with the [{{Global}}] [=extended attribute=], then
+for each [=interface=] |interface| implemented by a |obj|,
+the following steps must be run:
+
+1.  [=Define the regular operations=] of |interface| on |obj|, given [=Realm=] |realm|.
+1.  [=Define the regular attributes=] of |interface| on |obj|, given [=Realm=] |realm|.
+
+Additionaly, [=platform objects=] which implement an [=interface=]
+which has a [{{Global}}] [=extended attribute=],

Fixed.

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

Received on Tuesday, 10 April 2018 12:36:15 UTC