- From: Dan Robertson <notifications@github.com>
- Date: Tue, 27 Dec 2022 06:45:56 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/fetch/issues/1580@github.com>
## Summary There appear to be some link errors that bikeshed throws some warnings for the following, due to multiple definitions: - [ ] `url` definitions ([concept-url from url](https://url.spec.whatwg.org/#concept-url) and [navigation-status-url from webdriver](https://w3c.github.io/webdriver-bidi/#navigation-status-url)) - [ ] `implementation defined` definitions ([implementation-defined from infra](https://infra.spec.whatwg.org/#implementation-defined) and [implementation-defined from ecmascript](https://tc39.es/ecma262/#implementation-defined)) ## Example ``` make local bikeshed spec fetch.bs fetch.html --md-Text-Macro="COMMIT-SHA LOCAL COPY" LINK ERROR: Multiple possible 'url' dfn refs for '['/']'. Arbitrarily chose https://url.spec.whatwg.org/#concept-url To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block: spec:url; type:dfn; text:url spec:webdriver-bidi; type:dfn; text:url <a data-link-for="/" data-link-type="dfn" data-lt="URL">URL</a> LINK ERROR: Multiple possible 'implementation-defined' dfn refs. Arbitrarily chose https://infra.spec.whatwg.org/#implementation-defined To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block: spec:infra; type:dfn; text:implementation-defined spec:ecmascript; type:dfn; text:implementation-defined <a data-link-type="dfn" data-lt="implementation-defined">implementation-defined</a> LINK ERROR: Multiple possible 'urls' dfn refs for '['/']'. Arbitrarily chose https://url.spec.whatwg.org/#concept-url To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block: spec:url; type:dfn; text:url spec:webdriver-bidi; type:dfn; text:url <a data-link-for="/" data-link-type="dfn" data-lt="URLs">URLs</a> ✔ Successfully generated, with 3 linking errors ``` -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/1580 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/issues/1580@github.com>
Received on Tuesday, 27 December 2022 14:46:09 UTC