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

Add Linking to constructors in WebIDL #900

Closed
mwatson2 opened this issue Aug 2, 2016 · 4 comments
Closed

Add Linking to constructors in WebIDL #900

mwatson2 opened this issue Aug 2, 2016 · 4 comments

Comments

@mwatson2
Copy link
Contributor

mwatson2 commented Aug 2, 2016

[Constructor]
interface Foo
{
...
};

If I document the Foo constructor with <dfn>Foo</dfn>, then all links to Foo in the document point to the definition of the constructor (#dom-foo) and not to the IDL (#idl-def-foo'). No amount of additional attributes on thedfn` element seems to fix this.

@marcoscaceres
Copy link
Member

@mwatson2, sorry, can you provide just a tiny bit more text so I can make sure we fix this properly? Like, what would you like to describe about the Foo constructor. Some sample text/markup would be really helpful to see how to wire everything up.

@marcoscaceres
Copy link
Member

Ok, looked into this a bit more... Yeah, we sadly don't support this yet.

@marcoscaceres marcoscaceres changed the title Linking issue with interfaces with constructors Add Linking to constructors in WebIDL Aug 10, 2016
@marcoscaceres
Copy link
Member

changed to feature request.

@marcoscaceres
Copy link
Member

Duplicate of #394

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

No branches or pull requests

2 participants