diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-18 15:27:15 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-26 08:55:26 +0900 |
commit | 89c8adcf20210238fb0aca3705d19979cc7c3d51 (patch) | |
tree | 39d7db023a5ec4880765541dffb1b62de99d1f13 /files/ja/web/html/global_attributes | |
parent | 69d3bec3e07e34d07d68ef0b40e6fe4062328aad (diff) | |
download | translated-content-89c8adcf20210238fb0aca3705d19979cc7c3d51.tar.gz translated-content-89c8adcf20210238fb0aca3705d19979cc7c3d51.tar.bz2 translated-content-89c8adcf20210238fb0aca3705d19979cc7c3d51.zip |
2021/10/03 時点の英語版に同期
Diffstat (limited to 'files/ja/web/html/global_attributes')
-rw-r--r-- | files/ja/web/html/global_attributes/slot/index.md | 63 |
1 files changed, 22 insertions, 41 deletions
diff --git a/files/ja/web/html/global_attributes/slot/index.md b/files/ja/web/html/global_attributes/slot/index.md index 95c74b04c4..831a0a8319 100644 --- a/files/ja/web/html/global_attributes/slot/index.md +++ b/files/ja/web/html/global_attributes/slot/index.md @@ -2,47 +2,28 @@ title: slot slug: Web/HTML/Global_attributes/slot tags: - - Global attributes + - グローバル属性 - HTML - - Reference + - リファレンス +browser-compat: html.global_attributes.slot translation_of: Web/HTML/Global_attributes/slot --- -<div>{{HTMLSidebar("Global_attributes")}}</div> - -<p><strong><code>slot</code></strong> は<a href="/ja/docs/Web/HTML/Global_attributes">グローバル属性</a>で、<a href="/ja/docs/Web/Web_Components/Using_shadow_DOM">シャドウ DOM</a> のシャドウツリー内にあるスロットをある要素に割り当てます。 <code>slot</code> 属性をもつ要素は、{{htmlattrxref("name", "slot")}} 属性の値がその <code>slot</code> 属性の値と一致する {{HTMLElement("slot")}} 要素により生成されたスロットに割り当てられます。</p> - -<p>例えば、<a href="/ja/docs/Web/Web_Components/Using_templates_and_slots">テンプレートとスロットの使用</a>ガイドをみてください。</p> - -<h2 id="Specifications" name="Specifications">仕様書</h2> - -<table class="standard-table"> - <thead> - <tr> - <th scope="col">仕様書</th> - <th scope="col">状態</th> - <th scope="col">備考</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName('HTML WHATWG', "dom.html#attr-slot", "slot attribute")}}</td> - <td>{{Spec2('HTML WHATWG')}}</td> - <td></td> - </tr> - <tr> - <td>{{SpecName('DOM WHATWG', "#dom-element-slot", "slot attribute")}}</td> - <td>{{Spec2('DOM WHATWG')}}</td> - <td></td> - </tr> - </tbody> -</table> - -<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2> - -<p>{{Compat("html.global_attributes.slot")}}</p> - -<h2 id="See_also" name="See_also">関連情報</h2> - -<ul> - <li>すべての<a href="/ja/docs/Web/HTML/Global_attributes">グローバル属性</a></li> -</ul> + +{{HTMLSidebar("Global_attributes")}} + +**`slot`** は[グローバル属性](/ja/docs/Web/HTML/Global_attributes)で、[シャドウ DOM](/ja/docs/Web/Web_Components/Using_shadow_DOM) のシャドウツリー内にあるスロットを、ある要素に割り当てます。 `slot` 属性をもつ要素には、 {{HTMLElement("slot")}} 要素に {{htmlattrxref("name", "slot")}} 属性の値を指定することで生成されたスロット +の値がその `slot` 属性の値と一致する生成されたスロットに割り当てられます。 + +例については、[テンプレートとスロットの使用](/ja/docs/Web/Web_Components/Using_templates_and_slots)ガイドを参照してください。 + +## 仕様書 + +{{Specifications}} + +## ブラウザーの互換性 + +{{Compat}} + +## 関連情報 + +- すべての[グローバル属性](/ja/docs/Web/HTML/Global_attributes) |