An open API service indexing awesome lists of open source software.

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

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.