WCAG AA Vanilla Split Files
These files were split from the repository’s JS/WCAG_AA_Vanilla.js source into individual, semantically named scripts.
Included Files
Notes
- The original source combines several behaviors in one file.
- These split files are written to run independently.
- Where the original file used a single
window.onload, these versions use DOMContentLoaded listeners so they can coexist without overwriting each other.
- Placeholder and default text values were preserved from the original script.