bcgov / bcgov/api-services-portal

Accessibility issues in Login Page

Open
#795 1 comment 0 reactions 1 assignee Claimed by @elisafw-ux View on GitHub
accessibility bug
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": "

",
"target": [
"#menu-list-15"
]
},
{
"html": "
",
"target": [
"nav"
]
}
],
"impact": "serious",
"message": "Element has insufficient color contrast of 1.3 (foreground color: #4d6d96, background color: #657fa5, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
}
],
"all": [],
"none": [],
"impact": "serious",
"html": "API Provider",
"target": [
"#menu-list-15-menuitem-12 > span:nth-child(2)"
],
"failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 1.3 (foreground color: #4d6d96, background color: #657fa5, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
}
]
![image.png](https://images.zenhubusercontent.com/61a121c4a7a3264dfdc530ef/03205c25-630c-4ae6-a41f-f17273ccbc79)

**********************************************************************
Description: Ensures every HTML document has a lang attribute

Helpurl: https://dequeuniversity.com/rules/axe/4.7/html-has-lang?application=axeAPI

[
{
"any": [
{
"id": "has-lang",
"data": {
"messageKey": "noLang"
},
"relatedNodes": [],
"impact": "serious",
"message": "The element does not have a lang attribute"
}
],
"all": [],
"none": [],
"impact": "serious",
"html": "",
"target": [
"html"
],
"failureSummary": "Fix any of the following:\n The element does not have a lang attribute"
}
]

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.