vidply 1.0.43 → 1.0.44

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 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.1 AA compliance.
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
  ![License](https://img.shields.io/badge/license-GPL--2.0--or--later-blue.svg)
8
8
  ![ES6](https://img.shields.io/badge/ES6-Module-yellow.svg)
9
- ![WCAG](https://img.shields.io/badge/WCAG-2.1%20AA-green.svg)
9
+ ![WCAG](https://img.shields.io/badge/WCAG-2.2%20AA-green.svg)
10
10
  ![Version](https://img.shields.io/badge/version-1.0.40-brightgreen.svg)
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.1 AA compliant with full keyboard and screen reader support
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.1 AA Compliant)
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