diff options
Diffstat (limited to 'files/ru/web/api/htmltableelement')
-rw-r--r-- | files/ru/web/api/htmltableelement/insertrow/index.html | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/files/ru/web/api/htmltableelement/insertrow/index.html b/files/ru/web/api/htmltableelement/insertrow/index.html index 7c7478e45c..b186f3198e 100644 --- a/files/ru/web/api/htmltableelement/insertrow/index.html +++ b/files/ru/web/api/htmltableelement/insertrow/index.html @@ -66,30 +66,7 @@ addRow('TableA'); <h2 id="Спецификации">Спецификации</h2> -<table class="standard-table"> - <tbody> - <tr> - <th>Спецификации</th> - <th>Статус</th> - <th>Комментарии</th> - </tr> - <tr> - <td>{{SpecName("HTML WHATWG", "tables.html#dom-table-insertrow", "HTMLTableElement.insertRow()")}}</td> - <td>{{Spec2("HTML WHATWG")}}</td> - <td></td> - </tr> - <tr> - <td>{{SpecName("DOM2 HTML", "html.html#ID-93995626", "HTMLTableElement.insertRow()")}}</td> - <td>{{Spec2("DOM2 HTML")}}</td> - <td>Specifies in more detail where the row is inserted.</td> - </tr> - <tr> - <td>{{SpecName("DOM1", "level-one-html.html#ID-39872903", "HTMLTableElement.insertRow()")}}</td> - <td>{{Spec2("DOM1")}}</td> - <td>Initial definition</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> |