[w3c/clipboard-apis] LINK ERROR: Multiple possible 'Navigator' interface refs. (#146)

This error happens on the PR at https://github.com/w3c/clipboard-apis/pull/143/checks?check_run_id=2643403146 but also seems to happen locally on the main branch:

```
$ bikeshed --die-on=link-error spec "index.bs" "index.bs.build.html" --md-status="WD" --md-date="2021-05-21"
LINK ERROR: Multiple possible 'Navigator' interface refs.
Arbitrarily chose https://html.spec.whatwg.org/multipage/system-state.html#navigator

To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block:
spec:html; type:interface; text:Navigator
spec:mediacapture-streams; type:interface; text:Navigator
<a data-lt="Navigator" data-link-type="interface">Navigator</a>
 ✘  Did not generate, due to fatal errors
```

The error does not occur if the --md-status and --md-date options are omitted.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/clipboard-apis/issues/146

Received on Friday, 21 May 2021 23:23:49 UTC