bcgov / bcgov/api-services-portal
Accessibility issues in Login Page
- Dominant language
- TypeScript
- Stars
- 27
- Forks
- 8
- Avg merge
- 1d 45m
- Merged PRs (30d)
- 13
Description
1)
Description: Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds
Helpurl: https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI
[
{
"any": [
{
"id": "color-contrast",
"data": {
"fgColor": "#4d6d96",
"bgColor": "#657fa5",
"contrastRatio": 1.3,
"fontSize": "12.0pt (16px)",
"fontWeight": "normal",
"messageKey": null,
"expectedContrastRatio": "4.5:1"
},
"relatedNodes": [
{
"html": "",
"target": [
"#menu-list-15-menuitem-12"
]
},
{
"html": "
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.