From 4c6c08ca4e7706ed62d9b1b295e67e342dd54796 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Wed, 19 Jan 2022 00:54:49 +0900 Subject: 2021/11/09 時点の英語版に新規翻訳 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/api/text/assignedslot/index.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 files/ja/web/api/text/assignedslot/index.md (limited to 'files') diff --git a/files/ja/web/api/text/assignedslot/index.md b/files/ja/web/api/text/assignedslot/index.md new file mode 100644 index 0000000000..a8dd6e8c70 --- /dev/null +++ b/files/ja/web/api/text/assignedslot/index.md @@ -0,0 +1,24 @@ +--- +title: Text.assignedSlot +slug: Web/API/Text/assignedSlot +tags: + - プロパティ + - リファレンス + - 読み取り専用 +browser-compat: api.Text.assignedSlot +--- +{{APIRef("DOM")}} + +**`assignedSlot`** は {{domxref("Text")}} インターフェイスの読み取り専用プロパティで、要素に関連付けられた {{domxref("HTMLSlotElement")}} オブジェクトを返します。 + +## 値 + +{{domxref("HTMLSlotElement")}}、またはテキストノードに関連付けられている {{HTMLElement("slot")}} 要素がない場合は `null`。 + +## 仕様書 + +{{Specifications}} + +## ブラウザーの互換性 + +{{Compat}} -- cgit v1.2.3-54-g00ecf