Open
Conversation
…lled out to weekly <a href>'s
508 html fix
508 trap focus
508 color contrast
Author
|
Didn't mean to close this PR, I'm new to Forking and all that. I only meant to merge an update to my own Fork. |
Use #677889 as background value per ANDI tool
Fix the gradients in the css file which were below 4:5:1 ratio
Used preview app to change darkness of cancel button
Add html id's to ok and cancel button
saturnflyer
referenced
this pull request
in saturnflyer/ice_cube_select
May 31, 2022
saturnflyer
added a commit
to saturnflyer/ice_cube_select
that referenced
this pull request
Jan 18, 2026
This commit completes the 508 accessibility compliance work by adding aria-labels to weekly day selection buttons, providing full weekday names for screen readers. This builds upon existing accessibility features that were previously ported from the original recurring_select project: - Focus trapping within modal dialog - Aria-labels for calendar day/month links - Enhanced color contrast ratios (WCAG compliant) - Title attributes on interval inputs - Keyboard-accessible links with href attributes Credit to @iamanissa for the original 508 compliance work in gregschmit/recurring_select PR gregschmit#130. Co-Authored-By: iamanissa <iamanissa@users.noreply.github.com>
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.
This makes the modal accessible to people with disabilities.
What is 508 Compliance?
Section 508, is an amendment to the United States Workforce Rehabilitation Act of 1973, is a federal law mandating that all electronic and information technology developed, procured, maintained, or used by the federal government be accessible to people with disabilities. 508 Compliance, therefore, involves developing a website that can be used by people with limited vision or blindness, deafness, seizure disorders, and other disabilities.
What issues were fixed?
#89ato#64717Fhrefin order to be tabbable.