diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-18 11:31:43 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-26 08:55:26 +0900 |
commit | ec26e7a80cf56fba8b4711a59dedc6e54192fd6b (patch) | |
tree | 82ac3ec6d5c41925b097b87b389f7b98d4bddce0 /files | |
parent | dbd1e4fd9d5fe2ce0faa38c514e6cbd660389d9b (diff) | |
download | translated-content-ec26e7a80cf56fba8b4711a59dedc6e54192fd6b.tar.gz translated-content-ec26e7a80cf56fba8b4711a59dedc6e54192fd6b.tar.bz2 translated-content-ec26e7a80cf56fba8b4711a59dedc6e54192fd6b.zip |
2021/10/26 時点の英語版に同期
Diffstat (limited to 'files')
-rw-r--r-- | files/ja/web/html/element/slot/index.md | 174 |
1 files changed, 83 insertions, 91 deletions
diff --git a/files/ja/web/html/element/slot/index.md b/files/ja/web/html/element/slot/index.md index 868200c5e9..5c6985e814 100644 --- a/files/ja/web/html/element/slot/index.md +++ b/files/ja/web/html/element/slot/index.md @@ -1,71 +1,84 @@ --- -title: <slot> +title: '<slot>: ウェブコンポーネントのスロット要素' slug: Web/HTML/Element/slot tags: - Element - HTML - - HTML Web Components - - Reference - - Web Components - - shadow dom + - HTML ウェブコンポーネント + - リファレンス + - ウェブコンポーネント + - シャドウ DOM - slot translation_of: Web/HTML/Element/slot --- -<div>{{HTMLRef}}</div> -<p><span class="seoSummary"><strong>HTML の <code><slot></code> 要素</strong> — <a href="/ja/docs/Web/Web_Components">ウェブコンポーネント</a>技術の一部 — は、ウェブコンポーネント内で別な DOM ツリーを構築し、いっしょに表示することができる独自のマークアップを入れることができるプレイスホルダーです。</span></p> +{{HTMLRef}} + +**`<slot>`** は [HTML](/ja/docs/Web/HTML) の要素 — <a href="/ja/docs/Web/Web_Components">ウェブコンポーネント</a>技術の一部 — は、ウェブコンポーネント内で別な DOM ツリーを構築し、いっしょに表示することができる独自のマークアップを入れることができるプレイスホルダーです。 <table class="properties"> - <tbody> - <tr> - <th scope="row"><a href="/ja/docs/Web/Guide/HTML/Content_categories">コンテンツカテゴリ</a></th> - <td><a href="/ja/docs/Web/Guide/HTML/Content_categories#flow_content">フローコンテンツ</a>, <a href="/ja/docs/Web/Guide/HTML/Content_categories#phrasing_content">記述コンテンツ</a></td> - </tr> - <tr> - <th scope="row">許可されている内容</th> - <td><a href="/ja/docs/Web/Guide/HTML/Content_categories#transparent_content_model">透過的コンテンツ</a></td> - </tr> - <tr> - <th scope="row">イベント</th> - <td>{{event("slotchange")}}</td> - </tr> - <tr> - <th scope="row">タグの省略</th> - <td>{{no_tag_omission}}</td> - </tr> - <tr> - <th scope="row">許可されている親要素</th> - <td>Any element that accepts <a href="/ja/docs/Web/Guide/HTML/Content_categories#phrasing_content">記述コンテンツ</a></td> - </tr> - <tr> - <th scope="row">暗黙の ARIA ロール</th> - <td><a href="https://www.w3.org/TR/html-aria/#dfn-no-corresponding-role">対応するロールなし</a></td> - </tr> - <tr> - <th scope="row">許可されている ARIA ロール</th> - <td>許可されている <code>role</code> なし</td> - </tr> - <tr> - <th scope="row">DOM インターフェイス</th> - <td>{{domxref("HTMLSlotElement")}}</td> - </tr> - </tbody> + <tbody> + <tr> + <th scope="row"> + <a href="/ja/docs/Web/Guide/HTML/Content_categories">コンテンツカテゴリー</a> + </th> + <td> + <a href="/ja/docs/Web/Guide/HTML/Content_categories#flow_content">フローコンテンツ</a>, + <a href="/ja/docs/Web/Guide/HTML/Content_categories#phrasing_content">記述コンテンツ</a> + </td> + </tr> + <tr> + <th scope="row">許可されている内容</th> + <td> + <a href="/ja/docs/Web/Guide/HTML/Content_categories#transparent_content_model">透過的コンテンツ</a> + </td> + </tr> + <tr> + <th scope="row">イベント</th> + <td>{{event("slotchange")}}</td> + </tr> + <tr> + <th scope="row">タグの省略</th> + <td>{{no_tag_omission}}</td> + </tr> + <tr> + <th scope="row">許可されている親要素</th> + <td> + <a href="/ja/docs/Web/Guide/HTML/Content_categories#phrasing_content">記述コンテンツ</a>を受け付ける任意の要素 + </td> + </tr> + <tr> + <th scope="row">暗黙の ARIA ロール</th> + <td> + <a href="https://www.w3.org/TR/html-aria/#dfn-no-corresponding-role">対応するロールなし</a> + </td> + </tr> + <tr> + <th scope="row">許可されている ARIA ロール</th> + <td>許可されている <code>role</code> なし</td> + </tr> + <tr> + <th scope="row">DOM インターフェイス</th> + <td>{{domxref("HTMLSlotElement")}}</td> + </tr> + </tbody> </table> -<h2 id="Attributes">属性</h2> +## 属性 + +この要素には[グローバル属性](/ja/docs/Web/HTML/Global_attributes)があります。 -<p>この要素には<a href="/ja/docs/Web/HTML/Global_attributes">グローバル属性</a>があります。</p> +- {{htmlattrdef("name")}} -<dl> - <dt>{{htmlattrdef("name")}}</dt> - <dd>スロットの名前です。</dd> - <dd><strong><dfn>名前付きスロット</dfn></strong>は、 <code><slot></code> 要素に <code>name</code> 属性が付きます。</dd> -</dl> + - : スロットの名前です。 -<h2 id="Examples">例</h2> + **_名前付きスロット_**は、 `<slot>` 要素に `name` 属性が付きます。 -<pre class="brush: html"><template id="element-details-template"> - <style> +## 例 + +```html +<template id="element-details-template"> + <style> details {font-family: "Open Sans Light", Helvetica, Arial, sans-serif } .name {font-weight: bold; color: #217ac0; font-size: 120% } h4 { @@ -78,48 +91,27 @@ translation_of: Web/HTML/Element/slot } .attributes { margin-left: 22px; font-size: 90% } .attributes p { margin-left: 16px; font-style: italic } - </style> - <details> - <summary> - <code class="name">&lt;<slot name="element-name">NEED NAME</slot>&gt;</code> - <i class="desc"><slot name="description">NEED DESCRIPTION</slot></i> - </summary> - <div class="attributes"> - <h4>Attributes</h4> - <slot name="attributes"><p>None</p></slot> - </div> - </details> - <hr> -</template></pre> + </style> + <details> + <summary> + <code class="name"><<slot name="element-name">NEED NAME</slot>></code> + <i class="desc"><slot name="description">NEED DESCRIPTION</slot></i> + </summary> + <div class="attributes"> + <h4>Attributes</h4> + <slot name="attributes"><p>None</p></slot> + </div> + </details> + <hr> +</template> +``` -<div class="note"> -<p><strong>メモ</strong>: この完全な例は、<a class="external external-icon" href="https://github.com/mdn/web-components-examples/tree/master/element-details" rel="noopener">要素の詳細</a>で実際に動作しています (<a class="external external-icon" href="https://mdn.github.io/web-components-examples/element-details/" rel="noopener">ライブ実行</a>もご覧ください)。また、<a href="/ja/docs/Web/Web_Components/Using_templates_and_slots">テンプレートとスロットの利用</a>にも説明があります。</p> -</div> +> **Note:** この完全な例は、 [element-details](https://github.com/mdn/web-components-examples/tree/master/element-details) で見ることができます([ライブ実行](https://mdn.github.io/web-components-examples/element-details/)もご覧ください)。また、[テンプレートとスロットの利用](/ja/docs/Web/Web_Components/Using_templates_and_slots)にも説明があります。 -<h2 id="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','scripting.html#the-slot-element','<slot>')}}</td> - <td>{{Spec2('HTML WHATWG')}}</td> - <td></td> - </tr> - <tr> - <td>{{SpecName('DOM WHATWG','#shadow-tree-slots','Slots')}}</td> - <td>{{Spec2('DOM WHATWG')}}</td> - <td></td> - </tr> - </tbody> -</table> +{{Specifications}} -<h2 id="Browser_compatibility">ブラウザーの互換性</h2> +## ブラウザーの互換性 -<p>{{Compat("html.elements.slot")}}</p> +{{Compat}} |