-
Notifications
You must be signed in to change notification settings - Fork 11
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
Show inherited properties/methods in the APIRef sidebar #169
Comments
That's because |
I think this is a good issue to address with the work (and discussion) around page types, organising web apis and that sidebar work - I haven't made a decision, but the options are:
|
@teoli2003 Thoughts on the above? |
I don't think the current sidebar system allows for adding it to the sidebar. (Without a significant revamp). It just doesn't list inherited properties and methods, only a link to the inherited interfaces. So this will need to wait for engineering time to move the sidebars from macros to yari (using page-type, etc), I guess. |
Does it then make more sense to move this to Yari? |
Either way this is a Yari bug, since sidebars are implemented in KS now, and that is in Yari. |
To show inherited properties (and methods!?) in the APIRef sidebar, we can use the same data source as the Requirements:
|
What page(s) did you find the problem on?
https://developer.mozilla.org/en-US/docs/Web/API/File/size
https://developer.mozilla.org/en-US/docs/Web/API/File
Specific page section or heading?
(Sidebar) Related Topics > Properties

What is the problem?
The sidebar doesn't have a link to the size property.
What did you expect to see?
The sidebar has a link to the size property.
Did you test this? If so, how?
I checked the File API specification. The size property is listed under Instance properties as File.prototype.size.
The text was updated successfully, but these errors were encountered: