File tree Expand file tree Collapse file tree
components/mdx-components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ export function Code(props: CodeProps) {
4545 aria-hidden = "true"
4646 />
4747 ) }
48- < span role = "status" aria-live = "polite" className = "sr-only" >
48+ < output aria-live = "polite" className = "sr-only" >
4949 { copyStatus === 'success' ? 'Code copied to clipboard' : '' }
50- </ span >
50+ </ output >
5151 </ button >
5252 < div className = "overflow-x-scroll" > { children } </ div >
5353 </ pre >
Original file line number Diff line number Diff line change @@ -129,7 +129,14 @@ function UdemyResetProgressPage() {
129129 confirmation dialogs.
130130 </ p >
131131
132- < video loop autoPlay muted playsInline className = "mb-6 mx-auto mt-10" >
132+ < video
133+ loop
134+ autoPlay
135+ muted
136+ playsInline
137+ aria-label = "Demo of Udemy Reset Progress extension resetting a course"
138+ className = "mb-6 mx-auto mt-10"
139+ >
133140 < source
134141 src = "/static/images/udemy-progress-reset/video.mp4"
135142 type = "video/mp4"
You can’t perform that action at this time.
0 commit comments