diff options
Diffstat (limited to 'files/zh-cn/web/api/credential_management_api')
-rw-r--r-- | files/zh-cn/web/api/credential_management_api/index.html | 90 |
1 files changed, 1 insertions, 89 deletions
diff --git a/files/zh-cn/web/api/credential_management_api/index.html b/files/zh-cn/web/api/credential_management_api/index.html index 77359c89ac..913537510b 100644 --- a/files/zh-cn/web/api/credential_management_api/index.html +++ b/files/zh-cn/web/api/credential_management_api/index.html @@ -62,92 +62,4 @@ translation_of: Web/API/Credential_Management_API <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div>{{ CompatibilityTable() }}</div> - -<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(51)}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatOpera(44)}}</td> - <td>{{CompatNo}}</td> - </tr> - <tr> - <td>Subdomain-shared credentials(子域共享凭据)</td> - <td>{{CompatChrome(57)}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatOpera(44)}}</td> - <td>{{CompatNo}}</td> - </tr> - <tr> - <td>Web authentication(Web身份验证)</td> - <td>{{CompatChrome(65)}}<sup>[1]</sup></td> - <td>60</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - </tr> - </tbody> -</table> -</div> - -<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>Firefox OS</th> - <th>IE Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Basic support(基础支持)</td> - <td>{{CompatChrome(51)}}</td> - <td>{{CompatChrome(51)}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatOperaMobile(44)}}</td> - <td>{{CompatNo}}</td> - </tr> - <tr> - <td>Subdomain-shared credentials(子域共享凭据)</td> - <td>{{CompatChrome(57)}}</td> - <td>{{CompatChrome(57)}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatOperaMobile(44)}}</td> - <td>{{CompatNo}}</td> - </tr> - <tr> - <td>Web authentication(Web身份验证)</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] 在 chrome://flags#enable-webauthentication flag中。 (这仅适用于Chrome中的链接。)</p> +{{Compat("api.Credential")}} |