aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/html
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-06-12 10:48:20 +0900
committerGitHub <noreply@github.com>2021-06-12 10:48:20 +0900
commit565de1be123ca761c03dfb80ccde14d50252f9cd (patch)
tree0b0a5d0642be510edb164d8f488f587ee2f05f8b /files/ja/web/html
parent13bc1bf3478c1d6089b1962e05d08e8985938813 (diff)
downloadtranslated-content-565de1be123ca761c03dfb80ccde14d50252f9cd.tar.gz
translated-content-565de1be123ca761c03dfb80ccde14d50252f9cd.tar.bz2
translated-content-565de1be123ca761c03dfb80ccde14d50252f9cd.zip
Web/HTML/Element/figcaption を更新 (#1082)
- 2021/05/31 時点の英語版に同期
Diffstat (limited to 'files/ja/web/html')
-rw-r--r--files/ja/web/html/element/figcaption/index.html31
1 files changed, 16 insertions, 15 deletions
diff --git a/files/ja/web/html/element/figcaption/index.html b/files/ja/web/html/element/figcaption/index.html
index f3403dc145..2d0b76e6e4 100644
--- a/files/ja/web/html/element/figcaption/index.html
+++ b/files/ja/web/html/element/figcaption/index.html
@@ -2,11 +2,11 @@
title: '<figcaption>: 図キャプション要素'
slug: Web/HTML/Element/figcaption
tags:
+ - Element
- HTML
- - HTML コンテンツグループ化
- - 'HTML:フローコンテンツ'
+ - HTML grouping content
- Reference
- - 要素
+browser-compat: html.elements.figcaption
translation_of: Web/HTML/Element/figcaption
---
<div>{{HTMLRef}}</div>
@@ -15,17 +15,15 @@ translation_of: Web/HTML/Element/figcaption
<div>{{EmbedInteractiveExample("pages/tabbed/figcaption.html","tabbed-shorter")}}</div>
-<div class="hidden">このデモのソースファイルは GitHub リポジトリに格納されています。デモプロジェクトに協力したい場合は、 <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> をクローンしてプルリクエストを送信してください。</div>
-
<table class="properties">
<tbody>
<tr>
- <th scope="row"><a href="/ja/docs/Web/HTML/Content_categories">コンテンツカテゴリ</a></th>
+ <th scope="row"><a href="/ja/docs/Web/Guide/HTML/Content_categories">コンテンツカテゴリー</a></th>
<td>なし</td>
</tr>
<tr>
<th scope="row">許可されている内容</th>
- <td><a href="/ja/docs/Web/HTML/Content_categories#Flow_content">フローコンテンツ</a></td>
+ <td><a href="/ja/docs/Web/Guide/HTML/Content_categories#flow_content">フローコンテンツ</a></td>
</tr>
<tr>
<th scope="row">タグの省略</th>
@@ -36,8 +34,12 @@ translation_of: Web/HTML/Element/figcaption
<td>{{HTMLElement("figure")}} 要素。 <code>&lt;figcaption&gt;</code> 要素は最初または最後の子要素でなければなりません。</td>
</tr>
<tr>
+ <th scope="row">暗黙の ARIA ロール</th>
+ <td><a href="https://www.w3.org/TR/html-aria/#dfn-no-corresponding-role">対応するロールなし</a></td>
+ </tr>
+ <tr>
<th scope="row">許可されている ARIA ロール</th>
- <td>{{ARIARole("group")}}、 {{ARIARole("presentation")}}</td>
+ <td>{{ARIARole("group")}}, {{ARIARole("none")}}, {{ARIARole("presentation")}}</td>
</tr>
<tr>
<th scope="row">DOM インターフェイス</th>
@@ -46,15 +48,15 @@ translation_of: Web/HTML/Element/figcaption
</tbody>
</table>
-<h2 id="Attributes" name="Attributes">属性</h2>
+<h2 id="Attributes">属性</h2>
<p>この要素には<a href="/ja/docs/Web/HTML/Global_attributes" rel="internal">グローバル属性</a>のみがあります。</p>
-<h2 id="Examples" name="Examples">例</h2>
+<h2 id="Examples">例</h2>
<p><code>&lt;figcaption&gt;</code> の例については、 {{HTMLElement("figure")}} のページを参照して下さい。</p>
-<h2 id="Specifications" name="Specifications">仕様書</h2>
+<h2 id="Specifications">仕様書</h2>
<table class="standard-table">
<thead>
@@ -78,13 +80,12 @@ translation_of: Web/HTML/Element/figcaption
</tbody>
</table>
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
+<h2 id="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されます。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-<p>{{Compat("html.elements.figcaption")}}</p>
+<p>{{Compat}}</p>
-<h2 id="See_also" name="See_also">関連情報</h2>
+<h2 id="See_also">関連情報</h2>
<ul>
<li>{{HTMLElement("figure")}} 要素</li>