From 1386fed7d38652d5848d315927e7e23a66cffd13 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 20 Oct 2021 13:28:52 +0300 Subject: [RU] Remove `name` attribute from headings (#2788) --- files/ru/web/api/window/close/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ru/web/api/window/close') diff --git a/files/ru/web/api/window/close/index.html b/files/ru/web/api/window/close/index.html index c4b4dc2357..1d8e5e0f1f 100644 --- a/files/ru/web/api/window/close/index.html +++ b/files/ru/web/api/window/close/index.html @@ -15,7 +15,7 @@ translation_of: Web/API/Window/close

Примеры

-

Закрытие окна, открытого с помощью window.open()

+

Закрытие окна, открытого с помощью window.open()

В примере показаны два метода, в которых первый из них открывает окно, а второй закрывает; этот пример иллюстрирует как использовать Window.close() для закрытия окна, открытого с помощью функции {{domxref("window.open()")}}.

-- cgit v1.2.3-54-g00ecf