diff options
Diffstat (limited to 'files/ru/web/html/element/ol/index.html')
-rw-r--r-- | files/ru/web/html/element/ol/index.html | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/files/ru/web/html/element/ol/index.html b/files/ru/web/html/element/ol/index.html index 0c34ed110b..6af7d29fd6 100644 --- a/files/ru/web/html/element/ol/index.html +++ b/files/ru/web/html/element/ol/index.html @@ -170,32 +170,7 @@ translation_of: Web/HTML/Element/ol <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('HTML WHATWG', 'semantics.html#the-ol-element', '<ol>')}}</td> - <td>{{Spec2('HTML WHATWG')}}</td> - <td>Без изменений с последнего W3C, {{SpecName('HTML5 W3C')}}.</td> - </tr> - <tr> - <td>{{SpecName('HTML5 W3C', "grouping-content.html#the-ol-element", "HTMLOListElement")}}</td> - <td>{{Spec2('HTML5 W3C')}}</td> - <td>Добавлено <code>reversed</code> и приписан <code>start</code>; возможно использование <code>type</code></td> - </tr> - <tr> - <td>{{SpecName('HTML4.01', 'struct/lists.html#h-10.2', '<ol>')}}</td> - <td>{{Spec2('HTML4.01')}}</td> - <td>Были убраны <code>compact</code> и <code>type</code>.</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> <p>{{Compat("html.elements.ol")}}</p> |