From f3abb48a00c8c813e6b1bc8fee19e6b4c0414ce9 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Mon, 25 Oct 2021 10:06:22 +0300 Subject: Использование макроса для вставки специфицикаций (#2850) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Использование макроса для вставки специфицикаций * Replaces --- files/ru/web/api/domimplementation/index.html | 36 +-------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) (limited to 'files/ru/web/api/domimplementation/index.html') 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

Спецификации

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('DOM WHATWG', '#domimplementation', 'DOMImplementation')}}{{Spec2('DOM WHATWG')}} -

Removed the getFeature() method.
- Added the createHTMLDocument() method.
- Modified the return type of createDocument() from {{domxref("Document")}} to {{domxref("XMLDocument")}}.

- -

Удалён метод getFeature(). Добавлен метод createHTMLDocument(). Изменён тип возвращаемого значения createDocument() с {{domxref("Document")}} на {{domxref("XMLDocument")}}.

-
{{SpecName('DOM3 Core', 'core.html#ID-102161490', 'DOMImplementation')}}{{Spec2('DOM3 Core')}}Добавлен метод getFeature() (никогда не реализованный ни одним агентом пользователя).
{{SpecName('DOM2 Core', 'core.html#ID-102161490', 'DOMImplementation')}}{{Spec2('DOM2 Core')}}Добавлены методы createDocument() и createDocumentType().
{{SpecName('DOM1', 'level-one-core.html#ID-102161490', 'DOMImplementation')}}{{Spec2('DOM1')}}Первоначальное определение.
+{{Specifications}}

Совместимость с браузерами

-- cgit v1.2.3-54-g00ecf