-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
745 lines (615 loc) · 54.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
<!DOCTYPE html>
<html
itemid=""
itemtype="http://schema.org/WebPage"
itemscope=""
xmlns="http://www.w3.org/1999/xhtml"
lang="ja"
>
<head>
<meta charset="UTF-8">
<title itemprop="name">EPUB 仕様書(EPUB 3.2, EPUB 3.0, EPUB 3.0.1, EPUB 3.1)および関連文書の日本語訳</title>
<link itemprop="creator" href="#pageAuthor">
<link itemprop="mainContentOfPage" href="#Spec">
<meta lang="ja" content="EPUB 3 仕様書および関連文書の日本語訳">
<meta itemprop="author" lang="en" content="YOSHIMURA wataru">
<meta itemprop="inLanguage" content="jp">
<meta itemprop="datePublished" content="2020-02-28T00:00:00+09:00">
<meta itemprop="keywords" lang="ja" content="電子書籍,仕様書">
<meta itemprop="description" lang="ja" content="電子書籍の規格である EPUB 3.2、EPUB 3.1、EPUB 3.0.1、EPUB 3 仕様書、EPUB 3 Overview、EPUB Publications、EPUB Content Documents、EPUB Open Container Format (OCF)、EPUB Media Overlays、EPUB Canonical Fragment Identifier (epubcfi) Specification、EPUB 3 Fixed-Layout Documents、EPUB 3 Structural Semantics Vocabulary などの日本語訳を公開しています。">
<meta itemprop="url" content="http://imagedrive.github.io/spec/index.xhtml">
<style>
body{padding:3em;}
header.pagetitle {margin-bottom:3em;}
nav {margin-bottom:2em;}
nav ol {margin:0 0 0 1.5em;padding:0;}
nav li {margin-bottom:0.5em;}
article.item {margin:3em 0;line-height:1.6;}
article.item:first-child {margin-top:0em;}
h1 {font-size:160%;font-weight:normal;}
h2 {font-size:140%;font-weight:bold;border-bottom:thin solid #666;}
h3 {font-size:120%;font-weight:bold;}
h4 {font-size:110%;font-weight:bold;}
</style>
</head>
<body>
<section itemid="#Spec" itemtype="http://schema.org/hasPart" itemscope="">
<link itemprop="hasPart" href="#itemSpecEPUB32">
<link itemprop="hasPart" href="#itemSpecEPUB3">
<link itemprop="hasPart" href="#itemSpecEPUB301">
<link itemprop="hasPart" href="#itemSpecEPUB31">
<link itemprop="hasPart" href="#itemSpecEpubRelated">
<link itemprop="hasPart" href="#itemOther">
<header role="banner" class="pagetitle">
<h1 itemprop="name">EPUB 3 仕様書および関連文書の日本語訳</h1>
</header>
<nav>
<p>目次</p>
<ol>
<li><a href="#itemSpecEPUB32">EPUB 3.2 仕様書</a></li>
<li><a href="#itemSpecEPUB3">EPUB 3.0 仕様書</a></li>
<li><a href="#itemSpecEPUB301">EPUB 3.0.1 仕様書</a></li>
<li><a href="#itemSpecEPUB31">EPUB 3.1 仕様書</a></li>
<li><a href="#itemSpecEpubRelated">EPUB 関連文書</a>
<ol>
<li><a href="#itemVocabulary">語彙</a></li>
<li><a href="#itemPrefixes">接頭辞</a></li>
<li><a href="#itemExtensions">拡張</a></li>
<li><a href="#itemRegistries">レジストリ</a></li>
</ol>
</li>
<li><a href="#itemOther">作業中・その他</a>
</ol>
</nav>
<section id="itemSpecEPUB32" itemid="#itemSpecEPUB32" itemtype="http://schema.org/hasPart" itemscope="">
<link itemprop="hasPart" href="#epub32-spec">
<link itemprop="hasPart" href="#epub32-packages">
<link itemprop="hasPart" href="#epub32-contentdocs">
<link itemprop="hasPart" href="#epub32-mediaoverlays">
<link itemprop="hasPart" href="#epub32-ocf">
<link itemprop="hasPart" href="#epub32-overview">
<link itemprop="hasPart" href="#epub32-changes">
<header class="itemtitle">
<h2 itemprop="name">EPUB 3.2 仕様書</h2>
</header>
<article role="main" class="itemlist">
<article id="epub32-spec" class="item" itemid="#epub32spec" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/Submission/epub32/epub-spec.html">EPUB 3.2</a></h3>
<p itemprop="description">EPUB® 3 は、デジタル出版物及び文書の配布と交換フォーマットを定義する。EPUB フォーマットは、単一のファイル コンテナで配布するために、HTML、CSS、SVG 及び他のリソースを含む、構造化と意味的に強化されたウェブ コンテンツを表し、パッケージ化し、エンコードする手段を提供する。この仕様は、規格の2番目に大きな改訂を表している。</p>
<p>
公開日:<time itemprop="datePublished" datetime="2019-05-21T00:00:00.000Z">2019年5月21日</time></p>
<p>翻訳底本:“<a href="https://www.w3.org/publishing/epub3/epub-spec.html">EPUB 3.2</a>” (Final Community Group Specification)</p>
</article>
<article id="epub32-packages" class="item" itemid="#epub32-packages" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="https://imagedrive.github.io/Submission/epub32/epub-packages.html">EPUB Packages 3.2</a></h3>
<p itemprop="description">EPUB Packages 3.2 は、EPUB® Package のセマンティクスと適合性合要件を定義する。各パッケージは、EPUB 出版物のあるレンディションを表現し、レンディションのコンテンツを説明し、出版物リソースの関連付けに関する要件を設定するパッケージ ドキュメントによって定義される。</p>
<p>
公開日:<time itemprop="datePublished" datetime="2019-05-23T00:00:00.000Z">2019年5月23日</time></p>
<p>翻訳底本:“<a href="https://www.w3.org/publishing/epub32/epub-packages.html">EPUB Packages 3.2</a>” (Final Community Group Specification)</p>
</article>
<article id="epub32-contentdocs" class="item" itemid="#epub32-contentdocs" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="https://imagedrive.github.io/Submission/epub32/epub-contentdocs.html">EPUB Content Documents 3.2</a></h3>
<p itemprop="description">EPUB Content Documents 3.2 は、EPUB® 出版物のコンテキストで使用する HTML、SVG、CSS のプロファイルを定義する。</p>
<p>
公開日:<time itemprop="datePublished" datetime="2019-06-13T00:00:00+09:00">2019年6月13日</time></p>
<p>翻訳底本:“<a href="https://www.w3.org/publishing/epub32/epub-contentdocs.html">EPUB Content Documents 3.2</a>” (Final Community Group Specification)</p>
</article>
<article id="epub32-mediaoverlays" class="item" itemid="#epub32-mediaoverlays" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="https://imagedrive.github.io/Submission/epub32/epub-mediaoverlays.html">EPUB Media Overlays 3.2</a></h3>
<p itemprop="description">EPUB Media Overlays 3.2 は、EPUB コンテンツ ドキュメントと同期した音声の表現のための、SMIL3(同期マルチメディア統合言語)、パッケージ ドキュメント、CSS スタイル シート及び EPUB® コンテンツ ドキュメントの使用法を定義する。</p>
<p>
公開日:<time itemprop="datePublished" datetime="2019-07-26T00:00:00+09:00">2019年7月26日</time></p>
<p>翻訳底本:“<a href="https://www.w3.org/publishing/epub3/epub-mediaoverlays.html">EPUB Media Overlays 3.2</a>” (Final Community Group Specification)</p>
</article>
<article id="epub32-ocf" class="item" itemid="#epub32-ocf" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="https://imagedrive.github.io/Submission/epub32/epub-ocf.html">EPUB Open Container Format (OCF) 3.2</a></h3>
<p itemprop="description">EPUB Open Container Format (OCF) 3.2 は、単一のファイル コンテナ、EPUB コンテナ内のEPUB® 出版物から成る関連したリソースのセットをカプセル化するためのファイル フォーマットと処理モデルを定義する。</p>
<p>
公開日:<time itemprop="datePublished" datetime="2019-07-29T00:00:00+09:00">2019年7月29日</time></p>
<p>翻訳底本:“<a href="https://www.w3.org/publishing/epub3/epub-ocf.html">EPUB Open Container Format (OCF) 3.2</a>” (Final Community Group Specification)</p>
</article>
<article id="epub32-overview" class="item" itemid="#epub32-overview" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="https://imagedrive.github.io/Submission/epub32/epub-overview.html">EPUB 3 Overview</a></h3>
<p itemprop="description">EPUB 3 Overview は、EPUB® 3 仕様を理解したいコンテンツ作成者及びソフトウェア開発者のための出発点を提供する。これはもっぱら EPUB 3 で利用可能な機能を説明する規定ではない概要資料から成り立つ。</p>
<p>
公開日:<time itemprop="datePublished" datetime="2019-05-24T00:00:00+09:00">2019年5月24日</time></p>
<p>翻訳底本:“<a href="https://www.w3.org/publishing/epub32/epub-overview.html">EPUB 3 Overview</a>” (Final Community Group Specification)</p>
</article>
<article id="epub32-changes" class="item" itemid="#epub32-changes" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="https://imagedrive.github.io/Submission/epub32/epub-changes.html">EPUB 3.2 Changes</a></h3>
<p itemprop="description">EPUB 3.2 Changes は、重要な変更と追加を強調し、EPUB® 3 仕様の二番目のマイナー リビジョンで行った変更を説明する。</p>
<p>
公開日:<time itemprop="datePublished" datetime="2019-05-24T00:00:00+09:00">2019年5月24日</time></p>
<p>翻訳底本:“<a href="https://www.w3.org/publishing/epub32/epub-changes.html">EPUB 3.2 Changes</a>” (Final Community Group Specification)</p>
</article>
</section>
<section id="itemSpecEPUB3" itemid="#itemSpecEPUB3" itemtype="http://schema.org/hasPart" itemscope="">
<link itemprop="hasPart" href="#epub30-overview">
<link itemprop="hasPart" href="#epub30-publications">
<link itemprop="hasPart" href="#epub30-contentdocs">
<link itemprop="hasPart" href="#epub30-ocf">
<link itemprop="hasPart" href="#epub30-mediaoverlays">
<link itemprop="hasPart" href="#epub30-epubcfi">
<link itemprop="hasPart" href="#epub30-changes">
<link itemprop="hasPart" href="#epub30-fixed-layout-documents">
<header class="itemtitle">
<h2 itemprop="name">EPUB 3.0 仕様書</h2>
</header>
<article role="main" class="itemlist">
<article id="epub30-overview" class="item" itemid="#epub30-overview" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/epub30-overview.xhtml">EPUB 3 Overview</a></h3>
<p itemprop="description">EPUB 3 Overview は、他の EPUB 3 文書に記述され、アクセシビリティ、メタデータ、そして多言語サポートを包含している横断的なコンテンツを再検討している EPUB 3 の全体の導入として役立ちます。</p>
<p>
公開日:<time itemprop="datePublished" datetime="2013-04-05T00:00:00+09:00">2013年4月5日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/30/spec/epub30-overview-20111011.html">EPUB 3 Overview</a>” (IDPF Recommended Specification 11 October 2011)</p>
</article>
<article id="epub30-publications" class="item" itemid="#epub30-publications" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/epub30-publications.xhtml">EPUB Publications 3.0</a></h3>
<p itemprop="description">EPUB Publications 3.0 は、出版物のメタデータ、出版物に含まれるリソース、表示されるリソースの順番を Package Document に定義する仕様です。主に .opf ファイル内の metadata、manifest、spine 要素に含まれるそれぞれ dc:、item、itemref 要素を扱います。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2013-04-05T00:00:00+09:00">2013年4月5日</time>
公開日:<time itemprop="datePublished" datetime="2012-02-25T00:00:00+09:00">2012年2月25日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/30/spec/epub30-publications-20111011.html">EPUB Publications 3.0</a>” (IDPF Recommended Specification 11 October 2011)</p>
</article>
<article id="epub30-contentdocs" class="item" itemid="#epub30-contentdocs" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/epub30-contentdocs.xhtml">EPUB Content Documents 3.0</a></h3>
<p itemprop="description">EPUB Content Documents 3.0 は、EPUBR Publications のコンテクスト内で使用するための HTML5、SVG、CSS のプロファイルを定義します。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2013-04-05T00:00:00+09:00">2013年4月5日</time>
公開日:<time itemprop="datePublished" datetime="2012-10-15T00:00:00+09:00">2012年10月15日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/30/spec/epub30-contentdocs-20111011.html">EPUB Content Documents 3.0</a>” (IDPF Recommended Specification 11 October 2011)</p>
</article>
<article id="epub30-ocf" class="item" itemid="#epub30-ocf" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/epub30-ocf.xhtml">EPUB Open Container Format (OCF) 3.0</a></h3>
<p itemprop="description">EPUB Open Container Format (OCF) 3.0 は、単一ファイルのコンテナに1つ以上の EPUBR Publication を構成する関連リソースのセットをカプセル化するためのファイル形式と処理モデルを定義しています。</p>
<p>
公開日:<time itemprop="datePublished" datetime="2013-04-05T00:00:00+09:00">2013年4月5日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/30/spec/epub30-ocf-20111011.html">EPUB Open Container Format (OCF) 3.0</a>” (IDPF Recommended Specification 11 October 2011)</p>
</article>
<article id="epub30-mediaoverlays" class="item" itemid="#epub30-mediaoverlays" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/epub30-mediaoverlays.xhtml">EPUB Media Overlays 3.0</a></h3>
<p itemprop="description">EPUB Media Overlays 3.0 は、EPUB Content Document と同期する音声表現用に、SMIL(同期マルチメディア統合言語)、Package Document、EPUBR Style Sheet、および EPUB Content Document の使用方法を定義しています。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2013-04-05T00:00:00+09:00">2013年4月5日</time>
公開日:<time itemprop="datePublished" datetime="2012-07-07T00:00:00+09:00">2012年7月7日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/30/spec/epub30-mediaoverlays-20111011.html">EPUB Media Overlays 3.0</a>” (IDPF Recommended Specification 11 October 2011)</p>
</article>
<article id="epub30-epubcfi" class="item" itemid="#epub30-epubcfi" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/epub30-epubcfi.xhtml">EPUB Canonical Fragment Identifier (epubcfi) Specification</a></h3>
<p itemprop="description">EPUB Canonical Fragment Identifier (epubcfi) は、フラグメント識別子を使って EPUB Publication の任意のコンテンツを参照する標準方式を定めています。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2013-04-05T00:00:00+09:00">2013年4月5日</time>
公開日:<time itemprop="datePublished" datetime="2012-07-12T00:00:00+09:00">2012年7月12日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/linking/cfi/epub-cfi-20111011.html">EPUB Canonical Fragment Identifier (epubcfi) Specification</a>” (IDPF Recommended Specification 11 October 2011)</p>
</article>
<article id="epub30-changes" class="item" itemid="#epub30-changes" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/epub30-changes.xhtml">EPUB 3 Changes from EPUB 2.0.1</a></h3>
<p itemprop="description">EPUB 3 Changes from EPUB 2.0.1、EPUB 3 は、XML と Web 標準に基いて、デジタル出版物の交換と配信形式である EPUB の第三の主要な版を定義している。本仕様書は、以前にリリースされた EPUB 2.0.1 から EPUB 3 での変更点について有益な方法で説明する。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2013-04-05T00:00:00+09:00">2013年4月5日</time>
公開日:<time itemprop="datePublished" datetime="2012-12-10T00:00:00+09:00">2012年12月10日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/30/spec/epub30-changes-20111011.html">EPUB 3 Changes from EPUB 2.0.1</a>” (IDPF Recommended Specification 11 October 2011)</p>
</article>
<article id="epub30-fixed-layout-documents" class="item" itemid="#epub30-fixed-layout-documents" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/epub30-fixed-layout-documents.xhtml">EPUB 3 Fixed-Layout Documents</a></h3>
<p itemprop="description">EPUB 3 Fixed-Layout Documents は、EPUB 3 固定レイアウトを表現するためのメタデータ要素を定義する仕様です。また固定レイアウトの時の XHTML、SVG、画像のレンダリング寸法を表現する方法も定義しています。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2013-04-05T00:00:00+09:00">2013年4月5日</time>
公開日:<time itemprop="datePublished" datetime="2012-04-20T00:00:00+09:00">2012年4月20日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/fxl/epub-fxl-20120313.html">EPUB 3 Fixed-Layout Documents</a>” (IDPF Informational Document)</p>
</article>
</article>
</section>
<section id="itemSpecEPUB301" itemid="#itemSpecEPUB301" itemtype="http://schema.org/hasPart" itemscope="">
<link itemprop="hasPart" href="#epub301-overview">
<link itemprop="hasPart" href="#epub301-publications">
<link itemprop="hasPart" href="#epub301-contentdocs">
<link itemprop="hasPart" href="#epub301-ocf">
<link itemprop="hasPart" href="#epub301-mediaoverlays">
<link itemprop="hasPart" href="#epub301-epubcfi">
<link itemprop="hasPart" href="#epub301-changes">
<header class="itemtitle">
<h2 itemprop="name">EPUB 3.0.1 仕様書</h2>
</header>
<article role="main" class="itemlist">
<article id="epub301-overview" class="item" itemid="#epub301-overview" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/epub301-overview.xhtml">EPUB 3 Overview</a></h3>
<p itemprop="description">EPUB 3 Overview は、他の EPUB 3 文書に記述され、アクセシビリティ、メタデータ、そして多言語サポートを包含している横断的なコンテンツを再検討している EPUB 3 の全体の導入として役立ちます。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2014-06-26T00:00:00.000Z">2014年6月26日</time>
公開日:<time itemprop="datePublished" datetime="2013-11-08T00:00:00.000Z">2013年11月8日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/301/spec/epub-overview-20140626.html">EPUB 3 Overview</a>” (IDPF Recommended Specification 26 June 2014)</p>
</article>
<article id="epub301-publications" class="item" itemid="#epub301-publications" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/epub301-publications.xhtml">EPUB Publications 3.0.1</a></h3>
<p itemprop="description">EPUB Publications 3.0.1 は、出版物のメタデータ、出版物に含まれるリソース、表示されるリソースの順番を Package Document に定義する仕様です。主に .opf ファイル内の metadata、manifest、spine 要素に含まれるそれぞれ dc:、item、itemref 要素を扱います。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2014-06-26T00:00:00.000Z">2014年6月26日</time>
公開日:<time itemprop="datePublished" datetime="2013-11-08T00:00:00.000Z">2013年11月8日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/301/spec/epub-publications-20140626.html">EPUB Publications 3.0.1</a>” (IDPF Recommended Specification 26 June 2014)</p>
</article>
<article id="epub301-contentdocs" class="item" itemid="#epub301-contentdocs" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/epub301-contentdocs.xhtml">EPUB Content Documents 3.0.1</a></h3>
<p itemprop="description">EPUB Content Documents 3.0.1 は、EPUBR Publications のコンテクスト内で使用するための HTML5、SVG、CSS のプロファイルを定義します。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2015-10-09T00:00:00.000Z">2015年10月9日</time>
公開日:<time itemprop="datePublished" datetime="2013-11-08T00:00:00.000Z">2013年11月8日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/301/spec/epub-contentdocs-20140626.html">EPUB Content Documents 3.0.1</a>” (IDPF Recommended Specification 26 June 2014)</p>
</article>
<article id="epub301-ocf" class="item" itemid="#epub301-ocf" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/epub301-ocf.xhtml">EPUB Open Container Format (OCF) 3.0.1</a></h3>
<p itemprop="description">EPUB Open Container Format (OCF) 3.0.1 は、単一ファイルのコンテナに1つ以上の EPUBR Publication を構成する関連リソースのセットをカプセル化するためのファイル形式と処理モデルを定義しています。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2014-06-26T00:00:00.000Z">2014年6月26日</time>
公開日:<time itemprop="datePublished" datetime="2013-11-08T00:00:00.000Z">2013年11月8日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/301/spec/epub-ocf-20140626.html">EPUB Open Container Format (OCF) 3.0.1</a>” (IDPF Recommended Specification 26 June 2014)</p>
</article>
<article id="epub301-mediaoverlays" class="item" itemid="#epub301-mediaoverlays" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/epub301-mediaoverlays.xhtml">EPUB Media Overlays 3.0.1</a></h3>
<p itemprop="description">EPUB Media Overlays 3.0.1 は、EPUB Content Document と同期する音声表現用に、SMIL(同期マルチメディア統合言語)、Package Document、EPUBR Style Sheet、および EPUB Content Document の使用方法を定義しています。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2014-06-26T00:00:00.000Z">2014年6月26日</time>
公開日:<time itemprop="datePublished" datetime="2013-11-08T00:00:00.000Z">2013年11月8日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/301/spec/epub-mediaoverlays-20140626.html">EPUB Media Overlays 3.0.1</a>” (IDPF Recommended Specification 26 June 2014)</p>
</article>
<article id="epub301-epubcfi" class="item" itemid="#epub301-epubcfi" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/epub301-epubcfi.xhtml">EPUB Canonical Fragment Identifier (epubcfi) Specification</a></h3>
<p itemprop="description">EPUB Canonical Fragment Identifier (epubcfi) は、フラグメント識別子を使って EPUB Publication の任意のコンテンツを参照する標準方式を定めています。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2014-06-26T00:00:00.000Z">2014年6月26日</time>
公開日:<time itemprop="datePublished" datetime="2013-11-08T00:00:00.000Z">2013年11月8日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/linking/cfi/epub-cfi-20140626.html">EPUB Canonical Fragment Identifier (epubcfi) Specification</a>” (IDPF Recommended Specification 26 June 2014)</p>
</article>
<article id="epub301-changes" class="item" itemid="#epub301-changes" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/epub301-changes.xhtml">EPUB 3.0.1 Changes from EPUB 3.0</a></h3>
<p itemprop="description">EPUB 3.0.1 Changes from EPUB 3 は、重要な変更と追加を強調し、EPUB 3.0 仕様の最初の小改訂で行った変更を説明する。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2014-06-26T00:00:00.000Z">2014年6月26日</time>
公開日:<time itemprop="datePublished" datetime="2013-11-08T00:00:00.000Z">2013年11月8日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/301/spec/epub-changes-20140626.html">EPUB 3.0.1 Changes from EPUB 3.0</a>” (IDPF Recommended Specification 26 June 2014)</p>
</article>
</article>
</section>
<section id="itemSpecEPUB31" itemid="#itemSpecEPUB31" itemtype="http://schema.org/hasPart" itemscope="">
<link itemprop="hasPart" href="#epub31-spec">
<link itemprop="hasPart" href="#epub31-packages">
<link itemprop="hasPart" href="#epub31-contentdocs">
<link itemprop="hasPart" href="#epub31-mediaoverlays">
<link itemprop="hasPart" href="#epub31-ocf">
<link itemprop="hasPart" href="#AlternateStyleTags">
<header class="itemtitle">
<h2 itemprop="name">EPUB 3.1 仕様書</h2>
</header>
<article role="main" class="itemlist">
<article id="epub31-spec" class="item" itemid="#epub31spec" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/Submission/epub31/">EPUB 3.1</a></h3>
<p itemprop="description">EPUB 3.1 は、XML 及び Web 標準に基づいたデジタル出版物の交換および配信フォーマットである。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2017-08-22T00:00:00.000Z">2017年8月22日</time>
公開日:<time itemprop="datePublished" datetime="2016-04-11T00:00:00.000Z">2016年4月11日</time></p>
<p>翻訳底本:“<a href="https://www.w3.org/Submission/2017/SUBM-epub31-20170125/">EPUB 3.1</a>” (W3C Member Submission 25 January 2017)</p>
</article>
<article id="epub31-packages" class="item" itemid="#epub31-packages" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/Submission/epub-packages/">EPUB Packages 3.1</a></h3>
<p itemprop="description">EPUB Packages 3.1 は、パッケージのセマンティクスと適合性要件を定義している。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2017-08-22T00:00:00.000Z">2017年8月22日</time>
公開日:<time itemprop="datePublished" datetime="2016-03-14T00:00:00.000Z">2016年3月14日</time></p>
<p>翻訳底本:“<a href="https://www.w3.org/Submission/2017/SUBM-epub-packages-20170125/">EPUB Packages 3.1</a>” (W3C Member Submission 25 January 2017)</p>
</article>
<article id="epub31-contentdocs" class="item" itemid="#epub31-contentdocs" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/Submission/epub-contentdocs/">EPUB Content Documents 3.1</a></h3>
<p itemprop="description">EPUB Content Documents 3.1 は、構造化され、構成可能及びアクセシブルなドキュメントの表現に最適化された HTML、SVG、CSS の使用方法を規定する。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2017-12-25T00:00:00.000Z">2017年12月25日</time>
公開日:<time itemprop="datePublished" datetime="2016-04-05T00:00:00.000Z">2016年4月5日</time></p>
<p>翻訳底本:“<a href="https://www.w3.org/Submission/2017/SUBM-epub-contentdocs-20170125/">EPUB Content Documents 3.1</a>” (W3C Member Submission 25 January 2017)</p>
</article>
<article id="epub31-mediaoverlays" class="item" itemid="#epub31-mediaoverlays" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/Submission/epub-mediaoverlays/">EPUB Media Overlays 3.1</a></h3>
<p itemprop="description">EPUB Media Overlays 3.1 は、EPUB コンテンツ ドキュメントと同期したオーディオの表現のために、SMIL、パッケージ ドキュメント、CSS スタイルシート及び EPUB コンテンツ ドキュメントの使用法を指定する。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2017-12-25T00:00:00.000Z">2017年12月25日</time>
公開日:<time itemprop="datePublished" datetime="2016-06-13T00:00:00.000Z">2016年6月13日</time></p>
<p>翻訳底本:“<a href="https://www.w3.org/Submission/2017/SUBM-epub-mediaoverlays-20170125/">EPUB Media Overlays 3.1</a>” (W3C Member Submission 25 January 2017)</p>
</article>
<article id="accessibility" class="item" itemid="#epub31-ocf" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/Submission/epub-ocf/">EPUB Open Container Format (OCF) 3.1</a></h3>
<p itemprop="description">EPUB Open Container Format (OCF) 3.1 は、単一のファイル コンテナに関連するリソースのセットをカプセル化するためのファイル フォーマットと処理モデルを定義する。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2017-09-11T00:00:00.000Z">2017年9月11日</time>
公開日:<time itemprop="datePublished" datetime="2016-06-08T00:00:00.000Z">2016年6月8日</time></p>
<p>翻訳底本:“<a href="https://www.w3.org/Submission/2017/SUBM-epub-ocf-20170125/">EPUB Open Container Format (OCF) 3.1</a>” (W3C Member Submission 25 January 2017)</p>
</article>
<article id="AlternateStyleTags" class="item" itemid="#AlternateStyleTags" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/Submission/altss-tags/">Alternate Style Tags</a></h3>
<p itemprop="description">Alternate Style Tags は、マイクロフォーマットを使用して代替スタイル シートにタグ付けするパターンを定義する。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2019-11-29T00:00:00.000Z">2019年11月29日</time>
公開日:<time itemprop="datePublished" datetime="2016-07-06T00:00:00.000Z">2016年7月6日</time></p>
<p>翻訳底本:“<a href="https://www.w3.org/Submission/2017/SUBM-altss-tags-20170125/">Alternate Style Tags</a>” (W3C Member Submission 25 January 2017)</p>
</article>
</article>
</section>
<section id="itemSpecEpubRelated" itemid="#itemSpecEpubRelated" itemtype="http://schema.org/hasPart" itemscope="">
<link itemprop="hasPart" href="#accessibility">
<link itemprop="hasPart" href="#accessibility-techniques">
<link itemprop="hasPart" href="#a11y-faq">
<link itemprop="hasPart" href="#epub31-overview">
<link itemprop="hasPart" href="#epub31-changes">
<link itemprop="hasPart" href="#epub31-cfi">
<link itemprop="hasPart" href="#epub-indexes">
<link itemprop="hasPart" href="#previews">
<link itemprop="hasPart" href="#vocab-package-roles-manifest">
<link itemprop="hasPart" href="#cmt">
<header class="itemtitle">
<h2 itemprop="name">EPUB 関連文書</h2>
</header>
<article role="main" class="itemlist">
<article id="accessibility" class="item" itemid="#accessibility" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/Submission/epub-a11y/">EPUB Accessibility</a></h3>
<p itemprop="description">EPUB Accessibility は、EPUB 出版物の検出とコンテンツのアクセシビリティ要件を定義する。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2020-02-26T00:00:00.000Z">2020年2月26日</time>
公開日:<time itemprop="datePublished" datetime="2016-05-16T00:00:00.000Z">2016年5月16日</time></p>
<p>翻訳底本:“<a href="https://www.w3.org/Submission/2017/SUBM-epub-a11y-20170125/">EPUB Accessibility</a>” (W3C Member Submission 25 January 2017)</p>
</article>
<article id="accessibility-techniques" class="item" itemid="#accessibility-techniques" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/a11y/techniques/techniques.html">EPUB Accessibility Techniques 1.0</a></h3>
<p itemprop="description">EPUB Accessibility Techniques は、EPUB® 出版物のための EPUB Accessibility の検出とアクセシビリティ要件を満たす方法のガイドラインを提供する。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2020-02-28T00:00:00.000Z">2020年2月28日</time>
公開日:<time itemprop="datePublished" datetime="2017-07-03T00:00:00.000Z">2017年7月3日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/a11y/techniques/techniques-20170105.html">EPUB Accessibility Techniques 1.0</a>” (IDPF Informational Document 5 January 2017)</p>
</article>
<article id="a11y-faq" class="item" itemid="#a11y-faq" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/epub-guides/a11y-faq/index.html">EPUB Accessibility Frequently Asked Questions</a></h3>
<p itemprop="description">EPUB Accessibility Frequently Asked Questions は、このドキュメントは、EPUB アクセシビリティ仕様および関連するテクニクスに関する一般的なよくある質問に対する回答を提供する。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2020-02-28T00:00:00.000Z">2020年2月28日</time>
公開日:<time itemprop="datePublished" datetime="2019-01-07T00:00:00.000Z">2019年1月7日</time></p>
<p>翻訳底本:“<a href="https://idpf.github.io/epub-guides/a11y-faq/">EPUB Accessibility Frequently Asked Questions</a>”</p>
</article>
<article id="epub31-overview" class="item" itemid="#epub31-overview" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/31/epub-overview.html">EPUB 3.1 Overview</a></h3>
<p itemprop="description">EPUB 3.1 Overview は、他の EPUB 3.1 文書に記述され、アクセシビリティ、メタデータ、そして多言語サポートを包含している横断的なコンテンツを再検討している EPUB 3.1 の全体の導入として役立つ。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2017-01-23T00:00:00.000Z">2017年1月23日</time>
公開日:<time itemprop="datePublished" datetime="2016-03-14T00:00:00.000Z">2016年3月14日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/31/spec/epub-overview-20170105.html">EPUB 3 Overview</a>” (IDPF Informational Document 5 January 2017)</p>
</article>
<article id="epub31-changes" class="item" itemid="#epub31-changes" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/31/epub-changes.html">EPUB 3.1 Changes from EPUB 3.0.1</a></h3>
<p itemprop="description">EPUB 3.1 Changes from EPUB 3.0.1 は、XML と Web 規格に基づいたデジタル出版物の交換と配信フォーマットである EPUB の三度目の主な改定を定義する。このドキュメントは、以前にリリースした EPUB 3.0.1 から EPUB 3.1 での変更点を説明する。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2017-01-23T00:00:00.000Z">2017年1月23日</time>
公開日:<time itemprop="datePublished" datetime="2016-04-04T00:00:00.000Z">2016年4月4日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/31/spec/epub-changes-20170105.html">EPUB 3.1 Changes from EPUB 3.0.1</a>” (IDPF Informational Document 5 January 2017)</p>
</article>
<article id="epub31-cfi" class="item" itemid="#epub31-cfi" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/31/epub-cfi.html">EPUB Canonical Fragment Identifiers 1.1</a></h3>
<p itemprop="description">EPUB 出版物の適合性と発見の要件</p>
<p>
公開日:<time itemprop="datePublished" datetime="2017-02-23T00:00:00.000Z">2017年2月23日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/linking/cfi/epub-cfi-20170105.html">EPUB Canonical Fragment Identifiers 1.1</a>” (IDPF Recommended Specification 5 January 2017)</p>
</article>
<article id="epub-indexes" class="item" itemid="#epub-indexes" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/epub-indexes.xhtml">EPUB Indexes 1.0</a></h3>
<p itemprop="description">EPUB Indexes 1.0 の目的は、すべての EPUB リーディングシステムでレンダリングされるインデックスを可能にする方法で、EPUB 出版物のインデックスの構造とコンテンツをエンコードの一貫性のある方法を定義し、仕様に準拠している EPUB リーディングシステム上で最適な方法で取り扱うことである。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2015-09-28T00:00:00+09:00">2015年9月28日</time>
公開日:<time itemprop="datePublished" datetime="2014-02-17T00:00:00+09:00">2014年2月17日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/idx/epub-indexes-20150826.html">EPUB Indexes 1.0</a>” (IDPF Recommended Specification 26 August 2015 )</p>
</article>
<article id="previews" class="item" itemid="#previews" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/previews.xhtml">EPUB Previews 1.0</a></h3>
<p itemprop="description">EPUB Previews は、立ち読みコンテンツを、EPUB® 出版物に包含することができる方法について説明している。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2015-09-30T00:00:00+09:00">2015年9月30日</time>
公開日:<time itemprop="datePublished" datetime="2015-09-08T00:00:00+09:00">2015年9月8日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/previews/epub-previews-20150826.html">EPUB Previews 1.0</a>” (IDPF Recommended Specification 26 August 2015)</p>
</article>
<article id="vocab-package-roles-manifest" class="item" itemid="#vocab-package-roles-manifest" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/vocab-package-roles-manifest.xhtml">EPUB Manifest Role</a></h3>
<p itemprop="description">EPUB Manifest Role は、EPUB ® 出版物の collection [Publications301] の処理とレンダリングに必要なリソースのマニフェストを包含するための必要要件を定義する。</p>
<p>
公開日:<time itemprop="datePublished" datetime="2015-01-30T00:00:00+09:00">2015年1月30日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/vocab/package/roles/manifest/manifest-20140423.html">EPUB Manifest Role</a>” (IDPF)</p>
</article>
<article id="cmt" class="item" itemid="#cmt" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/cmt/v3/index.html">EPUB 3 Core Media Types</a></h3>
<p itemprop="description">EPUB 3 出版物のコア メディア タイプの一覧。</p>
<p>
公開日:<time itemprop="datePublished" datetime="2017-08-07T00:00:00+09:00">2017年8月7日</time></p>
<p>翻訳底本:“<a href="https://idpf.github.io/epub-cmt/v3/">EPUB 3 Core Media Types</a>” (IDPF)</p>
</article>
<article id="itemVocabulary" itemid="#itemVocabulary" itemtype="http://schema.org/hasPart" itemscope="">
<link itemprop="hasPart" href="#vocab-package-a11y">
<link itemprop="hasPart" href="#vocab-package-item">
<link itemprop="hasPart" href="#vocab-package-meta">
<link itemprop="hasPart" href="#vocab-package-link">
<link itemprop="hasPart" href="#vocab-rendition">
<link itemprop="hasPart" href="#vocab-itemref">
<link itemprop="hasPart" href="#vocab-structure">
<link itemprop="hasPart" href="#vocab-structure-magazine">
<link itemprop="hasPart" href="#vocab-overlays">
<header class="itemtitle">
<h3 itemprop="name">語彙</h3>
</header>
<article id="vocab-package-a11y" class="item" itemid="#vocab-package-a11y" itemtype="http://schema.org/hasPart" itemscope="">
<h4 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/vocab/package/a11y/index.html">EPUB Accessibility Vocabulary</a></h4>
<p itemprop="description">EPUB Accessibility Vocabulary は、パッケージ ドキュメントで使用するアクセシビリティ セマンティクスを定義する。</p>
<p>
公開日:<time itemprop="datePublished" datetime="2017-08-07T00:00:00.000Z">2017年8月7日</time></p>
<p>翻訳底本:“<a href="https://idpf.github.io/epub-vocabs/package/a11y/">EPUB Accessibility Vocabulary</a>” (IDPF)</p>
</article>
<article id="vocab-package-item" class="item" itemid="#vocab-package-item" itemtype="http://schema.org/hasPart" itemscope="">
<h4 itemprop="name">EPUB Manifest Properties Vocabulary</h4>
<p itemprop="description">EPUB Manifest Properties Vocabulary は、パッケージ ドキュメントの item 要素 property 属性で使用するプロパティを定義する。</p>
</article>
<article id="vocab-package-meta" class="item" itemid="#vocab-package-meta" itemtype="http://schema.org/hasPart" itemscope="">
<h4 itemprop="name">EPUB Meta Properties Vocabulary</h4>
<p itemprop="description">EPUB Meta Properties Vocabulary は、パッケージ ドキュメントの meta 要素 property 属性で使用するプロパティを定義する。</p>
</article>
<article id="vocab-package-link" class="item" itemid="#vocab-package-link" itemtype="http://schema.org/hasPart" itemscope="">
<h4 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/vocab-package-link-rel-vocab.xhtml">EPUB Link Relationships Vocabulary</a></h4>
<p itemprop="description">EPUB Link Relationships Vocabulary は、EPUB® Package Document の link 要素 rel 属性を利用するとき、リーディングシステムが認識するのに必要な関連する値のセットを定義する。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2014-03-31T00:00:00+09:00">2014年3月31日</time>
公開日:<time itemprop="datePublished" datetime="2012-03-13T00:00:00+09:00">2012年3月13日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/vocab/package/link/rel-vocab-20131108.html">EPUB Link Relationships Vocabulary</a>” (IDPF)</p>
</article>
<article id="vocab-rendition" class="item" itemid="#vocab-rendition" itemtype="http://schema.org/hasPart" itemscope="">
<h4 itemprop="name">EPUB Package Rendering Vocabulary</h4>
<p itemprop="description">EPUB Package Rendering Vocabulary は、EPUB 出版物のレイアウトとレンダリングを制御するプロパティを定義する。</p>
</article>
<article id="vocab-itemref" class="item" itemid="#vocab-itemref" itemtype="http://schema.org/hasPart" itemscope="">
<h4 itemprop="name">EPUB Spine Properties Vocabulary</h4>
<p itemprop="description">EPUB Spine Properties Vocabulary は、パッケージ ドキュメントの itemref 要素 property 属性で使用するプロパティを定義する。</p>
</article>
<article id="vocab-structure" class="item" itemid="#vocab-structure" itemtype="http://schema.org/hasPart" itemscope="">
<h4 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/vocab/structure/index.html">EPUB 3 Structural Semantics Vocabulary</a></h4>
<p itemprop="description">EPUB 3 Structural Semantics Vocabulary は、EPUB コンテンツ ドキュメントの epub:type 属性で使用する構造的セマンティクスを定義する。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2017-08-03T00:00:00.000Z">2017年8月3日</time>
公開日:<time itemprop="datePublished" datetime="2013-11-08T00:00:00.000Z">2013年11月8日</time></p>
<p>翻訳底本:“<a href="https://idpf.github.io/epub-vocabs/structure/">EPUB 3 Structural Semantics Vocabulary</a>” (IDPF)</p>
</article>
<article id="vocab-structure-magazine" class="item" itemid="#vocab-structure-magazine" itemtype="http://schema.org/hasPart" itemscope="">
<h4 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/epub301-epub-vocab-magazine.xhtml">EPUB 3 Magazine Navigation Vocabulary</a></h4>
<p itemprop="description">EPUB 3 Magazine Navigation Vocabulary は、リージョンベースのナビゲーションで使用するセマンティクスを定義する。</p>
<p>
公開日:<time itemprop="datePublished" datetime="2014-11-25T00:00:00+09:00">2014年11月25日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/vocab/structure/magazine/epub-vocab-magazine-20141119.html">EPUB 3 Magazine Navigation Vocabulary</a>” (IDPF)</p>
</article>
<article id="vocab-overlays" class="item" itemid="#vocab-overlays" itemtype="http://schema.org/hasPart" itemscope="">
<h4 itemprop="name">Media Overlays Vocabulary</h4>
<p itemprop="description">Media Overlays Vocabulary は、パッケージ ドキュメントで使用するメディア オーバーレイに関連するプロパティを定義する。</p>
</article>
</article>
<article id="itemPrefixes" itemid="#itemPrefixes" itemtype="http://schema.org/hasPart" itemscope="">
<link itemprop="hasPart" href="#vocab-package-pfx-reserved">
<link itemprop="hasPart" href="#vocab-structure-pfx-reserved">
<header class="itemtitle">
<h3 itemprop="name">接頭辞</h3>
</header>
<article id="vocab-package-pfx-reserved" class="item" itemid="#vocab-package-pfx-reserved" itemtype="http://schema.org/hasPart" itemscope="">
<h4 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/vocab-package-pfx-reserved.xhtml">EPUB Publications Reserved Prefixes</a></h4>
<p itemprop="description">EPUB Publications Reserved Prefixes は、EPUB® Package Document のメタデータを使用するときに、リーディングシステムが認識するために必要な接頭辞のセットを定義する。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2015-07-07T00:00:00+09:00">2015年7月7日</time>
公開日:<time itemprop="datePublished" datetime="2012-03-13T00:00:00+09:00">2012年3月13日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/vocab/package/pfx/reserved-20150702.html">EPUB Publications Reserved Prefixes</a>” (IDPF)</p>
</article>
<article id="vocab-structure-pfx-reserved" class="item" itemid="#vocab-structure-pfx-reserved" itemtype="http://schema.org/hasPart" itemscope="">
<h4 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/vocab-structure-pfx-reserved.xhtml">EPUB Content Documents Reserved Prefixes</a></h4>
<p itemprop="description">EPUB Content Documents Reserved Prefixes は、Content Document の EPUB® epub:type 属性を使用するときに、リーディングシステムが認識するために必要な接頭辞のセットを定義する。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2014-11-25T00:00:00+09:00">2014年11月25日</time>
公開日:<time itemprop="datePublished" datetime="2012-03-13T00:00:00+09:00">2012年3月13日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/vocab/structure/pfx/reserved-20141120.html">EPUB Content Documents Reserved Prefixes</a>” (IDPF)</p>
</article>
</article>
<article id="itemExtensions" itemid="#itemExtensions" itemtype="http://schema.org/hasPart" itemscope="">
<link itemprop="hasPart" href="#extensions-roles">
<link itemprop="hasPart" href="#extensions-attributes">
<header class="itemtitle">
<h3 itemprop="name">拡張</h3>
</header>
<article id="extensions-roles" class="item" itemid="#extensions-roles" itemtype="http://schema.org/hasPart" itemscope="">
<h4 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/extensions-roles.xhtml">EPUB Collection Element Role Extensions</a></h4>
<p itemprop="description">EPUB Collection Element Role Extensions は、EPUB Package Document の collection 要素のために定義されたカスタムロールを識別する。</p>
<p>
公開日:<time itemprop="datePublished" datetime="2015-01-30T00:00:00+09:00">2015年1月30日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/extensions/roles/registry-20150127.html">EPUB Collection Element Role Extensions</a>” (IDPF)</p>
</article>
<article id="extensions-attributes" class="item" itemid="#extensions-attributes" itemtype="http://schema.org/hasPart" itemscope="">
<h4 itemprop="name">EPUB Custom Attribute Extensions for Content Documents</h4>
<p itemprop="description">EPUB Custom Attribute Extensions for Content Documents は、EPUB コンテンツ ドキュメントで使用されるカスタム属性を定義する。</p>
</article>
</article>
<article id="itemRegistries" itemid="#itemRegistries" itemtype="http://schema.org/hasPart" itemscope="">
<link itemprop="hasPart" href="#registries-roles">
<link itemprop="hasPart" href="#registries-identifiers">
<link itemprop="hasPart" href="#registries-optimizations">
<link itemprop="hasPart" href="#registries-types">
<link itemprop="hasPart" href="#registries-authorities">
<header class="itemtitle">
<h3 itemprop="name">レジストリ</h3>
</header>
<article id="registries-roles" class="item" itemid="#registries-roles" itemtype="http://schema.org/hasPart" itemscope="">
<h4 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/vocab-package-roles-registry.xhtml">EPUB Registry of Collection Roles</a></h4>
<p itemprop="description">EPUB Registry of Collection Roles は、Package Document の collection 要素で使用するために IDPF が定義したすべての役割を掲載している。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2015-07-07T00:00:00+09:00">2015年7月7日</time>
公開日:<time itemprop="datePublished" datetime="2012-03-13T00:00:00+09:00">2012年3月13日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/vocab/package/roles/registry-20150702.html">EPUB Registry of Collection Roles</a>” (IDPF)</p>
</article>
<article id="registries-identifiers" class="item" itemid="#registries-identifiers" itemtype="http://schema.org/hasPart" itemscope="">
<h4 itemprop="name">EPUB Identifier Schemes Registry</h4>
<p itemprop="description">EPUB Identifier Schemes Registry は、Defines identifier schemes for the dc:identifier and dc:source elements.</p>
</article>
<article id="registries-optimizations" class="item" itemid="#registries-optimizations" itemtype="http://schema.org/hasPart" itemscope="">
<h4 itemprop="name">EPUB Optimized Publication Standards Registry</h4>
<p itemprop="description">EPUB Optimized Publication Standards Registry は、Identifies standards that Optimized Publications conform to.</p>
</article>
<article id="registries-types" class="item" itemid="#registries-types" itemtype="http://schema.org/hasPart" itemscope="">
<h4 itemprop="name"><a itemprop="url" href="http://imagedrive.github.io/spec/vocab-package-types-registry.xhtml">EPUB Registry of Publication Types</a></h4>
<p itemprop="description">EPUB Registry of Publication Types は、Package Document メタデータ内の dc:type 要素で使用するために IDPF で認められた型のセットを定義する。</p>
<p>
修正日:<time itemprop="dateModified" datetime="2014-12-22T00:00:00+09:00">2014年12月22日</time>
公開日:<time itemprop="datePublished" datetime="2012-03-13T00:00:00+09:00">2012年3月13日</time></p>
<p>翻訳底本:“<a href="http://www.idpf.org/epub/vocab/package/types/registry-20141219.html">EPUB Registry of Publication Types</a>” (IDPF)</p>
</article>
<article id="registries-authorities" class="item" itemid="#registries-authorities" itemtype="http://schema.org/hasPart" itemscope="">
<h4 itemprop="name">EPUB Subject Authorities Registry</h4>
<p itemprop="description">EPUB Subject Authorities Registry は、Defines authorities for the dc:subject element.</p>
</article>
</article>
</article>
</section>
<section id="itemOther" itemid="#itemOther" itemtype="http://schema.org/hasPart" itemscope="">
<link itemprop="hasPart" href="#pub-manifest">
<link itemprop="hasPart" href="#uaag20">
<link itemprop="hasPart" href="#uaag20-reference">
<link itemprop="hasPart" href="#audiobooks">
<header class="itemtitle">
<h2 itemprop="name">作業中・その他</h2>
</header>
<article role="main" class="itemlist">
<article id="pub-manifest" class="item" itemid="#pub-manifest" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="https://imagedrive.github.io/TR/WD-pub-manifest-20190911.html">Publication Manifest</a></h3>
<p itemprop="description">Publication Manifest は、デジタル出版物に関する情報を表現するための一般的なマニフェスト形式を定義する。</p>
<p>
公開日:<time itemprop="datePublished" datetime="2019-11-01T00:00:00.000Z">2019年11月1日</time></p>
<p>翻訳底本:“<a href="https://www.w3.org/TR/2019/WD-pub-manifest-20190911/">Publication Manifest</a>” (W3C Working Draft 11 September 2019)</p>
</article>
<article id="audiobooks" class="item" itemid="#audiobooks" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="https://imagedrive.github.io/TR/audiobooks.html">Audiobook Profile for Web Publications</a></h3>
<p itemprop="description">Audiobook Profile for Web Publications は、ウェブ出版物用のオーディオブック プロファイルのドラフト版を提供する。オーディオブックをパッケージ化するためのフレームワークも参照している。</p>
<p>
公開日:<time itemprop="datePublished" datetime="2019-08-05T00:00:00.000Z">2019年8月5日</time></p>
<p>翻訳底本:“<a href="https://www.w3.org/TR/2019/WD-audiobooks-20190620/">Audiobook Profile for Web Publications</a>” (W3C First Public Working Draft 20 June 2019)</p>
</article>
<article id="uaag20" class="item" itemid="#uaag20" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="https://imagedrive.github.io/TR/UAAG20/">User Agent Accessibility Guidelines (UAAG) 2.0</a></h3>
<p itemprop="description">User Agent Accessibility Guidelines (UAAG) 2.0 は、ユーザー エージェントの開発者がアクセシビリティの障壁を低くするための要件を規定している。</p>
<p>
公開日:<time itemprop="datePublished" datetime="2016-05-16T00:00:00.000Z">2017年11月21日</time></p>
<p>翻訳底本:“<a href="http://www.w3.org/TR/2015/NOTE-UAAG20-20151215/">User Agent Accessibility Guidelines (UAAG) 2.0</a>” (W3C Working Group Note 15 December 2015)</p>
</article>
<article id="uaag20-reference" class="item" itemid="#uaag20-reference" itemtype="http://schema.org/hasPart" itemscope="">
<h3 itemprop="name"><a itemprop="url" href="https://imagedrive.github.io/TR/UAAG20-Reference/">UAAG 2.0 Reference: Explanations, Examples, and Resources for User Agent Accessibility Guidelines 2.0</a></h3>
<p itemprop="description">UAAG 2.0 Reference は、User Agent Accessibility Guidelines (UAAG) 2.0 のサポート情報を提供する。</p>
<p>
公開日:<time itemprop="datePublished" datetime="2016-05-16T00:00:00.000Z">2017年12月21日</time></p>
<p>翻訳底本:“<a href="http://www.w3.org/TR/2015/NOTE-UAAG20-Reference-20151215/">UAAG 2.0 Reference: Explanations, Examples, and Resources for User Agent Accessibility Guidelines 2.0</a>” (W3C Working Group Note 15 December 2015)</p>
</article>
</article>
</section>
</section>
<footer role="contentinfo" id="footer">
<p id="pageAuthor" itemid="#pageAuthor" itemscope="" itemtype="http://schema.org/Person">Translation of the specification and management of this page by <small itemprop="name">Wataru Yoshimura</small> (<span class="adr"><span class="country-name">JAPAN</span></span>)</p>
</footer>
</body>
</html>