Skip to content

Commit d147e09

Browse files
committed
Added examples. #1100
1 parent c568a80 commit d147e09

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
TYPES: accessMode, accessModeSufficient, accessibilitySummary
2+
3+
PRE-MARKUP:
4+
5+
A graphic novel book example.
6+
7+
Taken from [epub a11y proposal](https://github.com/daisy/epub-revision-a11y/wiki/ePub-3.1-Accessibility--Proposal-To-Schema.org)
8+
9+
MICRODATA:
10+
11+
TODO
12+
13+
RDFA:
14+
15+
TODO
16+
17+
JSON:
18+
19+
<script type="application/ld+json">
20+
{
21+
"@context": "http://schema.org/",
22+
"@type": "Book",
23+
"name": "Some graphic novel",
24+
"accessMode": ["textual", "visual"],
25+
"accessModeSufficient": ["textual", "visual"],
26+
"accessibilitySummary": "Visual elements are not described."
27+
}
28+
</script>
29+

0 commit comments

Comments
 (0)