diff --git a/files/ja/web/api/htmltemplateelement/shadowrootclonable/index.md b/files/ja/web/api/htmltemplateelement/shadowrootclonable/index.md
new file mode 100644
index 00000000000000..b46ecb04ca3541
--- /dev/null
+++ b/files/ja/web/api/htmltemplateelement/shadowrootclonable/index.md
@@ -0,0 +1,32 @@
+---
+title: "HTMLTemplateElement: shadowRootClonable プロパティ"
+short-title: shadowRootClonable
+slug: Web/API/HTMLTemplateElement/shadowRootClonable
+l10n:
+ sourceCommit: 26091e4af9c73bb6c5d1466df5070c949498fdbd
+---
+
+{{APIRef("Web Components")}}
+
+**`shadowRootClonable`** プロパティは、関連付けられた [``](/ja/docs/Web/HTML/Element/template) 要素の [`shadowrootclonable`](/ja/docs/Web/HTML/Element/template#shadowrootclonable) 属性の値を反映します。
+
+このプロパティは開発者にとって有用ではないことに注意してください。
+`` 要素を使用して宣言的に [`ShadowRoot`](/ja/docs/Web/API/ShadowRoot) を作成する場合は、このオブジェクトおよびプロパティは存在しません。
+それ以外の場合、`HTMLTemplateElement` が作成された場合は、オブジェクトがシャドウルートではないため、このプロパティの値は無関係であり、シャドウルートに変更することはできません。
+
+## 値
+
+関連付けられた [``](/ja/docs/Web/HTML/Element/template) 要素の [`shadowrootclonable`](/ja/docs/Web/HTML/Element/template#shadowrootclonable) 属性の値を反映します。
+
+## 仕様書
+
+{{Specifications}}
+
+## ブラウザーの互換性
+
+{{Compat}}
+
+## 関連情報
+
+- [`shadowrootclonable`](/ja/docs/Web/HTML/Element/template#shadowrootclonable)(`` 要素の属性)
+- [`ShadowRoot.clonable`](/ja/docs/Web/API/ShadowRoot/clonable)
diff --git a/files/ja/web/api/htmltemplateelement/shadowrootdelegatesfocus/index.md b/files/ja/web/api/htmltemplateelement/shadowrootdelegatesfocus/index.md
new file mode 100644
index 00000000000000..31226361dd02d8
--- /dev/null
+++ b/files/ja/web/api/htmltemplateelement/shadowrootdelegatesfocus/index.md
@@ -0,0 +1,32 @@
+---
+title: "HTMLTemplateElement: shadowRootDelegatesFocus プロパティ"
+short-title: shadowRootDelegatesFocus
+slug: Web/API/HTMLTemplateElement/shadowRootDelegatesFocus
+l10n:
+ sourceCommit: 26091e4af9c73bb6c5d1466df5070c949498fdbd
+---
+
+{{APIRef("Web Components")}}
+
+**`shadowRootDelegatesFocus`** は {{domxref("HTMLTemplateElement")}} インターフェイスのプロパティで、関連付けられた [``](/ja/docs/Web/HTML/Element/template) 要素の [`shadowrootdelegatesfocus`](/ja/docs/Web/HTML/Element/template#shadowrootdelegatesfocus) 属性の値を反映します。
+
+このプロパティは開発者にとって有用ではないことに注意してください。
+`` 要素を使用して宣言的に [`ShadowRoot`](/ja/docs/Web/API/ShadowRoot) を作成する場合は、このオブジェクトおよびプロパティは存在しません。
+それ以外の場合、`HTMLTemplateElement` が作成された場合は、オブジェクトがシャドウルートではないため、このプロパティの値は無関係であり、シャドウルートに変更することはできません。
+
+## 値
+
+関連付けられた [``](/ja/docs/Web/HTML/Element/template) 要素の [`shadowrootdelegatesfocus`](/ja/docs/Web/HTML/Element/template#shadowrootdelegatesfocus) 属性の値を反映します。
+
+## 仕様書
+
+{{Specifications}}
+
+## ブラウザーの互換性
+
+{{Compat}}
+
+## 関連情報
+
+- [`shadowrootdelegatesfocus`](/ja/docs/Web/HTML/Element/template#shadowrootdelegatesfocus)(`` 要素の属性)
+- [`ShadowRoot.delegatesFocus`](/ja/docs/Web/API/ShadowRoot/delegatesFocus)
diff --git a/files/ja/web/api/htmltemplateelement/shadowrootmode/index.md b/files/ja/web/api/htmltemplateelement/shadowrootmode/index.md
new file mode 100644
index 00000000000000..d81bdedca424c7
--- /dev/null
+++ b/files/ja/web/api/htmltemplateelement/shadowrootmode/index.md
@@ -0,0 +1,32 @@
+---
+title: "HTMLTemplateElement: shadowRootMode プロパティ"
+short-title: shadowRootMode
+slug: Web/API/HTMLTemplateElement/shadowRootMode
+l10n:
+ sourceCommit: 26091e4af9c73bb6c5d1466df5070c949498fdbd
+---
+
+{{APIRef("Web Components")}}
+
+**`shadowRootMode`** は {{domxref("HTMLTemplateElement")}} インターフェイスのプロパティで、関連付けられた [``](/ja/docs/Web/HTML/Element/template) 要素の [`shadowrootmode`](/ja/docs/Web/HTML/Element/template#shadowrootmode) 属性の値を反映します。
+
+このプロパティは開発者にとって有用ではないことに注意してください。
+`` 要素を使用して宣言的に [`ShadowRoot`](/ja/docs/Web/API/ShadowRoot) を作成する場合は、このオブジェクトおよびプロパティは存在しません。
+それ以外の場合、`HTMLTemplateElement` が作成された場合は、オブジェクトがシャドウルートではないため、このプロパティの値は無関係であり、シャドウルートに変更することはできません。
+
+## 値
+
+関連付けられた [``](/ja/docs/Web/HTML/Element/template) 要素の [`shadowrootmode`](/ja/docs/Web/HTML/Element/template#shadowrootmode) 属性の値を反映します。
+
+## 仕様書
+
+{{Specifications}}
+
+## ブラウザーの互換性
+
+{{Compat}}
+
+## 関連情報
+
+- [`shadowrootmode`](/ja/docs/Web/HTML/Element/template#shadowrootmode)(`` 要素の属性)
+- [`ShadowRoot.mode`](/ja/docs/Web/API/ShadowRoot/mode)