From 9268efdf73e1c32c8f0e0c40ae2bcf1a0ea4a8cb Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sun, 29 Sep 2024 23:08:11 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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..55c66c02cb02d4 --- /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` オプションを使用するか、またはシャドウルートを宣言的に関連付ける使用される `