Skip to content

Commit 0f203e1

Browse files
Detect missing references on build (#74)
* Detect missing references on build Using spec-prod configuration to detect when the spec uses undefined references https://github.com/w3c/spec-prod/blob/main/docs/options.md#build_fail_on Per #73 (comment) * Disambiguate autolink on resolve
1 parent 11c8f9f commit 0f203e1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/auto-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ jobs:
1515
GH_PAGES_BRANCH: gh-pages
1616
W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-webrtc/2016Mar/0031.html"
1717
VALIDATE_LINKS: false
18+
BUILD_FAIL_ON: link-error

index.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Abstract: This API defines an API surface for manipulating the bits on
1313
Abstract: {{MediaStreamTrack}}s being sent via an {{RTCPeerConnection}}.
1414
Markup Shorthands: css no, markdown yes
1515
</pre>
16+
<pre class=link-defaults>
17+
spec:webidl; type:dfn; text:resolve
18+
</pre>
1619
<pre class=biblio>
1720
{
1821
"WEB-CODECS": {

0 commit comments

Comments
 (0)