w3c / webdriver-bidi

Bidirectional WebDriver protocol for browser automation
https://w3c.github.io/webdriver-bidi/
336 stars 35 forks source link

Update obsolete UUID RFC reference #709

Closed OrKoN closed 1 month ago

OrKoN commented 1 month ago

This PR solves the build error:

$./scripts/build.sh
LINK ERROR: Obsolete biblio ref: [rfc4122] is replaced by [rfc9562]. Either update the reference, or use [rfc4122 obsolete] if this is an intentionally-obsolete reference.

by replacing referenced to rfc4122 with rfc9562.


:boom: Error: 400 Bad Request :boom:

PR Preview failed to build. (Last tried on May 8, 2024, 9:50 AM 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. FATAL ERROR: Couldn't find 'RFC9562' in bibliography data. Did you mean: atsc52 bcp72 csp2 css2 rfc2119 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 [=implementation-defined=] 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 'canvas' dfn refs. Arbitrarily chose https://svgwg.org/svg2-draft/coords.html#TermCanvas To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block: spec:svg2; type:dfn; text:canvas spec:css2; type:dfn; text:canvas [=canvas=] 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 'code point' dfn refs. Arbitrarily chose https://infra.spec.whatwg.org/#code-point 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:code point spec:i18n-glossary; type:dfn; text:code point [=code point=] LINK ERROR: Multiple possible 'TypeError' exception 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 <a bs-line-number="6910" data-link-type="exception" data-lt="TypeError">TypeError</a> ✘ 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%20w3c/webdriver-bidi%23709.)._
OrKoN commented 1 month ago

@sadym-chromium the build is not failing, the preview is failing