Skip to content

Commit 7fed801

Browse files
committed
Fix MathJax renderer to add ARIA title to SVGs
1 parent 72997f6 commit 7fed801

6 files changed

Lines changed: 353 additions & 260 deletions

File tree

axe-results-incomplete.json

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,43 @@
1-
[]
1+
[
2+
{
3+
"id": "video-caption",
4+
"impact": "critical",
5+
"tags": [
6+
"cat.text-alternatives",
7+
"wcag2a",
8+
"wcag122",
9+
"section508",
10+
"section508.22.a",
11+
"TTv5",
12+
"TT17.a",
13+
"EN-301-549",
14+
"EN-9.1.2.2",
15+
"RGAAv4",
16+
"RGAA-4.3.1"
17+
],
18+
"description": "Ensure <video> elements have captions",
19+
"help": "<video> elements must have captions",
20+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/video-caption?application=playwright",
21+
"nodes": [
22+
{
23+
"any": [],
24+
"all": [],
25+
"none": [
26+
{
27+
"id": "caption",
28+
"data": null,
29+
"relatedNodes": [],
30+
"impact": "critical",
31+
"message": "Check that captions are available for the element"
32+
}
33+
],
34+
"impact": "critical",
35+
"html": "<video controls=\"\" preload=\"metadata\" width=\"100%\" class=\"block mx-auto mb-8 max-w-full h-auto rounded-lg shadow-md text-gray-500 italic text-center\"><source src=\"/videos/sample-video-1.mp4\" type=\"video/mp4\"></video>",
36+
"target": [
37+
"video"
38+
],
39+
"failureSummary": "Fix all of the following:\n Check that captions are available for the element"
40+
}
41+
]
42+
}
43+
]

0 commit comments

Comments
 (0)