diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-09-07 00:29:50 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-09-18 22:24:37 +0900 |
commit | 4a573bbdd0e5945998a37162d1535245d4e20416 (patch) | |
tree | 882db0cd8f37c947955b460700d4d331f6bb95bb /files/ja/web/html/element/shadow | |
parent | e675bc16532dd880010aa9c2de2f9ed2f2bb3430 (diff) | |
download | translated-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/element/shadow')
-rw-r--r-- | files/ja/web/html/element/shadow/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/html/element/shadow/index.html b/files/ja/web/html/element/shadow/index.html index 9f6d80e4b5..6494016d10 100644 --- a/files/ja/web/html/element/shadow/index.html +++ b/files/ja/web/html/element/shadow/index.html @@ -51,7 +51,7 @@ translation_of: Web/HTML/Element/shadow <p>これは <code><shadow></code> 要素を使用したシンプルな例です。必要な要素がすべて 1 つの HTML ファイルに含まれています。</p> <div class="note"> -<p><strong>メモ:</strong> これは実験的な機能です。このコードを実行するには、これを表示するブラウザーが Web Components をサポートしている必要があります。<a href="/en-US/docs/Web/Web_Components#Enabling_Web_Components_in_Firefox">Enabling Web Components in Firefox</a> を参照してください。</p> +<p><strong>メモ:</strong> これは実験的な機能です。このコードを実行するには、これを表示するブラウザーが Web Components をサポートしている必要があります。<a href="/ja/docs/Web/Web_Components#Enabling_Web_Components_in_Firefox">Enabling Web Components in Firefox</a> を参照してください。</p> </div> <pre class="brush: html"><html> |