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/document/applets/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ru/web/api/document/applets') diff --git a/files/ru/web/api/document/applets/index.html b/files/ru/web/api/document/applets/index.html index 6ebd4e1d32..3774b116ab 100644 --- a/files/ru/web/api/document/applets/index.html +++ b/files/ru/web/api/document/applets/index.html @@ -17,7 +17,7 @@ translation_of: Web/API/Document/applets

Note: The {{htmlelement("applet")}} element was removed in Gecko 56 and Chrome in late 2015. Since then, calling document.applets in those browsers always returns an empty {{domxref("HTMLCollection")}}. Removal is being considered in WebKitand Edge.

-

Синтаксис

+

Синтаксис

nodeList = document.applets
 
@@ -30,7 +30,7 @@ translation_of: Web/API/Document/applets

 

-

Пример

+

Пример

// Когда вы точно знаете, что вам нужен 2й апплет
 my_java_app = document.applets[1];
-- 
cgit v1.2.3-54-g00ecf