You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ ] The specific axe violation reported in this issue is no longer reproducible.
23
-
- [ ] The fix MUST meet WCAG 2.1 guidelines OR the accessibility standards specified by the repository or organization.
24
-
- [ ] A test SHOULD be added to ensure this specific axe violation does not regress.
25
-
- [ ] This PR MUST NOT introduce any new accessibility issues or regressions.
26
-
`
22
+
- [ ] The specific violation reported in this issue is no longer reproducible.
23
+
- [ ] The fix MUST meet WCAG 2.1 guidelines OR the accessibility standards specified by the repository or organization.
24
+
- [ ] A test SHOULD be added to ensure this specific violation does not regress.
25
+
- [ ] This PR MUST NOT introduce any new accessibility issues or regressions.`
27
26
28
27
constbody=`## What
29
-
An accessibility scan flagged the element \`${finding.html}\`on ${finding.url} because ${finding.problemShort}. Learn more about why this was flagged by visiting ${finding.problemUrl}.
28
+
An accessibility scan ${finding.html ? `flagged the element \`${finding.html}\`` : `found an issue on ${finding.url}`} because ${finding.problemShort}. Learn more about why this was flagged by visiting ${finding.problemUrl}.
solutionShort: 'ensure content is responsive and does not require horizontal scrolling at small viewport sizes',
18
+
solutionLong: `The page has a scroll width of ${scrollWidth}px but a client width of only ${clientWidth}px at a 320x256 viewport, requiring horizontal scrolling. This violates WCAG 2.1 Level AA Success Criterion 1.4.10 (Reflow).`,
0 commit comments