Peter Van der Beken
Peter Van der Beken
https://www.w3.org/TR/webauthn-3/#clientdatajson-serialization ends up calling ECMAScript operations on WebIDL and/or Infra values. For example: > 3. Append [CCDToString](https://www.w3.org/TR/webauthn-3/#ccdtostring)([type](https://www.w3.org/TR/webauthn-3/#dom-collectedclientdata-type)) to result. Here `type` is a WebIDL value, of type `DOMString`. If we...
https://w3c.github.io/navigation-timing/#marking-navigation-timing has step 11: > 11. Set navigationTimingEntry's [not restored reasons](https://w3c.github.io/navigation-timing/#dfn-not-restored-reasons) to the result of creating a NotRestoredReasons object given document's [not restored reasons](https://w3c.github.io/navigation-timing/#dfn-not-restored-reasons). Note that `create a NotRestoredReasons object`...
The `supportedEntryTypes` attribute has a `FrozenArray` type. `[SameObject]` is only valid if the attribute's type is an interface or `object`, see https://webidl.spec.whatwg.org/#SameObject: > The [[SameObject](https://webidl.spec.whatwg.org/#SameObject)] extended attribute must not be...