From 96c729bf0457f0e216c21c005c3ee5398f634384 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Thu, 3 Oct 2024 14:16:34 +0900 Subject: [PATCH] =?UTF-8?q?2024/05/17=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=96=B0=E8=A6=8F=E7=BF=BB=E8=A8=B3=20(#23844)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 2024/05/17 時点の英語版に基づき新規翻訳 * Update files/ja/web/api/shadowroot/clonable/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/shadowroot/clonable/index.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 files/ja/web/api/shadowroot/clonable/index.md diff --git a/files/ja/web/api/shadowroot/clonable/index.md b/files/ja/web/api/shadowroot/clonable/index.md new file mode 100644 index 00000000000000..7aac326113b640 --- /dev/null +++ b/files/ja/web/api/shadowroot/clonable/index.md @@ -0,0 +1,41 @@ +--- +title: "ShadowRoot: clonable プロパティ" +short-title: clonable +slug: Web/API/ShadowRoot/clonable +l10n: + sourceCommit: 26091e4af9c73bb6c5d1466df5070c949498fdbd +--- + +{{APIRef("Shadow DOM")}} + +**`clonable`** は {{domxref("ShadowRoot")}} インターフェイスの読み取り専用プロパティで、シャドウルートが複製可能であれば `true` を返し、そうでなければ `false` を返します。 + +値が `true` の場合、{{domxref("Node.cloneNode()")}} または {{domxref("Document.importNode()")}} で複製されたシャドウホストにはシャドウルートのコピーが含まれます。 + +既定値は `false` です。 +`true` に設定するには、{{domxref("Element.attachShadow()")}} メソッドの `clonable` オプションを使用するか、またはシャドウルートを宣言的に関連付ける使用される `