Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khiga8/link-checker
Bookmarklet to allow easier assessment of link text accessibility
https://github.com/khiga8/link-checker
accessibility accessibility-testing bookmarklet
Last synced: 5 days ago
JSON representation
Bookmarklet to allow easier assessment of link text accessibility
- Host: GitHub
- URL: https://github.com/khiga8/link-checker
- Owner: khiga8
- License: mit
- Created: 2022-07-13T01:59:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T16:48:55.000Z (about 1 year ago)
- Last Synced: 2023-10-15T06:51:46.099Z (about 1 year ago)
- Topics: accessibility, accessibility-testing, bookmarklet
- Language: HTML
- Homepage: https://khiga8.github.io/link-checker/
- Size: 259 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Link Checker
This bookmarklet makes it easy for one to review the accessibility of links on a page.
The goal of this bookmarklet is NOT to find every issue for you, this is impossible.
Assessing accessibility and usability always requires human judgment.
This tool will support you by providing a consolidated view of both the accessible name and the visible label, things to look out for, and potential flags.
A human (you) should be making the final judgment call!## Setup
Simply grab the bookmarklet at [khiga8.github.io/link-checker](https://khiga8.github.io/link-checker/).
Run the bookmarklet on any page where you would like to assess the link texts.
## Features
When activated, it will open a new tab with a report of all links on the specified page.
This report includes a table that surfaces the following for each link on the page:
- accessible name
- visible label
- flags detected by automated checks.
- button to log the element in the original page for further inspection## Bug?
If you encounter a bug, please file a ticket. Contributions welcome.