Skip to content

Commit

Permalink
[ru] update APIRef macro usage
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-win committed Aug 27, 2024
1 parent ab914f3 commit 555f38b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ slug: Learn/JavaScript/Building_blocks/Event_bubbling
original_slug: Web/API/Event/Comparison_of_Event_Targets
---

{{ ApiRef() }}

### Event targets

Легко запутаться в том, какую цель (target) следует изучить при написании обработчика событий. В этой статье разъяснено использование свойств target.

Существуют 5 целей для рассмотрения:
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/document/defaultview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ l10n:
sourceCommit: 0a881eea07f0cec6ca4ed85a24af43b367a9f80d
---

{{ApiRef}}
{{APIRef}}

В браузерах **`document.defaultView`** возвращает объект
{{domxref("Window", "window")}}, связанный с {{Glossary("Browsing_context", "документом")}}, или `null` если документ не доступен.
Expand Down

0 comments on commit 555f38b

Please sign in to comment.