Skip to content

Commit 31ef9aa

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 17.2.9.
1 parent ddde6e7 commit 31ef9aa

File tree

7 files changed

+479
-78
lines changed

7 files changed

+479
-78
lines changed

ed/algorithms/audio-session.json

Lines changed: 207 additions & 16 deletions
Large diffs are not rendered by default.

ed/dfns/audio-session.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -923,6 +923,44 @@
923923
"number": "5.4"
924924
},
925925
"definedIn": "prose"
926+
},
927+
{
928+
"id": "element-state",
929+
"href": "https://w3c.github.io/audio-session/#element-state",
930+
"linkingText": [
931+
"element state"
932+
],
933+
"localLinkingText": [],
934+
"type": "dfn",
935+
"for": [],
936+
"access": "private",
937+
"informative": false,
938+
"heading": {
939+
"id": "integration",
940+
"href": "https://w3c.github.io/audio-session/#integration",
941+
"title": "Audio source and sink integration",
942+
"number": "6"
943+
},
944+
"definedIn": "prose"
945+
},
946+
{
947+
"id": "update-an-element",
948+
"href": "https://w3c.github.io/audio-session/#update-an-element",
949+
"linkingText": [
950+
"update an element"
951+
],
952+
"localLinkingText": [],
953+
"type": "dfn",
954+
"for": [],
955+
"access": "private",
956+
"informative": false,
957+
"heading": {
958+
"id": "integration",
959+
"href": "https://w3c.github.io/audio-session/#integration",
960+
"title": "Audio source and sink integration",
961+
"number": "6"
962+
},
963+
"definedIn": "prose"
926964
}
927965
]
928966
}

ed/headings/audio-session.json

Lines changed: 34 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,47 +105,74 @@
105105
"title": "Other algorithms",
106106
"number": "5.4"
107107
},
108+
{
109+
"id": "integration",
110+
"href": "https://w3c.github.io/audio-session/#integration",
111+
"level": 2,
112+
"title": "Audio source and sink integration",
113+
"number": "6"
114+
},
115+
{
116+
"id": "audiocontext-sink",
117+
"href": "https://w3c.github.io/audio-session/#audiocontext-sink",
118+
"level": 3,
119+
"title": "AudioContext",
120+
"number": "6.1"
121+
},
122+
{
123+
"id": "media-element-sink",
124+
"href": "https://w3c.github.io/audio-session/#media-element-sink",
125+
"level": 3,
126+
"title": "HTMLMediaElement",
127+
"number": "6.2"
128+
},
129+
{
130+
"id": "microphone-track-source",
131+
"href": "https://w3c.github.io/audio-session/#microphone-track-source",
132+
"level": 3,
133+
"title": "Microphone MediaStreamtrack",
134+
"number": "6.3"
135+
},
108136
{
109137
"id": "privacy",
110138
"href": "https://w3c.github.io/audio-session/#privacy",
111139
"level": 2,
112140
"title": "Privacy considerations",
113-
"number": "6"
141+
"number": "7"
114142
},
115143
{
116144
"id": "security",
117145
"href": "https://w3c.github.io/audio-session/#security",
118146
"level": 2,
119147
"title": "Security considerations",
120-
"number": "7"
148+
"number": "8"
121149
},
122150
{
123151
"id": "examples",
124152
"href": "https://w3c.github.io/audio-session/#examples",
125153
"level": 2,
126154
"title": "Examples",
127-
"number": "8"
155+
"number": "9"
128156
},
129157
{
130158
"id": "proactive-play-and-record-example",
131159
"href": "https://w3c.github.io/audio-session/#proactive-play-and-record-example",
132160
"level": 3,
133161
"title": "A site sets its audio session type proactively to \"play-and-record\"",
134-
"number": "8.1"
162+
"number": "9.1"
135163
},
136164
{
137165
"id": "interrutpion-handling-example",
138166
"href": "https://w3c.github.io/audio-session/#interrutpion-handling-example",
139167
"level": 3,
140168
"title": "A site reacts upon interruption",
141-
"number": "8.2"
169+
"number": "9.2"
142170
},
143171
{
144172
"id": "acknowledgements",
145173
"href": "https://w3c.github.io/audio-session/#acknowledgements",
146174
"level": 2,
147-
"title": "Acknowledgements",
148-
"number": "9"
175+
"title": "10. Acknowledgements"
149176
},
150177
{
151178
"id": "w3c-conformance",

0 commit comments

Comments
 (0)