WICG / cookie-store

Asynchronous access to cookies from JavaScript
https://wicg.github.io/cookie-store/
Apache License 2.0
143 stars 35 forks source link

Update RFC6265bis links #232

Closed inexorabletash closed 3 months ago

inexorabletash commented 3 months ago

Bikeshed supports section links (yay!) into biblio-referenced RFCs (also yay!), but it seemingly fails to resolve [[RFC6265bis]] and section links against the latest (-14 as of this commit) version of the draft RFC, which means linking to later added subsections fails.

Using a custom biblio reference to rfc6265bis-14 works, but then the auto-links are ugly. Also, the RFC supports named links. So... until this is all sorted, use named links and explicit (but shorter) linking text.


:boom: Error: 400 Bad Request :boom:

PR Preview failed to build. (Last tried on Jun 7, 2024, 9:54 PM UTC).

More PR Preview relies on a number of web services to run. There seems to be an issue with the following one: :rotating_light: [CSS Spec Preprocessor](https://api.csswg.org/bikeshed/) - CSS Spec Preprocessor is the web service used to build Bikeshed specs. :link: [Related URL]([object Object]) ``` Error running preprocessor, returned code: 2. LINK ERROR: Multiple possible 'documents' dfn refs. Arbitrarily chose https://dom.spec.whatwg.org/#concept-document To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block: spec:dom; type:dfn; text:document spec:css-style-attr; type:dfn; text:document [=documents=] LINK ERROR: Multiple possible 'documents' dfn refs. Arbitrarily chose https://dom.spec.whatwg.org/#concept-document To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block: spec:dom; type:dfn; text:document spec:css-style-attr; type:dfn; text:document [=Documents=] LINK ERROR: Multiple possible 'document' dfn refs. Arbitrarily chose https://dom.spec.whatwg.org/#concept-document To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block: spec:dom; type:dfn; text:document spec:css-style-attr; type:dfn; text:document [=Document=] LINK ERROR: Multiple possible 'TypeError' idl refs. Arbitrarily chose https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-native-error-types-used-in-this-standard-typeerror To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block: spec:ecmascript; type:exception; text:TypeError spec:webidl; type:exception; text:TypeError {{TypeError}} FATAL ERROR: Couldn't find section '#section-5.7.3' in spec 'rfc6265bis': [[RFC6265bis#section-5.7.3]] ✘ Did not generate, due to errors exceeding the allowed error level. ``` _If you don't have enough information above to solve the error by yourself (or to understand to which web service the error is related to, if any), please [file an issue](https://github.com/tobie/pr-preview/issues/new?title=Error%20not%20surfaced%20properly&body=See%20WICG/cookie-store%23232.)._