We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<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.
<dfn>
{{CSS}}
The text was updated successfully, but these errors were encountered:
w3c/csswg-drafts#437
Sorry, something went wrong.
dd37d82
Added!
No branches or pull requests
->
generated HTML
I had expected "CSS" to be
<dfn>
ed and{{CSS}}
to work for referencing it.The text was updated successfully, but these errors were encountered: