Skip to content

Commit bcb11b3

Browse files
authored
chore: add alt text for sequence diagrams (#520)
1 parent 62e4f56 commit bcb11b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ After the response to `configurationDone` is sent, the debug adapter may respond
179179

180180
The following sequence diagram summarizes the sequence of requests and events for a hypothetical _gdb_ debug adapter:
181181

182-
<img src="./img/init-launch.svg" width="100%">
182+
<img src="./img/init-launch.svg" width="100%" alt="Sequence diagram of the launch flow">
183183

184184
### Stopping and accessing debuggee state
185185

@@ -233,7 +233,7 @@ If the debuggee has ended (and the debug adapter is able to detect this), an opt
233233

234234
This diagram summarizes the sequence of request and events for a hypothetical debug adapter for _gdb_:
235235

236-
<img src="./img/stop-continue-terminate.svg" width="100%" />
236+
<img src="./img/stop-continue-terminate.svg" width="100%" alt="Sequence diagram of the termination flow" />
237237

238238
## Libraries (SDKs) for DAP providers and consumers
239239

0 commit comments

Comments
 (0)