diff options
author | YujiSoftware <yuji.software+github@gmail.com> | 2022-03-02 20:22:51 +0900 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2022-03-04 01:03:17 +0800 |
commit | 9a110dee28ae2ef12ee014b98fda6bae6ee48edb (patch) | |
tree | 6525763f4313d7d8f42aefa699765f61ee1c63df /files/zh-cn/web/api/credential_management_api | |
parent | eeddb651b6e8deb8ecabc2bc5bc28c8ead25cca5 (diff) | |
download | translated-content-9a110dee28ae2ef12ee014b98fda6bae6ee48edb.tar.gz translated-content-9a110dee28ae2ef12ee014b98fda6bae6ee48edb.tar.bz2 translated-content-9a110dee28ae2ef12ee014b98fda6bae6ee48edb.zip |
Migrate to Compat macro (zh-cn)
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")}} |