From 4b26c7546d917c056039b8fa741e10113534589d Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Fri, 20 Sep 2024 00:59:10 +0900 Subject: [PATCH] =?UTF-8?q?2024/01/16=20=E6=99=82=E7=82=B9=E3=81=AE?= =?UTF-8?q?=E8=8B=B1=E8=AA=9E=E7=89=88=E3=81=AB=E5=9F=BA=E3=81=A5=E3=81=8D?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=20(#23585)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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> --- files/ja/web/api/htmlelement/popover/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/files/ja/web/api/htmlelement/popover/index.md b/files/ja/web/api/htmlelement/popover/index.md index bd5ccbf9bb057e..53fa1b83a4d242 100644 --- a/files/ja/web/api/htmlelement/popover/index.md +++ b/files/ja/web/api/htmlelement/popover/index.md @@ -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 から取得したり設定したりします。機能検出に使用することもできます。 @@ -61,4 +62,5 @@ if (popoverSupported) { ## 関連情報 +- HTML の [`popover`](/ja/docs/Web/HTML/Global_attributes/popover) グローバル属性 - [ポップオーバー API](/ja/docs/Web/API/Popover_API)