Re: [heycam/webidl] Base sequences, dictionaries, and records on Infra types (#317)

tobie commented on this pull request.



> @@ -7415,17 +7429,17 @@ ECMAScript <emu-val>Object</emu-val> values.
         [=ECMAScript/throw=] a <emu-val>TypeError</emu-val>.
     1.  Let |result| be a new empty instance of <code>[=record=]&lt;|K|, |V|></code>.
     1.  Let |keys| be [=?=] |O|.\[[OwnPropertyKeys]]().
-    1.  Repeat, for each element |key| of |keys| in [=List=] order:
+    1.  [=list/For each=] element |key| of |keys|:

 1.  [=list/For each=] |key| of |keys|:

-- 
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/317#pullrequestreview-23359188

Received on Wednesday, 22 February 2017 23:06:38 UTC