- commit
- 0ca48c409bb28ab37fea6f10865d07ac88d97001
- parent
- f2b8d652a1abbc13d50ea13410155c712b3ffbcc
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2022-07-31 22:03
rm "APCA is strictre" generalization
Diffstat
| M | README.md | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
@@ -68,7 +68,7 @@ function contrast(fg, bg) {
68 68 - With WCAG 2.x, 27% of all color combinations have a contrast of at least 3,
69 69 12% have at least 4.5, and 4% have at least 7. With APCA, only 21% of all
70 70 color combinations have a contrast of at least 45, 8% have at least 60, and
71 -1 2% have at least 75. So APCA is stricter.
-1 71 2% have at least 75.
72 72
73 73 Also see my [detailed analysis](analysis.md).
74 74