From 84dcb0915dcbe215399b63a63498645cafb1f7a0 Mon Sep 17 00:00:00 2001 From: sinanisler Date: Mon, 23 Jun 2025 01:42:09 +0300 Subject: [PATCH] Update README.md to include additional regulatory support features for accessibility --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 84673b3..6f144e5 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,28 @@ A comprehensive, lightweight accessibility tool that enhances web accessibility https://sinan.im + +## Basic regulatory Supports + +| **Feature** | **WCAG AA** | **EU (EN 301 549/EAA/WAD)** | **US (ADA/Section 508)** | +| ----------------------------------- | :------------------------------------------: | :-------------------------: | :----------------------: | +| **High Contrast Mode** | ✔️ | ✔️ | ✔️ | +| **Text Size Adjustment** | ✔️ | ✔️ | ✔️ | +| **Text Spacing** | ✔️ | ✔️ | ✔️ | +| **Line Height Adjustment** | ✔️ | ✔️ | ✔️ | +| **Text Alignment (Left Align)** | ✔️ (Visual Presentation) | ✔️ | ✔️ | +| **Cursor Enhancement** | ✔️ (Pointer Target Size) | ✔️ | ✔️ | +| **Pause Animations** | ✔️ | ✔️ | ✔️ | +| **Reduced Motion** | ✔️ (Animation from Interactions) | ✔️ | ✔️ | +| **Hide Images** | ✔️ (Non-text Content) | ✔️ | ✔️ | +| **Dyslexia-Friendly / Font Select** | ✔️ (Use of Color, readability enhancements) | ✔️ | ✔️ | +| **Screen Reader Support** | ✔️ | ✔️ | ✔️ | +| **Voice Control** | ✔️ (Character Shortcuts / voice operability) | ✔️ | ✔️ | +| **Color Blindness Filters** | ✔️ (Use of Color / contrast) | ✔️ | ✔️ | + + + + ## Features ### Core Accessibility Features