diff options
| author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-27 15:58:36 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-27 15:58:36 +0300 |
| commit | 56817c1235a48d66c12ddf1c3d37a0e61977b875 (patch) | |
| tree | 82aeaf26a1873c432203a1f90b08c2a22413e522 /files/ru/web/api/web_workers_api | |
| parent | a68152ef9cd653f92705683592d4652b617ab02c (diff) | |
| download | translated-content-56817c1235a48d66c12ddf1c3d37a0e61977b875.tar.gz translated-content-56817c1235a48d66c12ddf1c3d37a0e61977b875.tar.bz2 translated-content-56817c1235a48d66c12ddf1c3d37a0e61977b875.zip | |
[RU] Restore specs (#2880)
Diffstat (limited to 'files/ru/web/api/web_workers_api')
| -rw-r--r-- | files/ru/web/api/web_workers_api/index.html | 13 | ||||
| -rw-r--r-- | files/ru/web/api/web_workers_api/using_web_workers/index.html | 17 |
2 files changed, 28 insertions, 2 deletions
diff --git a/files/ru/web/api/web_workers_api/index.html b/files/ru/web/api/web_workers_api/index.html index ad6d00756c..f319c44249 100644 --- a/files/ru/web/api/web_workers_api/index.html +++ b/files/ru/web/api/web_workers_api/index.html @@ -70,7 +70,18 @@ translation_of: Web/API/Web_Workers_API <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + </tr> + </thead> + <tbody> + <tr> + <td><a href="https://html.spec.whatwg.org/multipage/workers.html#workers">HTML Living Standard # workers</a></td> + </tr> + </tbody> +</table> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/web_workers_api/using_web_workers/index.html b/files/ru/web/api/web_workers_api/using_web_workers/index.html index e0af292e16..a46e4ec035 100644 --- a/files/ru/web/api/web_workers_api/using_web_workers/index.html +++ b/files/ru/web/api/web_workers_api/using_web_workers/index.html @@ -715,7 +715,22 @@ onmessage = function(event) { <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + <th>Status</th> + <th>Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName('HTML WHATWG', '#workers', 'Web workers')}}</td> + <td>{{Spec2('HTML WHATWG')}}</td> + <td></td> + </tr> + </tbody> +</table> <h2 id="Смотрите_также">Смотрите также</h2> |
