dequelabs / dequelabs/axe-core
new rule: background-missing / text-color-missing
Open
feat
rules
- Dominant language
- JavaScript
- Stars
- 7.5k
- Forks
- 933
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 17
Description
To avoid problems in high contrast mode, elements where the text color is defined must have a fully opaque background. If it doesn't, the text may become difficult to read. Similarly if the background of an element is set, the text color also has to be set.
### Example Issue
```html
Missing background issue
Missing text color issue
```
Contributor guide
Assessment
This issue has not been assessed yet.