diff options
author | grgr-dkrk <40130327+grgr-dkrk@users.noreply.github.com> | 2021-10-22 19:44:12 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-10-23 17:01:10 +0900 |
commit | 5c854bebf25c6b8bbea449349fb09fdfb23afd18 (patch) | |
tree | 222a5f8459f765ff06cc4e44d2bfbdf946696053 /files | |
parent | 68a0c98dcb3344ee2ab451616b26865823ea46c7 (diff) | |
download | translated-content-5c854bebf25c6b8bbea449349fb09fdfb23afd18.tar.gz translated-content-5c854bebf25c6b8bbea449349fb09fdfb23afd18.tar.bz2 translated-content-5c854bebf25c6b8bbea449349fb09fdfb23afd18.zip |
fix(ja): Changed hgroup section from deprecated to warning
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> |