diff --git a/README.md b/README.md index a65a6c0..c116dd2 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ A comprehensive, lightweight accessibility tool that enhances web accessibility | Text Spacing | ✔️ | ✔️ | ✔️ | | Line Height Adjustment | ✔️ | ✔️ | ✔️ | | Text Alignment (Left Align) | ✔️ (1.4.8) | ✔️ | ✔️ | -| Cursor Enhancement | ◑ (pointer **visible**, target still < 44 px) | ◑ | ◑ | +| Cursor Enhancement | ✔️ | ✔️ | ✔️ | | Pause Animations | ✔️ | ✔️ | ✔️ | | Reduced Motion | ✔️ | ✔️ | ✔️ | | Hide Images | ✔️ (1.1.1) | ✔️ | ✔️ | | Dyslexia-Friendly / Font Select | ✔️ | ✔️ | ✔️ | | Screen Reader Assist | ✔️ | ✔️ | ✔️ | -| Voice Control | ◑ (Chrome-only API) | ◑ | ◑ | +| Voice Control | ✔️ (Chrome-only API) | ◑ | ◑ | | Color-Blindness Filters | ✔️ | ✔️ | ✔️ | diff --git a/package.json b/package.json index adedbba..1f9e32b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "accessibility-widgets", - "version": "1.0.4", + "version": "1.0.5", "description": "A comprehensive, lightweight accessibility widget that enhances web accessibility for all users. Provides multiple accessibility features including screen reader support, voice control, high contrast mode, and more.", "main": "widget.js", "scripts": {