- From: =JeffH via GitHub <sysbot+gh@w3.org>
- Date: Fri, 08 Jun 2018 17:54:54 +0000
- To: public-webauthn@w3.org
see PR #944 It makes the following changes, among others: ``` ### Cryptographic Algorithm Identifier (typedef <dfn>COSEAlgorithmIdentifier</dfn>) > git diff diff --git a/index.bs b/index.bs index e11ce02..bb51c2f 100644 --- a/index.bs +++ b/index.bs @@ -1933,7 +1933,7 @@ SHOULD be aborted. See [WHATWG HTML WG Issue #2711](https://github.com/whatwg/html/issues/2711) for more details. -## Authentication Extensions Client Inputs (typedef <dfn>AuthenticationExtensionsClientInputs</dfn>) ## {#iface-authentication-extensions-client-inputs} +## Authentication Extensions Client Inputs (typedef AuthenticationExtensionsClientInputs) ## {#iface-authentication-extensions-client-inputs} <xmp class="idl"> dictionary AuthenticationExtensionsClientInputs { @@ -1943,7 +1943,7 @@ SHOULD be aborted. This is a dictionary containing the [=client extension input=] values for zero or more WebAuthn extensions, as defined in [[#extensions]]. -## Authentication Extensions Client Outputs (typedef <dfn>AuthenticationExtensionsClientOutputs</dfn>) ## {#iface-authentication-extensions-client-outputs} +## Authentication Extensions Client Outputs (typedef AuthenticationExtensionsClientOutputs) ## {#iface-authentication-extensions-client-outputs} <xmp class="idl"> dictionary AuthenticationExtensionsClientOutputs { @@ -1953,7 +1953,7 @@ This is a dictionary containing the [=client extension input=] values for zero o This is a dictionary containing the [=client extension output=] values for zero or more WebAuthn extensions, as defined in [[#extensions]]. -## Authentication Extensions Authenticator Inputs (typedef <dfn>AuthenticationExtensionsAuthenticatorInputs</dfn>) ## {#iface-authentication-extensions-authenticator-inputs} +## Authentication Extensions Authenticator Inputs (typedef AuthenticationExtensionsAuthenticatorInputs) ## {#iface-authentication-extensions-authenticator-inputs} <xmp class="idl"> typedef record<DOMString, DOMString> AuthenticationExtensionsAuthenticatorInputs; @@ -2119,7 +2119,7 @@ parameter to the {{CredentialsContainer/create()}} or {{CredentialsContainer/get </div> -### Cryptographic Algorithm Identifier (typedef <dfn>COSEAlgorithmIdentifier</dfn>) ### {#alg-identifier} +### Cryptographic Algorithm Identifier (typedef COSEAlgorithmIdentifier) ### {#alg-identifier} <pre class="idl"> typedef long COSEAlgorithmIdentifier; ``` those \<dfn> tags in the section headers were being unused -- nothing auto-linked to them. -- GitHub Notification of comment by equalsJeffH Please view or discuss this issue at https://github.com/w3c/webauthn/issues/936#issuecomment-395838757 using your GitHub account
Received on Friday, 8 June 2018 17:54:59 UTC