From 88e1ae12350d970aa19b655c48eddf9e34e74b8b Mon Sep 17 00:00:00 2001 From: karen-atdo Date: Fri, 6 Dec 2024 03:31:38 +0000 Subject: [PATCH] Translate doc-toc.html via GitLocalize --- publishing/ja/html/dpub-aria/doc-toc.html | 71 +++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 publishing/ja/html/dpub-aria/doc-toc.html diff --git a/publishing/ja/html/dpub-aria/doc-toc.html b/publishing/ja/html/dpub-aria/doc-toc.html new file mode 100644 index 00000000..cb37c163 --- /dev/null +++ b/publishing/ja/html/dpub-aria/doc-toc.html @@ -0,0 +1,71 @@ + + + + + doc-toc + + + + + + +
+
+

解説

+ +

コンテンツ内の主要なセクションの見出しへのリンクの順序付きリストを提供するナビゲーション補助機能。目次は、作品全体をカバーする場合もあれば、作品の一部のみをカバーする場合もあります。

+
+ +
+

+ +
+
+
例1 — 見出し付きの目次
+

ラベルはaria-labelledby属性で識別します。

+
+ +
<nav role="doc-toc">
+   <h2 id="hd05">Contents</h2>
+   <ol>
+      <li><a href="chapter01.html">Chapter 1</a></li>
+      …
+   </ol>
+</nav>
+
+
+ +
+

ARIAとの関係

+ +

doc-tocは、landmarkロールです。

+
+ +
+

使用方法

+ +

doc-tocは通常、nav要素で使用します。

+ +

aria-labelledbyaria-label、またはtitle属性のいずれかを使用して、ロールにラベルを指定する必要があります。

+ +

role属性に認められる値についての簡易リストは、EPUBタイプによるARIAロール製作ガイド(EPUB Type to ARIA Role Authoring Guide)対応表をご覧ください。正式なリストは、HTMLのARIAについて(ARIA in HTML)を参照してください。

+
+
+

関連リンク

+ +
+
+ +