Skip to content

Commit

Permalink
2023/04/08 時点の英語版に同期
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Oct 5, 2023
1 parent dfdee7b commit 3a3bd3c
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions files/ja/web/api/shadowroot/activeelement/index.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
---
title: ShadowRoot.activeElement
title: "ShadowRoot: activeElement プロパティ"
short-title: activeElement
slug: Web/API/ShadowRoot/activeElement
l10n:
sourceCommit: f2f9346c0c0e9f6676f2df9f1850933e274401de
---

{{APIRef("Shadow DOM")}}

**`activeElement`** は {{domxref("ShadowRoot")}} インターフェイスの読み取り専用プロパティで、シャドウツリー内でフォーカスを持っている要素を返します。

## 構文

```js
shadowRoot.activeElement;
```

###
##

現在フォーカスを持っている {{domxref('Element')}}、またはフォーカスを持っている要素がなければ `null` です。

Expand Down

0 comments on commit 3a3bd3c

Please sign in to comment.