vidply 1.0.43 → 1.0.45
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 +4 -4
- package/dist/legacy/vidply.js +521 -515
- package/dist/legacy/vidply.js.map +2 -2
- package/dist/legacy/vidply.min.js +1 -1
- package/dist/legacy/vidply.min.meta.json +23 -39
- package/dist/vidply.css +43 -30
- package/dist/vidply.min.css +1 -1
- package/package.json +3 -3
- package/src/styles/vidply.css +43 -30
package/README.md
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
**Universal, Accessible Video & Audio Player**
|
|
4
4
|
|
|
5
|
-
A modern, feature-rich media player built with vanilla ES6 JavaScript. Combines the best accessibility features from AblePlayer with the streaming capabilities of MediaElement.js. Fully internationalized with support for 5 languages and complete WCAG 2.
|
|
5
|
+
A modern, feature-rich media player built with vanilla ES6 JavaScript. Combines the best accessibility features from AblePlayer with the streaming capabilities of MediaElement.js. Fully internationalized with support for 5 languages and complete WCAG 2.2 AA compliance.
|
|
6
6
|
|
|
7
7
|

|
|
8
8
|

|
|
9
|
-

|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
## Live Demos
|
|
@@ -21,7 +21,7 @@ Try VidPly in action:
|
|
|
21
21
|
## Why VidPly?
|
|
22
22
|
|
|
23
23
|
- **Zero Dependencies** - Pure vanilla JavaScript, no frameworks required
|
|
24
|
-
- **Accessibility First** - WCAG 2.
|
|
24
|
+
- **Accessibility First** - WCAG 2.2 AA compliant with full keyboard and screen reader support
|
|
25
25
|
- **Multilingual** - Built-in translations for 5 languages with easy extensibility
|
|
26
26
|
- **Fully Customizable** - CSS variables and comprehensive API
|
|
27
27
|
- **Modern Build** - ES6 modules with tree-shaking support
|
|
@@ -47,7 +47,7 @@ Try VidPly in action:
|
|
|
47
47
|
- Swipeable touch interface
|
|
48
48
|
- Responsive card layout
|
|
49
49
|
|
|
50
|
-
### Accessibility Features (WCAG 2.
|
|
50
|
+
### Accessibility Features (WCAG 2.2 AA Compliant)
|
|
51
51
|
- **Full Keyboard Navigation** - All features accessible via keyboard, custom shortcuts, menu navigation with Arrow keys
|
|
52
52
|
- **Screen Reader Support** - Complete ARIA labels (`aria-controls`, `aria-expanded`, `aria-haspopup`), live regions
|
|
53
53
|
- **Interactive Transcripts** - Click-to-seek, searchable, auto-scroll with proper semantic HTML
|