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/content/index.html | |
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/content/index.html')
-rw-r--r-- | files/ja/web/html/element/content/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/ja/web/html/element/content/index.html b/files/ja/web/html/element/content/index.html index b701ae98aa..aeda1188b4 100644 --- a/files/ja/web/html/element/content/index.html +++ b/files/ja/web/html/element/content/index.html @@ -13,7 +13,7 @@ translation_of: Web/HTML/Element/content --- <div>{{Deprecated_header}}</div> -<p><span class="seoSummary"><strong>HTML の <code><content></code> 要素</strong>は、一連の<a href="/docs/Web/Web_Components">ウェブコンポーネント</a>技術の廃止された部分であり、 <a href="/en-US/docs/Web/Web_Components/Shadow_DOM">Shadow DOM</a> の中で {{glossary("insertion point")}} として使われていましたが、通常の HTML で利用することは意図されていませんでした。</span>現在では DOM の中で Shadow DOM を挿入することができる場所を作成する {{HTMLElement("slot")}} 要素に置き換えられました。</p> +<p><span class="seoSummary"><strong>HTML の <code><content></code> 要素</strong>は、一連の<a href="/ja/docs/Web/Web_Components">ウェブコンポーネント</a>技術の廃止された部分であり、 <a href="/ja/docs/Web/Web_Components/Shadow_DOM">Shadow DOM</a> の中で {{glossary("insertion point")}} として使われていましたが、通常の HTML で利用することは意図されていませんでした。</span>現在では DOM の中で Shadow DOM を挿入することができる場所を作成する {{HTMLElement("slot")}} 要素に置き換えられました。</p> <div class="note"> <p><strong>メモ:</strong> この要素は初期のドラフト仕様に存在し、いくつかのブラウザーで実装されていましたが、後のバージョンの仕様書から削除され、使用するべきではありません。ここで文書化しているのは、その間に書かれたコードを、新しいバージョンの仕様書で動作するように適合させるのを支援するためです。</p> @@ -22,12 +22,12 @@ translation_of: Web/HTML/Element/content <table class="properties"> <tbody> <tr> - <th scope="row"><a href="/docs/Web/HTML/Content_categories" title="HTML/Content_categories">コンテンツカテゴリー</a></th> - <td><a href="/docs/Web/HTML/Content_categories#Transparent_content_model" title="HTML/Content_categories#Transparent_content_model">透過的コンテンツ</a></td> + <th scope="row"><a href="/ja/docs/Web/HTML/Content_categories" title="HTML/Content_categories">コンテンツカテゴリー</a></th> + <td><a href="/ja/docs/Web/HTML/Content_categories#Transparent_content_model" title="HTML/Content_categories#Transparent_content_model">透過的コンテンツ</a></td> </tr> <tr> <th scope="row">許可されている内容</th> - <td><a href="/docs/Web/HTML/Content_categories#Flow_content">フローコンテンツ</a></td> + <td><a href="/ja/docs/Web/HTML/Content_categories#Flow_content">フローコンテンツ</a></td> </tr> <tr> <th scope="row">タグの省略</th> @@ -46,7 +46,7 @@ translation_of: Web/HTML/Element/content <h2 id="Attributes" name="Attributes">属性</h2> -<p>この要素は<a href="https://developer.mozilla.org/ja/docs/HTML/Global_attributes" title="HTML/Global attributes">グローバル属性</a>を持ちます。</p> +<p>この要素は<a href="/ja/docs/HTML/Global_attributes" title="HTML/Global attributes">グローバル属性</a>を持ちます。</p> <dl> <dt><code>select</code></dt> |