Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cart] Vendor text features insufficient color contrast #550

Closed
svinkle opened this issue Sep 2, 2021 · 0 comments · Fixed by #1462
Closed

[Cart] Vendor text features insufficient color contrast #550

svinkle opened this issue Sep 2, 2021 · 0 comments · Fixed by #1462
Assignees
Labels
Category: Accessibility Bugs found while using assistive technology Critical Path: 1 Affects all merchants/buyers Effort: Low Severity: 2 High Severity

Comments

@svinkle
Copy link
Member

svinkle commented Sep 2, 2021

Issue summary

The Vendor text features insufficient color contrast. The color is:

  • Foreground: #838383
  • Background: #ffffff
  • Contrast ratio: 3.79:1
Screenshots Dawn cart page, product vendor text is highlighted.

Current code

HTML

<p class="caption-with-letter-spacing light">United By Blue</p>

CSS

light {
  opacity: .7;
}

Steps to reproduce

  1. Go to a Dawn store with any supported browser
  2. Add an item to the cart and proceed to the cart page
  3. Check the color contrast of the Vendor text.

Behavior

Expected

  • Color contrast to meet AA requirements.

Actual

  • Color contrast does not meet AA requirements.

Recommendation

HTML structure…

Adjust the value of the opacity property from .7 to .8 to increase the color contrast.

Recommended code

CSS

light {
  opacity: .8;
}

Specifications

  • Dawn Version: 2.0.0
  • Browser: Any
  • WCAG Principal: Perceivable
  • WCAG SC: 1.4.3 Contrast (Minimum)
  • Severity: Medium
  • Effort: Low
@svinkle svinkle added Severity: 3 Normal/Low Severity Category: Accessibility Bugs found while using assistive technology Effort: Low labels Sep 2, 2021
@svinkle svinkle added Severity: 2 High Severity and removed Severity: 3 Normal/Low Severity labels Nov 18, 2021
@svinkle svinkle added the Critical Path: 1 Affects all merchants/buyers label Nov 26, 2021
@ludoboludo ludoboludo self-assigned this Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Accessibility Bugs found while using assistive technology Critical Path: 1 Affects all merchants/buyers Effort: Low Severity: 2 High Severity
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants