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 test with link-defaults type: permission #2393

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion tests/elementdef001.bs
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,13 @@ Here are the <dfn>quux attributes</dfn>:
* <dfn>quux2</dfn>
</ul>

The <dfn interface>SVGTestElement</dfn> interface is defined here.
The <dfn interface>SVGTestElement</dfn> interface is defined here.

<pre class=link-defaults>
spec: web-bluetooth
type: permission
text: "bluetooth"
</pre>

Link to "bluetooth" does not resolve:
<a permission>"bluetooth"</a>
1 change: 1 addition & 0 deletions tests/elementdef001.html
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@ <h2 class="no-num no-toc no-ref" id="contents">Table of Contents</h2>
<p><dfn class="dfn-paneled" data-dfn-for="quux attributes" data-dfn-type="element-attr" data-export id="element-attrdef-quux-attributes-quux2"><code>quux2</code></dfn></p>
</ul>
<p>The <dfn class="dfn-paneled idl-code" data-dfn-type="interface" data-export id="svgtestelement"><code>SVGTestElement</code></dfn> interface is defined here.</p>
<p>Link to "bluetooth" does not resolve: <a class="idl-code" data-link-type="permission">"bluetooth"</a></p>
</main>
<h2 class="no-num no-ref heading settled" id="index"><span class="content">Index</span></h2>
<h3 class="no-num no-ref heading settled" id="index-defined-here"><span class="content">Terms defined by this specification</span></h3>
Expand Down