Skip to content

Commit

Permalink
2024/01/16 時点の英語版に基づき更新 (#23585)
Browse files Browse the repository at this point in the history
* 2024/01/16 時点の英語版に基づき更新

* Update files/ja/web/api/htmlelement/popover/index.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mfuji09 and github-actions[bot] authored Sep 19, 2024
1 parent 3a14807 commit 4b26c75
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions files/ja/web/api/htmlelement/popover/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
title: "HTMLElement: popover プロパティ"
short-title: popover
slug: Web/API/HTMLElement/popover
l10n:
sourceCommit: 559c464755abf4ca999a21ce7f3cb1027143f68f
sourceCommit: a4e0df90868c274842b083ad034eb60f57b76aae
---

{{ APIRef("HTML DOM") }}{{SeeCompatTable}}
{{APIRef("Popover API")}}

**`popover`** は {{domxref("HTMLElement")}} インターフェイスのプロパティで、要素のポップオーバー状態(`"auto"` または `"manual"`)を JavaScript から取得したり設定したりします。機能検出に使用することもできます。

Expand Down Expand Up @@ -61,4 +62,5 @@ if (popoverSupported) {

## 関連情報

- HTML の [`popover`](/ja/docs/Web/HTML/Global_attributes/popover) グローバル属性
- [ポップオーバー API](/ja/docs/Web/API/Popover_API)

0 comments on commit 4b26c75

Please sign in to comment.