diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-19 00:54:49 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-26 08:56:17 +0900 |
commit | 4c6c08ca4e7706ed62d9b1b295e67e342dd54796 (patch) | |
tree | de4f5cfb0d914253689bb3c3e3056e811bb8d362 /files/ja/web/api/text/assignedslot | |
parent | ea03a070eaa29c8756e252666ec571cbccbee983 (diff) | |
download | translated-content-4c6c08ca4e7706ed62d9b1b295e67e342dd54796.tar.gz translated-content-4c6c08ca4e7706ed62d9b1b295e67e342dd54796.tar.bz2 translated-content-4c6c08ca4e7706ed62d9b1b295e67e342dd54796.zip |
2021/11/09 時点の英語版に新規翻訳
Diffstat (limited to 'files/ja/web/api/text/assignedslot')
-rw-r--r-- | files/ja/web/api/text/assignedslot/index.md | 24 |
1 files changed, 24 insertions, 0 deletions
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}} |