diff options
Diffstat (limited to 'files/zh-cn/web/api/web_authentication_api/index.html')
-rw-r--r-- | files/zh-cn/web/api/web_authentication_api/index.html | 76 |
1 files changed, 28 insertions, 48 deletions
diff --git a/files/zh-cn/web/api/web_authentication_api/index.html b/files/zh-cn/web/api/web_authentication_api/index.html index 24193e8f1d..43c4e98b24 100644 --- a/files/zh-cn/web/api/web_authentication_api/index.html +++ b/files/zh-cn/web/api/web_authentication_api/index.html @@ -198,57 +198,37 @@ navigator.credentials.create(createCredentialDefaultArgs) <h2 id="Browser_compatibility">Browser compatibility</h2> -<div>{{ CompatibilityTable() }}</div> +<h3>Credential</h3> -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari (WebKit)</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatChrome(65)}}</td> - <td>{{CompatGeckoDesktop(60)}}<sup>[1]</sup></td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - </tr> - </tbody> -</table> -</div> +{{Compat("api.Credential")}} -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android Webview</th> - <th>Chrome for Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}<sup>[1]</sup></td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - </tr> - </tbody> -</table> -</div> +<h3>CredentialsContainer</h3> + +{{Compat("api.CredentialsContainer")}} + +<h3>PublicKeyCredential</h3> + +{{Compat("api.PublicKeyCredential")}} + +<h3>AuthenticatorResponse</h3> + +{{Compat("api.AuthenticatorResponse")}} + +<h3>AuthenticatorAttestationResponse</h3> + +{{Compat("api.AuthenticatorAttestationResponse")}} + +<h3>AuthenticatorAssertionResponse</h3> + +{{Compat("api.AuthenticatorAssertionResponse")}} + +<h3>PublicKeyCredentialCreationOptions</h3> + +{{Compat("api.PublicKeyCredentialCreationOptions")}} + +<h3>PublicKeyCredentialRequestOptions</h3> -<p>[1] Web authentication has been restricted to active documents ({{bug(1409202)}}).</p> +{{Compat("api.PublicKeyCredentialRequestOptions")}} <h2 id="See_also">See also</h2> |