Skip to content

Commit

Permalink
2024/01/16 時点の英語版に基づき更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Sep 16, 2024
1 parent af6764e commit a02b753
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion files/ja/web/api/htmlelement/beforetoggle_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ l10n:
sourceCommit: bb6092c4230b69c2eceae6910af68c73955cae1c
---

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

**`beforetoggle`** は {{domxref("HTMLElement")}} インターフェイスのイベントで、{{domxref("Popover_API", "ポップオーバー", "", "nocode")}}要素(すなわち有効な [`popover`](/ja/docs/Web/HTML/Global_attributes/popover) 属性がある要素)において、表示または非表示になる直前に発行されます。

Expand Down Expand Up @@ -72,5 +72,6 @@ popover.hidePopover();

## 関連情報

- HTML の [`popover`](/ja/docs/Web/HTML/Global_attributes/popover) グローバル属性
- [ポップオーバー API](/ja/docs/Web/API/Popover_API)
- 関連イベント: [`toggle`](/ja/docs/Web/API/HTMLElement/toggle_event)

0 comments on commit a02b753

Please sign in to comment.