From 2087e1b19b014c07e5038cbe74c1e43ddcb4c298 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 20 Apr 2021 02:13:52 +0900 Subject: Web/HTML/Element/slot を更新 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2020/12/18 時点の英語版に同期 --- files/ja/web/html/element/slot/index.html | 35 +++++++++++++++++-------------- 1 file changed, 19 insertions(+), 16 deletions(-) (limited to 'files') diff --git a/files/ja/web/html/element/slot/index.html b/files/ja/web/html/element/slot/index.html index 7c3306b0b7..868200c5e9 100644 --- a/files/ja/web/html/element/slot/index.html +++ b/files/ja/web/html/element/slot/index.html @@ -2,12 +2,13 @@ title: slug: Web/HTML/Element/slot tags: + - Element - HTML - - HTML ウェブコンポーネント + - HTML Web Components - Reference - - ウェブコンポーネント - - シャドウ DOM - - 要素 + - Web Components + - shadow dom + - slot translation_of: Web/HTML/Element/slot ---
{{HTMLRef}}
@@ -17,12 +18,12 @@ translation_of: Web/HTML/Element/slot - - + + - + @@ -34,11 +35,15 @@ translation_of: Web/HTML/Element/slot - + + + + + - + @@ -47,7 +52,7 @@ translation_of: Web/HTML/Element/slot
コンテンツカテゴリフローコンテンツ, 記述コンテンツコンテンツカテゴリフローコンテンツ, 記述コンテンツ
許可されている内容透過的コンテンツ透過的コンテンツ
イベント
許可されている親要素Any element that accepts 記述コンテンツAny element that accepts 記述コンテンツ
暗黙の ARIA ロール対応するロールなし
許可されている ARIA ロールなし許可されている role なし
DOM インターフェイス
-

属性

+

属性

この要素にはグローバル属性があります。

@@ -57,7 +62,7 @@ translation_of: Web/HTML/Element/slot
名前付きスロットは、 <slot> 要素に name 属性が付きます。
-

+

<template id="element-details-template">
   <style>
@@ -88,10 +93,10 @@ translation_of: Web/HTML/Element/slot
 </template>
-

メモ: この完全な例は、要素の詳細で実際に動作しています (running liveライブ実行もご覧ください)。また、テンプレートとスロットの利用にも説明があります。

+

メモ: この完全な例は、要素の詳細で実際に動作しています (ライブ実行もご覧ください)。また、テンプレートとスロットの利用にも説明があります。

-

仕様書

+

仕様書

@@ -115,8 +120,6 @@ translation_of: Web/HTML/Element/slot
-

ブラウザーの互換性

- - +

ブラウザーの互換性

{{Compat("html.elements.slot")}}

-- cgit v1.2.3-54-g00ecf