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

Internal : Conversion center - Contact buttons Accessibility #8

Merged
merged 6 commits into from
Jun 12, 2024

Conversation

willhowat
Copy link

PR Checklist

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

Summary

This PR can be summarized in the following changelog entry:

Description

An explanation of what is done in this PR

Test instructions

This PR can be tested by following these steps:

Quality assurance

  • I have tested this code to the best of my abilities
  • I have added unittests to verify the code works as intended
  • Docs have been added / updated (for bug fixes / features)

Fixes #

@willhowat willhowat marked this pull request as ready for review June 12, 2024 08:30
@willhowat willhowat self-assigned this Jun 12, 2024
@willhowat willhowat requested a review from mserino June 12, 2024 08:30
@willhowat willhowat changed the title Fix : Accessibility Fix : Conversion center - Contact buttons - Accessibility Jun 12, 2024
}

// Get current state
return this.elements.contentWrapper.classList.contains( hidden );
Copy link
Author

Choose a reason for hiding this comment

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

keeping the class based check as it is a faster check than getting the aria attribute state and it's a safe check since we're controlling these only in this function now

@willhowat willhowat changed the title Fix : Conversion center - Contact buttons - Accessibility Internal : Conversion center - Contact buttons Accessibility Jun 12, 2024
@willhowat willhowat merged commit e76c633 into feature/20240710-develop Jun 12, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants