-
Notifications
You must be signed in to change notification settings - Fork 72
/
epub-33.json
140 lines (140 loc) · 3.77 KB
/
epub-33.json
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
{
"spec": {
"title": "EPUB 3.3",
"url": "https://w3c.github.io/epub-specs/epub33/core/"
},
"elements": [
{
"name": "container",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-container"
},
{
"name": "rootfiles",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-rootfiles"
},
{
"name": "rootfile",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-rootfile"
},
{
"name": "links",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-links"
},
{
"name": "encryption",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-encryption"
},
{
"name": "EncryptedKey",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-encryptedkey"
},
{
"name": "EncryptedData",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-encrypteddata"
},
{
"name": "Compression",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-compression"
},
{
"name": "signatures",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-signatures"
},
{
"name": "package",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-package"
},
{
"name": "metadata",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-metadata"
},
{
"name": "dc:identifier",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-dc-identifier"
},
{
"name": "dc:title",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-dc-title"
},
{
"name": "dc:language",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-dc-language"
},
{
"name": "dc:contributor",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-dc-contributor"
},
{
"name": "dc:creator",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-dc-creator"
},
{
"name": "dc:date",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-dc-date"
},
{
"name": "dc:subject",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-dc-subject"
},
{
"name": "dc:type",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-dc-type"
},
{
"name": "meta",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-meta"
},
{
"name": "link",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-link"
},
{
"name": "manifest",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-manifest"
},
{
"name": "item",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-item"
},
{
"name": "spine",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-spine"
},
{
"name": "itemref",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-itemref"
},
{
"name": "collection",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-collection"
},
{
"name": "smil",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-smil"
},
{
"name": "head",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-head"
},
{
"name": "body",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-body"
},
{
"name": "seq",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-seq"
},
{
"name": "par",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-par"
},
{
"name": "text",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-text"
},
{
"name": "audio",
"href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-audio"
}
]
}