File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed
tests/docs/smoke-all/video Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : " Video Shortcode aria-label Support (Issue #13508)"
3+ _quarto :
4+ tests :
5+ html :
6+ ensureHtmlElements :
7+ -
8+ - ' #youtube-aria-label-test iframe[aria-label="Video demonstration of Positron features"]'
9+
10+ - ' #vimeo-aria-label-test iframe[aria-label="Accessible Vimeo video description"]'
11+
12+ - ' #video-js-aria-label-test video[aria-label="Local video with custom label"]'
13+
14+ - ' #brightcove-aria-label-test iframe[aria-label="Brightcove video accessible label"]'
15+ ---
16+
17+ Test for aria-label support in video shortcode for improved accessibility.
18+
19+ ::: {#youtube-aria-label-test}
20+
21+ {{< video https://www.youtube.com/embed/wo9vZccmqwc
22+ aria-label="Video demonstration of Positron features" >}}
23+
24+ :::
25+
26+ ::: {#vimeo-aria-label-test}
27+
28+ {{< video https://vimeo.com/548291297
29+ aria-label="Accessible Vimeo video description" >}}
30+
31+ :::
32+
33+ ::: {#video-js-aria-label-test}
34+
35+ {{< video local-video.mp4
36+ aria-label="Local video with custom label" >}}
37+
38+ :::
39+
40+ ::: {#brightcove-aria-label-test}
41+
42+ {{< video https://players.brightcove.net/1460825906/default_default/index.html?videoId=5988531335001
43+ aria-label="Brightcove video accessible label" >}}
44+
45+ :::
You can’t perform that action at this time.
0 commit comments