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

Links to IDL entities should land on <section> describing the entity #330

Closed
jyasskin opened this issue Aug 5, 2014 · 1 comment
Closed
Milestone

Comments

@jyasskin
Copy link
Member

jyasskin commented Aug 5, 2014

In the IndexedDB spec, IDBRequest links to https://dvcs.w3.org/hg/IndexedDB/raw-file/default/Overview.html#idl-def-IDBRequest. However, https://dvcs.w3.org/hg/IndexedDB/raw-file/default/Overview.html#h4_request-api contains introductory text that's useful in understanding the raw interface definition. It should be possible to cause <a>IDBRequest</a> to link to the section containing the IDL definition instead of the IDL definition itself.

@darobin darobin modified the milestone: v4 Dec 23, 2014
@marcoscaceres
Copy link
Member

The DFN should be set on the heading instead. As in:

<section>
   <h2><dfn>Whatever</dfn> interface</h2>
    <pre class="idl">
    [Contructor]
    interface Whatever {};
    </pre>
</section>

And should happen automatically, where possible: #1050

shikhar-scs pushed a commit to shikhar-scs/respec that referenced this issue Feb 19, 2018
Changes order of drawing markers. Making the order same for each graph
shikhar-scs pushed a commit to shikhar-scs/respec that referenced this issue Feb 19, 2018
We’re rendering markers first so that they’re behind our plots.
Otherwise, they don’t look too good.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants