accessibility-widgets 2.0.10 → 2.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -4
- package/package.json +1 -1
- package/widget.js +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Accessibility Widgets
|
|
1
|
+
# Accessibility Widgets
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/accessibility-widgets)
|
|
4
4
|
[](https://opensource.org/licenses/GPL-3.0)
|
|
@@ -12,8 +12,17 @@
|
|
|
12
12
|
A comprehensive, zero-dependency accessibility widget that enhances web accessibility for all users. This lightweight, single-file JavaScript solution provides 14+ accessibility features to make your website instantly more inclusive and compliant with WCAG 2.1 AA, Section 508, and EN 301 549 standards.
|
|
13
13
|
<br><br>
|
|
14
14
|
|
|
15
|
+
> **Note**: This widget helps meet accessibility criteria but does not guarantee full compliance. Complete WCAG/Section 508 compliance requires proper HTML semantics, ARIA attributes, manual testing, and user validation.
|
|
16
|
+
<br><br>
|
|
17
|
+
|
|
18
|
+
|
|
15
19
|
<img width="1793" height="1028" alt="image" src="https://github.com/user-attachments/assets/610138f5-e60d-4297-b5e3-ea040f361209" />
|
|
16
20
|
|
|
21
|
+
## Supported Language List
|
|
22
|
+
|
|
23
|
+
English, Deutsch, Español, Italiano, Français, Русский, Türkçe, العربية, हिन्दी, 简体中文, 日本語, Português, বাংলা, 한국어, Tiếng Việt, Bahasa Indonesia, ไทย, Polski, Nederlands, Ελληνικά, Svenska, Norsk, Dansk, Suomi, Čeština, Magyar, Română, עברית, فارسی, اردو, ਪੰਜਾਬੀ, मराठी, తెలుగు, தமிழ், Bahasa Melayu, Filipino
|
|
24
|
+
|
|
25
|
+
|
|
17
26
|
|
|
18
27
|
## ⚡ Quick Start
|
|
19
28
|
|
|
@@ -78,9 +87,6 @@ require('accessibility-widgets');
|
|
|
78
87
|
| Voice Control | ⚠️ Browser API | ⚠️ | ⚠️ |
|
|
79
88
|
| Color Filters | ✅ 1.4.1 | ✅ | ✅ |
|
|
80
89
|
|
|
81
|
-
> **Note**: This widget helps meet accessibility criteria but does not guarantee full compliance. Complete WCAG/Section 508 compliance requires proper HTML semantics, ARIA attributes, manual testing, and user validation.
|
|
82
|
-
|
|
83
|
-
|
|
84
90
|
|
|
85
91
|
|
|
86
92
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "accessibility-widgets",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
4
4
|
"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.",
|
|
5
5
|
"main": "widget.js",
|
|
6
6
|
"scripts": {
|
package/widget.js
CHANGED
|
@@ -1377,7 +1377,7 @@ const DEFAULT_WIDGET_CONFIG = {
|
|
|
1377
1377
|
colorFilter: ['renk filtresi', 'renk körü', 'filtre'],
|
|
1378
1378
|
screenReader: ['ekran okuyucu', 'sesli oku', 'ses okuyucu'],
|
|
1379
1379
|
voiceControl: ['sesli komut', 'sesli kontrol', 'sesli komutlar'],
|
|
1380
|
-
resetAll: ['hepsini sıfırla', 'tümünü sıfırla', 'hepsini temizle', 'ayarları sıfırla']
|
|
1380
|
+
resetAll: ['hepsini sıfırla', 'tümünü sıfırla', 'hepsini temizle', 'ayarları sıfırla','sıfırla']
|
|
1381
1381
|
},
|
|
1382
1382
|
ar: {
|
|
1383
1383
|
showMenu: ['إظهار القائمة', 'فتح القائمة', 'قائمة إمكانية الوصول', 'قائمة الوصول'],
|