Re: [whatwg/webidl] Update 'Creating a sequence from an iterable' to use new iterator AOs (PR #1409)

@linusg commented on this pull request.



>      1.  Initialize |i| to be 0.
     1.  Repeat
-        1.  Let |next| be [=?=] <a abstract-op>IteratorStep</a>(|iter|).
-        1.  If |next| is <emu-val>false</emu-val>,
+        1.  Let |next| be [=?=] <a abstract-op>IteratorStepValue</a>(|iteratorRecord|).
+        1.  If |next| is <emu-const>done</emu-const>,

No, that's a visual choice they apply via CSS in the default ecmarkup stylesheet:

https://github.com/tc39/ecmarkup/blob/c0c4f82924077eea14d95f1eb6bd067239749554/css/elements.css#L252-L258

![image](https://github.com/whatwg/webidl/assets/19366641/2fcb3a0f-4b91-412a-a093-2d8d3dcebf57)


-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/webidl/pull/1409#discussion_r1632843528
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/webidl/pull/1409/review/2107095599@github.com>

Received on Monday, 10 June 2024 08:41:49 UTC