openSUSE / mentoring

The openSUSE Developer Mentoring Program
http://101.opensuse.org
60 stars 49 forks source link

Patches page - 27 low contrast error warning #228

Closed adritek closed 3 months ago

adritek commented 4 months ago

Project Title: Uyuni Website Refresh - Accessibility and Responsiveness (#205)

Accessibility Issue

Page
Patches page Severity: Error

Description
There are 27 low contrast errors - links mostly.

Very low contrast between text and background colors. These are all CSS styles effecting links in the page body. Adequate contrast of text is necessary for all users, especially users with low vision.

The link text that is present that has a contrast ratio less than 4.5:1, or large text (larger than 18 point or 14 point bold) has a contrast ratio less than 3:1. WCAG requires that page elements have both foreground AND background colors defined (or inherited) that provide sufficient contrast. When text is presented over a background image, the text must have a background color defined (typically in CSS) that provides adequate text contrast when the background image is disabled or unavailable.

WCAG Level AA requires a contrast ratio of at least 1.4.3 Contrast (Minimum) WCAG Level AAA requires a contrast ratio of at least 7:1 for normal text and 4.5:1 for large text.

Proposed Solution

Additional Notes

Related issue
222

deneb-alpha commented 3 months ago

moved to https://github.com/uyuni-project/uyuni-project.github.io/issues/115