-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.json
85 lines (85 loc) · 3.72 KB
/
index.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
{
"date": "2019-12-31",
"title": "Tests for Audiobooks User Agent Behaviors",
"href": "https://www.w3.org/TR/audiobooks/",
"tests": [
{
"section": "§8.1 Opening and Navigating the Contents of an Audiobook",
"href": "https://www.w3.org/TR/audiobooks/#audio-ua-navigation",
"tests": [
{
"id": "a8.1.01",
"description": "The user agent can open and begin playing an audiobook from the start of the content",
"actions": "Audiobook opens and plays",
"errors": "none"
},
{
"id": "a8.1.02",
"description": "The user agent has provided a means to access the reading order to the user",
"actions": "Reading Order is accessible to the user",
"errors": "none"
},
{
"id": "a8.1.03",
"description": "If available, the user agent has provided a means to access the table of contents to the user",
"actions": "Table of Contents is accessible by the user",
"errors": "none"
},
{
"id": "a8.1.04",
"description": "If the audiobook contains a primary entry page, it is displayed first (or the content within is presented first)",
"actions": "Primary Entry Page is displayed first",
"errors": "none"
}
]
},
{
"section": "§8.2 Audiobook Playability",
"href": "https://www.w3.org/TR/audiobooks/#audio-ua-playback",
"tests": [
{
"id": "a8.2.01",
"description": "The user agent can play the entirety of an audiobook without user input",
"actions": "Audiobook playback does not require user input",
"errors": "none"
},
{
"id": "a8.2.02",
"description": "The user agent plays the content in the order of the reading order",
"actions": "Audiobook playback is in the reading order by default",
"errors": "none"
},
{
"id": "a8.2.03",
"description": "The user agent can accept user input for audio controls",
"actions": "Audiobook playback can be paused",
"errors": "none"
},
{
"id": "a8.2.04",
"description": "The user agent provides a method to move between parts of the audiobooks (time increments, chapters, etc.)",
"actions": "Audiobook playback can be navigated through",
"errors": "none"
}
]
},
{
"section": "§8.3 Audiobook Packaging and Offlining",
"href": "https://www.w3.org/TR/audiobooks/#audio-ua-packaging",
"tests": [
{
"id": "a8.3.01",
"description": "The user agent provides a way to download or offline the audiobook content",
"actions": "User agent provides a method to download the audiobook",
"errors": "none"
},
{
"id": "a8.3.02",
"description": "The user agent can open an audiobook packaged using LPF",
"actions": "User agent can open an LPF audiobook",
"errors": "none"
}
]
}
]
}