diff options
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> |