diff options
Diffstat (limited to 'files/ru/web/api/cryptokeypair/index.html')
-rw-r--r-- | files/ru/web/api/cryptokeypair/index.html | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/files/ru/web/api/cryptokeypair/index.html b/files/ru/web/api/cryptokeypair/index.html index fa764f3871..793a00fa46 100644 --- a/files/ru/web/api/cryptokeypair/index.html +++ b/files/ru/web/api/cryptokeypair/index.html @@ -43,7 +43,22 @@ translation_of: Web/API/CryptoKeyPair <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + <th>Status</th> + <th>Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName('Web Crypto API')}}</td> + <td>{{Spec2('Web Crypto API')}}</td> + <td></td> + </tr> + </tbody> +</table> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> <p>{{Compat("api.CryptoKeyPair")}}</p> |