Skip to content

Commit d801b5d

Browse files
authored
Merge branch 'main' into copilot/fix-accessibility-landmarks
2 parents e5690be + 94f379a commit d801b5d

File tree

7 files changed

+4597
-3
lines changed

7 files changed

+4597
-3
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99

1010
# Node
1111
node_modules/
12-
package-lock.json
1312

1413
# Whisper output (generated locally)
15-
whisper-demo/transcript.json
14+
# transcript.json is committed for CI link checks; transcript.txt remains ignored
1615
whisper-demo/transcript.txt
1716

1817
# Editor files

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<aside class="clock" aria-label="Presentation timer"></aside>
2929
<section aria-live="assertive" aria-label="Slide mode status">Leaving slide mode.</section>
3030

31+
<main>
3132
<!-- Slide 1: Cover -->
3233
<section class="slide cover clear" id="cover" aria-label="Cover: Whisper Live Captioning Demo">
3334
<h1>Whisper Live Captioning Demo</h1>
@@ -119,7 +120,6 @@ <h2>Demo Iframe</h2>
119120
<section class="slide" id="demo-transcript" aria-label="Live Transcript">
120121
<h2>Live Transcript</h2>
121122
<div class="transcript">
122-
<h3 class="small">Transcript</h3>
123123
<div id="whisper-transcript" class="transcript-box" aria-live="polite" data-transcript-src="whisper-demo/transcript.json"></div>
124124
<p class="small">Polling <code>/presentations/whisper-demo/transcript.json</code> every second.</p>
125125
</div>
@@ -150,6 +150,7 @@ <h3 class="small">Transcript</h3>
150150
</div>
151151
<div class="notes" hidden>Separate element ID to allow multi-box polling later, if needed.</div>
152152
</section>
153+
</main>
153154

154155
</body>
155156
</html>

0 commit comments

Comments
 (0)