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

IDL namespace name should be <dfn>ed #800

Closed
zcorpan opened this issue Sep 2, 2016 · 2 comments
Closed

IDL namespace name should be <dfn>ed #800

zcorpan opened this issue Sep 2, 2016 · 2 comments

Comments

@zcorpan
Copy link
Contributor

zcorpan commented Sep 2, 2016

<pre class=idl>
namespace CSS {
  DOMString escape(DOMString ident);
};
</pre>

{{CSS}}

->

LINK ERROR: No 'idl' refs found for 'CSS' that are marked for export.

generated HTML

<pre class="idl highlight def"><span class="kt">namespace</span> <span class="nv">CSS</span> {
  <span class="kt">DOMString</span> <a class="nv idl-code" data-link-type="method" href="#dom-css-escape" id="ref-for-dom-css-escape-1">escape</a>(<span class="kt">DOMString</span> <dfn class="nv idl-code" data-dfn-for="CSS/escape(ident)" data-dfn-type="argument" data-export="" id="dom-css-escape-ident-ident">ident<a class="self-link" href="#dom-css-escape-ident-ident"></a></dfn>);
};
</pre>

I had expected "CSS" to be <dfn>ed and {{CSS}} to work for referencing it.

@zcorpan
Copy link
Contributor Author

zcorpan commented Sep 2, 2016

w3c/csswg-drafts#437

@tabatkins
Copy link
Collaborator

Added!

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

2 participants