intuit / intuit/accessibility-snippets
css snippet: prefers-contrast: more
Open
good first issue
- Dominant language
- JavaScript
- Stars
- 105
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
The prefers-contrast CSS media feature is used to detect if the user has requested that the web content is presented with a higher (or lower) contrast.
-Add to documentation: This media query only works on safari and
```
@media (prefers-contrast: more) {
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the documentation entry for the prefers-contrast CSS media feature. Add the Safari support note and the provided @media example, then verify that the documentation contains both the browser limitation and the snippet.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- accessibility, documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100