Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web/API/HTMLElement/drag_event を更新 #23594

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)