daisy / daisy/ace

ACE fails if :root { color-scheme: light dark; } is used

Open
#468 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
98
Forks
29
PR merge metrics
No merged PRs in 30d

Description

:root {
color-scheme: light dark;
}

It makes Ace confused about color contrast. It compares the default colors against a white background, not a black one.

Contributor guide

Open the contributing guide

Research direction

No file or test is named in the issue. Start by reproducing the example with `:root { color-scheme: light dark; }` and trace the color-contrast handling that selects the comparison background. Done means the default colors are compared against the appropriate dark background as well as the light one, with the reported confusion resolved.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
accessibility
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.