Re: [webauthn] Fix spec-build errors (editorial) (#1461)

I assume the remaining error you mentioned is this:

```
LINK ERROR: No 'idl-name' refs found for 'record<USVString, AuthenticationExtensionsPRFValues>'.
<a data-link-type="idl-name" data-lt="record&lt;USVString, AuthenticationExtensionsPRFValues&gt;">record&lt;USVString, AuthenticationExtensionsPRFValues&gt;</a>
```

which I, too, don't know what to do about - it looks to me like it shouldn't be an error. The [record types](https://heycam.github.io/webidl/#idl-record) definition does not say that records may not be used for dictionary members, nor that dictionary types may not be used as a record's value type.

-- 
GitHub Notification of comment by emlun
Please view or discuss this issue at https://github.com/w3c/webauthn/pull/1461#issuecomment-665862073 using your GitHub account


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

Received on Wednesday, 29 July 2020 19:38:09 UTC