aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/html/global_attributes/slot/index.html
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-09-07 00:29:50 +0900
committerpotappo <potappo@gmail.com>2021-09-18 22:24:37 +0900
commit4a573bbdd0e5945998a37162d1535245d4e20416 (patch)
tree882db0cd8f37c947955b460700d4d331f6bb95bb /files/ja/web/html/global_attributes/slot/index.html
parente675bc16532dd880010aa9c2de2f9ed2f2bb3430 (diff)
downloadtranslated-content-4a573bbdd0e5945998a37162d1535245d4e20416.tar.gz
translated-content-4a573bbdd0e5945998a37162d1535245d4e20416.tar.bz2
translated-content-4a573bbdd0e5945998a37162d1535245d4e20416.zip
Web/a-h以下の文書内のリンクURLを正規化
- /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
Diffstat (limited to 'files/ja/web/html/global_attributes/slot/index.html')
-rw-r--r--files/ja/web/html/global_attributes/slot/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/html/global_attributes/slot/index.html b/files/ja/web/html/global_attributes/slot/index.html
index a59c8d7f91..95c74b04c4 100644
--- a/files/ja/web/html/global_attributes/slot/index.html
+++ b/files/ja/web/html/global_attributes/slot/index.html
@@ -9,7 +9,7 @@ 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="/en-US/docs/Web/Web_Components/Using_shadow_DOM">シャドウ DOM</a> のシャドウツリー内にあるスロットをある要素に割り当てます。 <code>slot</code> 属性をもつ要素は、{{htmlattrxref("name", "slot")}} 属性の値がその <code>slot</code> 属性の値と一致する {{HTMLElement("slot")}} 要素により生成されたスロットに割り当てられます。</p>
+<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>