Skip to content
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

Clickable links to WebIDL types like DOMString? #1118

Closed
littledan opened this issue Oct 23, 2017 · 3 comments
Closed

Clickable links to WebIDL types like DOMString? #1118

littledan opened this issue Oct 23, 2017 · 3 comments
Labels

Comments

@littledan
Copy link

Is there some mode of using Bikeshed that would generate these links? I would've expected it to be in the default bibliography. This came up as a question in reviewing the WebAssembly/JS interface specification.

@domenic
Copy link
Collaborator

domenic commented Oct 23, 2017

It appears they are generated, but only in some contexts. E.g. they are linked in https://littledan.github.io/spec/document/JS.html#dictdef-moduleimportdescriptor but not in https://littledan.github.io/spec/document/JS.html#typedefdef-instanceexportsmap .

It may be in fact that only record<>s are missing the links. In any case, a good Bikeshed bug find.

@tabatkins
Copy link
Collaborator

Looks like this is a widlparser bug; specifically, the first type in a record<> isn't being parsed as the correct sort of thing, so it doesn't get passed to the right function to mark it up as an autolink. I've reported this (linked above), will fix as soon as widlparser updates.

@tabatkins
Copy link
Collaborator

Fixed, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants