[webauthn] Pull Request: Fix Bikeshed lint

emlun has just submitted a new pull request for https://github.com/w3c/webauthn:

== Fix Bikeshed lint ==
Fixes these Bikeshed lints:

- ```
  LINE 4469:1: Multiple possible 'allowed to use' dfn refs.
  Arbitrarily chose https://html.spec.whatwg.org/multipage/iframe-embed-object.html#allowed-to-use
  To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block:
  spec:html; type:dfn; text:allowed to use
  spec:private-aggregation-api; type:dfn; text:allowed to use
  [=allowed to use=]
  LINE 4471:65: Multiple possible 'allowed to use' dfn refs.
  Arbitrarily chose https://html.spec.whatwg.org/multipage/iframe-embed-object.html#allowed-to-use
  To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block:
  spec:html; type:dfn; text:allowed to use
  spec:private-aggregation-api; type:dfn; text:allowed to use
  [=allowed to use=]
  ```
- ```
  LINE 2258:27: No 'idl' refs found for '[[CollectFromCredentialStore]]()' with for='['PublicKeyCredential']'.
  {{PublicKeyCredential/[[CollectFromCredentialStore]]()}}
  ```
  (This is because `PublicKeyCredential` doesn't define its own `CollectFromCredentialStore`, instead inheriting it from `Credential`.)

See https://github.com/w3c/webauthn/pull/2279


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 3 April 2025 14:44:56 UTC