diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/ja/web/html/element/hgroup/index.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/files/ja/web/html/element/hgroup/index.html b/files/ja/web/html/element/hgroup/index.html index ac206a5871..5fdf1e9d3f 100644 --- a/files/ja/web/html/element/hgroup/index.html +++ b/files/ja/web/html/element/hgroup/index.html @@ -11,7 +11,12 @@ tags: - Web translation_of: Web/HTML/Element/hgroup --- -<div>{{HTMLRef}}{{deprecated_header}}</div> +<div>{{HTMLRef}}</div> + +<div class="notecard warning"> + <p><strong>警告:</strong><code><hgroup></code> は支援技術にサポートされていないため、使用すべきではありません。使用すると、中にある見出し要素の認識に悪影響を与えます。</p> + <p>詳細については、以下の<a href="#usage_notes">使用上の注意</a>を参照してください。</p> +</div> <p><strong>HTML の <code><hgroup></code> 要素</strong>は、文書のセクションの、複数レベルの見出しを表します。これは <code><a href="/ja/docs/Web/HTML/Element/Heading_Elements"><h1>–<h6></a></code> 要素のセットをグループ化します。</p> |