Re: [heycam/webidl] Considering factoring WebIDL to allow use from the ECMAScript specification (#486)

So revising some more following https://github.com/heycam/webidl/issues/486#issuecomment-349605422:
```
       Infra
          |
         IDL (core)
          |
         ES6 (core)
          |
         IDL (core bindings)
          |
         ES6 (stdlib)
          |
         IDL (extended)
          |
         IDL (extended bindings)   <—>  HTML
                                \        /
                            Web specifications
```

Note I'm not suggesting we actually split documents up that way. Just that we get a shared understanding of the boundaries.

-- 
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/issues/486#issuecomment-349607019

Received on Wednesday, 6 December 2017 11:06:07 UTC