diff options
Diffstat (limited to 'files/ru/web/api/console/table/index.html')
-rw-r--r-- | files/ru/web/api/console/table/index.html | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/files/ru/web/api/console/table/index.html b/files/ru/web/api/console/table/index.html index d264f7dda2..dda36539dc 100644 --- a/files/ru/web/api/console/table/index.html +++ b/files/ru/web/api/console/table/index.html @@ -121,22 +121,7 @@ console.table([john, jane, emily], ["firstName"]);</pre> <h2 id="Спецификации">Спецификации</h2> -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Спецификация</th> - <th scope="col">Статус</th> - <th scope="col">Комментарий</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName("Console API", "#consoletabledata-columns", "console.table()")}}</td> - <td>{{Spec2("Console API")}}</td> - <td>Initial definition</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> |