Using Visual ARIA to Physically See and Learn How ARIA Works
Stars
10
Forks
1
Watchers
10
Open Issues
0
Overall repository health assessment
No language data available
No package.json found
This might not be a Node.js project
26
commits
Removed redundant project files to prevent outdated duplicates.
7bcb782View on GitHubUpdated Visual ARIA to flag improper usages of aria-owns on elements that don't support child elements in the accessibility tree
01596c2View on GitHubAdded missing combobox role to list3 of exceptions within the naming calculation for Visual ARIA
57c2761View on GitHubUpdated the Visual ARIA naming calculation algorithm to prevent child parsing of elements not declared as receiving Name From Content according to spec with some conditional statements as discussed with the W3C ARIA WG
9050e3cView on GitHubUpdated Visual ARIA to fix a bug where native links including role=button plus aria-expanded where not being conveyed correctly
774fe79View on GitHubUpdated the UI of Visual ARIA to minimize the Role Matrices button
e1129f8View on GitHubChanged ARIA guidance to reflect that as of ARIA 1.1 role=application is no longer mapped as a landmark.
f245766View on GitHubAdded the Static vs. Interactive Widget Roles - Ensuring Proper Functionality in ARIA PDF document as reference material.
86b8819View on GitHubAdded the ARIA Widget Screen Reader Testing Checklist PDF document as reference material.
3b6e9a4View on GitHubUpdated Visual ARIA to expose role=none and role=presentation
cb2fe4aView on GitHubUpdated the Related Projects section to reflect CSUN 2017
8940823View on GitHubFixed self-referencing CSS pseudo element bug in reccursion algorithm for Visual ARIA
9c6aae8View on GitHubUpdated the Visual ARIA Listbox error to be more clear when elements are focusable within role=combobox, plus a bug fix in the naming calculation.
172172fView on GitHub