diff options
Diffstat (limited to 'files/ru/web/api/domimplementation/index.html')
-rw-r--r-- | files/ru/web/api/domimplementation/index.html | 36 |
1 files changed, 1 insertions, 35 deletions
diff --git a/files/ru/web/api/domimplementation/index.html b/files/ru/web/api/domimplementation/index.html index e0e5834098..e43f057c03 100644 --- a/files/ru/web/api/domimplementation/index.html +++ b/files/ru/web/api/domimplementation/index.html @@ -33,41 +33,7 @@ translation_of: Web/API/DOMImplementation <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', '#domimplementation', 'DOMImplementation')}}</td> - <td>{{Spec2('DOM WHATWG')}}</td> - <td> - <p>Removed the <code>getFeature()</code> method.<br> - Added the <code>createHTMLDocument()</code> method.<br> - Modified the return type of <code>createDocument()</code> from {{domxref("Document")}} to {{domxref("XMLDocument")}}.</p> - - <p>Удалён метод <code>getFeature()</code>. Добавлен метод <code>createHTMLDocument()</code>. Изменён тип возвращаемого значения <code>createDocument()</code> с {{domxref("Document")}} на {{domxref("XMLDocument")}}.</p> - </td> - </tr> - <tr> - <td>{{SpecName('DOM3 Core', 'core.html#ID-102161490', 'DOMImplementation')}}</td> - <td>{{Spec2('DOM3 Core')}}</td> - <td>Добавлен метод <code>getFeature()</code> (никогда не реализованный ни одним агентом пользователя).</td> - </tr> - <tr> - <td>{{SpecName('DOM2 Core', 'core.html#ID-102161490', 'DOMImplementation')}}</td> - <td>{{Spec2('DOM2 Core')}}</td> - <td>Добавлены методы <code>createDocument()</code> и <code>createDocumentType()</code>.</td> - </tr> - <tr> - <td>{{SpecName('DOM1', 'level-one-core.html#ID-102161490', 'DOMImplementation')}}</td> - <td>{{Spec2('DOM1')}}</td> - <td>Первоначальное определение.</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> |