Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

finos#923: [TB] Fix WCAG 4.1.2 issue with Font Settings Slider #941

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

kburk1997
Copy link
Contributor

Ensures every form element in the Settings Slider has a label to comply with WCAG 4.1.2. This pull request includes the following changes:

  • Added aria-labelledby attribute to the Font Size Slider to associate it with the label element.
  • Added aria-valuetext to the Font Size Slider to associate the pixels with the slider.
  • Added aria-labelledby attribute to the Character Spacing Slider to associate it with the label element.

Fixes #923

… element has a label (input[aria-valuemax="256"])
Copy link

netlify bot commented Jun 12, 2024

Deploy Preview for glistening-gecko-6b417a ready!

Name Link
🔨 Latest commit 77bb1d7
🔍 Latest deploy log https://app.netlify.com/sites/glistening-gecko-6b417a/deploys/6669e9d26900f10008ec5a81
😎 Deploy Preview https://deploy-preview-941--glistening-gecko-6b417a.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@aaronreed708 aaronreed708 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thank you for the commit!

@aaronreed708 aaronreed708 merged commit 41527e3 into finos:dev Jun 14, 2024
5 checks passed
@kburk1997 kburk1997 deleted the kburk1997/issue923 branch June 14, 2024 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants