Re: [heycam/webidl] Prevent [[SetPrototypeOf]] on all globals (#209)

bzbarsky commented on this pull request.



> @@ -12261,6 +12252,20 @@ defined in section [[#platformobjectset]].
     1.  Perform steps 3-11 of the [=default [[Set]] internal method=].
 </div>
 
+<h4 id="platformobjectsetprototypeof">Platform object \[[SetPrototypeOf]] method</h4>
+
+<div algorithm="to invoke the internal [[SetPrototypeOf]] method of platform objects">
+
+    The internal \[[SetPrototypeOf]] method of every [=platform object=]
+    that implements an [=interface=] with the [{{Global}}] or [{{PrimaryGlobal}}]
+    [=extended attribute=] must execute the same algorithm must be executed as is defined for the

"must execute the same algorithm must be executed" has too many "musts".  Probably should be:

  ... must execute the same algorithm as is defined for ...

-- 
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/209#pullrequestreview-7051814

Received on Thursday, 3 November 2016 16:49:31 UTC