- commit
- 785aba4da6d8029a86aadbffbe28b28f2e67a5a7
- parent
- 45f1884465b4eda7a3c52fe22d3006ad1d694357
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2022-08-06 06:40
do not talk about WCAG 2.x in past tense
Diffstat
| M | README.md | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
@@ -61,7 +61,7 @@ function contrast(fg, bg) {
61 61 background.
62 62 - The result of APCA is negative for light text on dark background. You will
63 63 usually work with the absolute value though.
64 -1 - WCAG 2.x defined three thresholds: 3:1, 4.5:1, and 7:1. These roughly
-1 64 - WCAG 2.x defines three thresholds: 3:1, 4.5:1, and 7:1. These roughly
65 65 correspond to 45, 60, and 75 in APCA.
66 66 - Compared to WCAG 2.x, APCA reports drastically lower contrast for darker
67 67 colors. It also reports slightly higher contrast for lighter colors.