Re: [heycam/webidl] Editorial: improve language around conversions to JS (#664)

Ms2ger commented on this pull request.



>                      description of |operation|, on |O| if |O| is not <emu-val>null</emu-val>, with |values|
                     as the argument values.
-                1.  Return the result of [=converted to an ECMAScript value|converting=] |R| to
-                    an ECMAScript value of the type |op| is declared to return.

How about something like this:

```diff
-             1.  Let |R| be <emu-val>null</emu-val>.
+             1.  Let |R| be an undefined value of the type |op| is declared to return.
```

-- 
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/664#discussion_r261598780

Received on Friday, 1 March 2019 13:18:32 UTC