https://github.com/ramsunvtech/chrome.accesslog
This Chrome Plugin is used to log the Basic Accessbility Points by Reading the Loaded Web Page
https://github.com/ramsunvtech/chrome.accesslog
Last synced: about 1 year ago
JSON representation
This Chrome Plugin is used to log the Basic Accessbility Points by Reading the Loaded Web Page
- Host: GitHub
- URL: https://github.com/ramsunvtech/chrome.accesslog
- Owner: ramsunvtech
- Created: 2014-03-16T05:34:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-25T05:42:37.000Z (over 10 years ago)
- Last Synced: 2025-04-09T23:51:20.456Z (about 1 year ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Access Log ##
This Chrome Plugin is used to log the Basic Accessbility Points by Reading the Loaded Web Page
https://chrome.google.com/webstore/detail/access-log/foioongmhbfjnmiljihjgbkkaggodfao
#### How it Works? ####
After installing this plugin, you can find the icon in right top of the browser. once you clicked the icon, you can open the console tab by pressing F12 to see the Accessbility Log's
#### Accessbility is Huge and what are the things can be checked by this plugin? ####
Yes we agree its huge. i have started this plugin with basic check points below.
- Missed `alt` attribute in `img` Tag.
- Missed `scope` attribute in `table` Tag.
- Missed `for` attribute in `label` Tag.
- Missed `title` attribute in `a` Tag.
- The `label's` attribute `for` attribute is pointed to valid form field.
- Check Only one `h1` Tag is exist.