Skip to content

Commit

Permalink
2023/04/08 時点の英語版に基づき更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Sep 29, 2024
1 parent af8b675 commit d3f5a0b
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions files/ja/web/api/shadowroot/fullscreenelement/index.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
---
title: ShadowRoot.fullscreenElement
title: "ShadowRoot: fullscreenElement プロパティ"
short-title: fullscreenElement
slug: Web/API/ShadowRoot/fullscreenElement
l10n:
sourceCommit: f2f9346c0c0e9f6676f2df9f1850933e274401de
---

{{APIRef("Shadow DOM")}}

**`fullscreenElement`** は {{domxref("ShadowRoot")}} インターフェイスの読み取り専用プロパティで、現在全画面モードで表示されているシャドウツリー内の要素を返します。

## 構文

```js
shadowRoot.fullscreenElement;
```

###
##

現在全画面モードで表示されている {{domxref('Element')}}、または全画面モードの要素がなければ `null` を返します。

Expand Down

0 comments on commit d3f5a0b

Please sign in to comment.