Update Universal Design
parent
4779ab5d5a
commit
0e17fa981f
@ -61,6 +61,7 @@ Issues:
|
|||||||
- Ensures select element has an accessible name
|
- Ensures select element has an accessible name
|
||||||
- Recourses: WCAG 1.3.1 And 4.1.2
|
- Recourses: WCAG 1.3.1 And 4.1.2
|
||||||
- All other tests passed
|
- All other tests passed
|
||||||
|
|
||||||
Solutions:
|
Solutions:
|
||||||
- Changed background color to increase contrast
|
- Changed background color to increase contrast
|
||||||
- Removed select element in favor of a slider
|
- Removed select element in favor of a slider
|
||||||
@ -75,9 +76,12 @@ Issue:
|
|||||||
- The “Manage teams” button on the page did not meet the contrast ratio requirement
|
- The “Manage teams” button on the page did not meet the contrast ratio requirement
|
||||||
- Color-contrast – Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds
|
- Color-contrast – Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds
|
||||||
- Resources: WCAG 1.4.3
|
- Resources: WCAG 1.4.3
|
||||||
|
|
||||||
Solution:
|
Solution:
|
||||||
- Changed button color to increase contrast
|
- Changed button color to increase contrast
|
||||||
“Manage teams” page
|
|
||||||
|
|
||||||
|
##### “Manage teams” page
|
||||||
- All checks passed
|
- All checks passed
|
||||||
|
|
||||||
|
|
||||||
@ -87,6 +91,7 @@ Issues:
|
|||||||
- Ensures every id attribute value used in ARIA and in labels is unique
|
- Ensures every id attribute value used in ARIA and in labels is unique
|
||||||
- Recourses: WCAG 4.1.1
|
- Recourses: WCAG 4.1.1
|
||||||
- All other tests passed
|
- All other tests passed
|
||||||
|
|
||||||
Solutions:
|
Solutions:
|
||||||
- Changed the ARIA id attribute on one of the elements
|
- Changed the ARIA id attribute on one of the elements
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user