-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cross-reference other infrastructure-like specs? #166
Comments
The idea is that this is mostly agnostic to the technology used. We used to have some Web IDL integration but specifically removed it. Similarly I don't think mentioning promises is appropriate for this level. I'm even a bit uncomfortable with the JavaScript List reference; that's mostly a hack around the fact that JavaScript doesn't build on Infra like it (IMO) should. |
I think what needs to happen is:
I think at that point it should be clear that Infra is the bottom layer and IDL sits on top, with no need for cross-referencing. |
(And yeah, if we can make JavaScript similarly depend on Infra that'd be grand, but as always, baby steps.) |
That'd be great!
Would it be so bad to have links in both directions, with one of the directions just in a note? This could be useful for beginners like me. |
If you see some way we could make that work, I don't think it would be bad per se. |
In particular, WebIDL and the TAG Promises guide provide other foundational infrastructure. Maybe this should link to them.
The text was updated successfully, but these errors were encountered: