apca-introduction

The missing introduction to APCA  https://p.ce9e.org/apca-introduction/
git clone https://git.ce9e.org/apca-introduction.git

commit
f1594db5e1db90d1bae971ee642bd36bb59a8b97
parent
48bf496337e858ae0cdd9f57447874d82913387f
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-03-21 10:27
example: avoid ×

Diffstat

M examples/examples.js 4 ++--

1 files changed, 2 insertions, 2 deletions


diff --git a/examples/examples.js b/examples/examples.js

@@ -1,8 +1,8 @@
    1     1 import * as wcag from '../wcag2.js';
    2     2 import * as apca from '../apca.js';
    3     3 
    4    -1 const WCAG_LABELS = ['×', '> 3', '> 4.5', '> 7'];
    5    -1 const APCA_LABELS = ['×', '> 45', '> 60', '> 75'];
   -1     4 const WCAG_LABELS = ['< 3', '> 3', '> 4.5', '> 7'];
   -1     5 const APCA_LABELS = ['< 45', '> 45', '> 60', '> 75'];
    6     6 
    7     7 const COLORS = [
    8     8 	['#888888', '#000000', '#ffffff'],