diff options
Diffstat (limited to 'files/ru/web/api/element/hasattribute/index.html')
-rw-r--r-- | files/ru/web/api/element/hasattribute/index.html | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/files/ru/web/api/element/hasattribute/index.html b/files/ru/web/api/element/hasattribute/index.html index a612969464..15224280d9 100644 --- a/files/ru/web/api/element/hasattribute/index.html +++ b/files/ru/web/api/element/hasattribute/index.html @@ -38,30 +38,7 @@ if (d.hasAttribute("align")) { <h2 id="Спецификации">Спецификации</h2> -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">Спецификация</th> - <th scope="col">Статус</th> - <th scope="col">Комментарий</th> - </tr> - <tr> - <td>{{SpecName('DOM WHATWG', '#dom-element-hasattribute', 'Element.hasAttribute()')}}</td> - <td>{{Spec2('DOM WHATWG')}}</td> - <td>С {{SpecName('DOM3 Core')}}, перемещено с {{domxref("Node")}} к {{domxref("Element")}}</td> - </tr> - <tr> - <td>{{SpecName('DOM3 Core', 'core.html#ID-NodeHasAttrs', 'Element.hasAttribute()')}}</td> - <td>{{Spec2('DOM3 Core')}}</td> - <td>Нет изменений с {{SpecName('DOM2 Core')}}</td> - </tr> - <tr> - <td>{{SpecName('DOM2 Core', 'core.html#ID-NodeHasAttrs', 'Element.hasAttribute()')}}</td> - <td>{{Spec2('DOM2 Core')}}</td> - <td>Исходное определение.</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> |