Fix: replace dead color contrast checker link with active tool#1645
Open
reallymello wants to merge 6 commits into
Open
Fix: replace dead color contrast checker link with active tool#1645reallymello wants to merge 6 commits into
reallymello wants to merge 6 commits into
Conversation
The previous entry (Josef Eines / alarmsystem.no) returns a connection error — the domain is no longer active. Replaced with a working WCAG color contrast checker and moved it to the correct alphabetical position within the category (between "We are Colorblind" and "Who Can Use"). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 task
Contributor
|
Hey @reallymello, I have found some links that we could update rather than simply remove. I'm going to make another PR for the same issue. #1647 |
mikeyil
added a commit
to mikeyil/a11yproject.com
that referenced
this pull request
May 23, 2026
Follow-up to PR a11yproject#1645 Fixes a11yproject#1647 - Restored 4 resources from PR 1645 by updating their URLs to new destinations. - Removed 8 dead links from the original issue. - Found and removed 4 additional dead links. - Added David Mello's WCAG Color Contrast Checker as a replacement for the defunct Josef Eines tool.
Author
|
Sounds good, thanks for for finding the updated links on the ones that could be preserved |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes a dead link to
https://www.alarmsystem.no/color-contrast/which returns a 404. The domain (alarmsystem.no) is a parked domain, appears unrelated to accessibility tooling, and the entry looks like it may have been spam.Replaced with WCAG Color Contrast Checker, an actively maintained tool that includes colorblindness simulation for four deficiency types (deuteranopia, protanopia, tritanopia, achromatopsia), accessible color variant suggestions, and a markdown bug report for logging accessibility defects.
Changes
src/_data/resources.json— replaced dead entry in thecolorssection with active toolAdditional Dead Links Removed
Adding New Link
{ "title": "WCAG Color Contrast Checker", "description": "Checks foreground and background color contrast against WCAG 2.1 AA and AAA standards, with colorblindness simulation for four deficiency types, accessible color variant suggestions, and a markdown bug report for logging accessibility defects.", "additional": "David Mello", "url": "https://davidmello.com/tools/color-contrast-checker" },Disclosure: I am the author of the replacement tool being added in this PR.
Why It Belongs Here
?fg=xxxxxx&bg=xxxxxx) for sharing / explaining issues to coworkersChecklist