Skip to content

Commit

Permalink
chore(rebuild): Detect missing references on build (#74)* Detect miss…
Browse files Browse the repository at this point in the history
…ing references on buildUsing spec-prod configuration to detect when the spec uses undefined references https://github.com/w3c/spec-prod/blob/main/docs/options.md#build_fail_onPer #73 (comment) Disambiguate autolink on resolve

SHA: 0f203e1
Reason: push, by @youennf

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dontcallmedom and github-actions[bot] committed Mar 11, 2021
1 parent bb62af7 commit ae4d2a3
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="https://www.w3.org/StyleSheets/TR/2016/W3C-ED" rel="stylesheet" type="text/css">
<meta content="Bikeshed version b94c7e755, updated Fri Feb 19 16:28:59 2021 -0800" name="generator">
<link href="https://w3c.github.io/webrtc-insertable-streams/" rel="canonical">
<meta content="11c8f9fd636f3b48e65407f4522cd16d7f92fbc1" name="document-revision">
<meta content="0f203e1ed4dda491116a601691a2fd6b4f69d471" name="document-revision">
<style>/* style-autolinks */

.css.css, .property.property, .descriptor.descriptor {
Expand Down Expand Up @@ -933,7 +933,7 @@ <h3 class="heading settled" data-level="4.2" id="methods"><span class="secno">4.
<li data-md>
<p>If setting the key material fails, <a data-link-type="dfn" href="https://heycam.github.io/webidl/#reject" id="ref-for-reject">Reject</a> <var>promise</var> with an <code class="idl"><a data-link-type="idl" href="https://heycam.github.io/webidl/#invalidmodificationerror" id="ref-for-invalidmodificationerror">InvalidModificationError</a></code> error and abort these steps.</p>
<li data-md>
<p><a data-link-type="dfn" href="https://w3c.github.io/FileAPI/#blob-url-resolve" id="ref-for-blob-url-resolve">Resolve</a> <var>promise</var> with undefined.</p>
<p><a data-link-type="dfn" href="https://heycam.github.io/webidl/#resolve" id="ref-for-resolve">Resolve</a> <var>promise</var> with undefined.</p>
</ol>
<li data-md>
<p>Return <var>promise</var>.</p>
Expand Down Expand Up @@ -1254,12 +1254,6 @@ <h3 class="no-num no-ref heading settled" id="index-defined-here"><span class="c
<li><a href="#ref-for-abortsignal-signal-abort">3.2. Extension attribute</a>
</ul>
</aside>
<aside class="dfn-panel" data-for="term-for-blob-url-resolve">
<a href="https://w3c.github.io/FileAPI/#blob-url-resolve">https://w3c.github.io/FileAPI/#blob-url-resolve</a><b>Referenced in:</b>
<ul>
<li><a href="#ref-for-blob-url-resolve">4.2. Methods</a>
</ul>
</aside>
<aside class="dfn-panel" data-for="term-for-dedicatedworkerglobalscope">
<a href="https://html.spec.whatwg.org/multipage/workers.html#dedicatedworkerglobalscope">https://html.spec.whatwg.org/multipage/workers.html#dedicatedworkerglobalscope</a><b>Referenced in:</b>
<ul>
Expand Down Expand Up @@ -1492,6 +1486,12 @@ <h3 class="no-num no-ref heading settled" id="index-defined-here"><span class="c
<li><a href="#ref-for-reject">4.2. Methods</a>
</ul>
</aside>
<aside class="dfn-panel" data-for="term-for-resolve">
<a href="https://heycam.github.io/webidl/#resolve">https://heycam.github.io/webidl/#resolve</a><b>Referenced in:</b>
<ul>
<li><a href="#ref-for-resolve">4.2. Methods</a>
</ul>
</aside>
<aside class="dfn-panel" data-for="term-for-idl-sequence">
<a href="https://heycam.github.io/webidl/#idl-sequence">https://heycam.github.io/webidl/#idl-sequence</a><b>Referenced in:</b>
<ul>
Expand Down Expand Up @@ -1573,11 +1573,6 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla
<li><span class="dfn-paneled" id="term-for-concept-event-create">creating an event</span>
<li><span class="dfn-paneled" id="term-for-abortsignal-signal-abort">signal abort</span>
</ul>
<li>
<a data-link-type="biblio">[FileAPI]</a> defines the following terms:
<ul>
<li><span class="dfn-paneled" id="term-for-blob-url-resolve">resolve</span>
</ul>
<li>
<a data-link-type="biblio">[HTML]</a> defines the following terms:
<ul>
Expand Down Expand Up @@ -1634,6 +1629,7 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla
<li><span class="dfn-paneled" id="term-for-idl-long">long</span>
<li><span class="dfn-paneled" id="term-for-idl-long-long">long long</span>
<li><span class="dfn-paneled" id="term-for-reject">reject</span>
<li><span class="dfn-paneled" id="term-for-resolve">resolve</span>
<li><span class="dfn-paneled" id="term-for-idl-sequence">sequence</span>
<li><span class="dfn-paneled" id="term-for-this">this</span>
<li><span class="dfn-paneled" id="term-for-idl-undefined">undefined</span>
Expand All @@ -1654,8 +1650,6 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
<dl>
<dt id="biblio-dom">[DOM]
<dd>Anne van Kesteren. <a href="https://dom.spec.whatwg.org/">DOM Standard</a>. Living Standard. URL: <a href="https://dom.spec.whatwg.org/">https://dom.spec.whatwg.org/</a>
<dt id="biblio-fileapi">[FileAPI]
<dd>Marijn Kruisselbrink; Arun Ranganathan. <a href="https://www.w3.org/TR/FileAPI/">File API</a>. 11 September 2019. WD. URL: <a href="https://www.w3.org/TR/FileAPI/">https://www.w3.org/TR/FileAPI/</a>
<dt id="biblio-html">[HTML]
<dd>Anne van Kesteren; et al. <a href="https://html.spec.whatwg.org/multipage/">HTML Standard</a>. Living Standard. URL: <a href="https://html.spec.whatwg.org/multipage/">https://html.spec.whatwg.org/multipage/</a>
<dt id="biblio-mediacapture-streams">[MEDIACAPTURE-STREAMS]
Expand Down

0 comments on commit ae4d2a3

Please sign in to comment.