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

MWPW-156126 - quiz-entry contrast and accessibility #2785

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

colloyd
Copy link
Contributor

@colloyd colloyd commented Aug 26, 2024

  • adjustment to colors for better contrast
  • aria-label for carousel arrows
  • css clean up

Resolves: MWPW-156126

Test URLs:

* adjustment to colors for better contrast
* aria-label for carousel arrows
* css clean up

Resolves: [MWPW-156126](https://jira.corp.adobe.com/browse/MWPW-156126)
@colloyd colloyd added the uar label Aug 26, 2024
@colloyd colloyd requested a review from a team August 26, 2024 14:22
Copy link
Contributor

aem-code-sync bot commented Aug 26, 2024

@@ -144,7 +144,7 @@ export const GetQuizOption = ({

return html`
<div class="quiz-options-container" role="group" aria-labelledby="question" tabindex="0" onkeydown=${handleKey}>
${index > 0 && html`<button onClick=${prev} class="carousel-arrow arrow-prev ${isRTL ? 'rtl' : ''}"></button>`}
${index > 0 && html`<button onClick=${prev} class="carousel-arrow arrow-prev ${isRTL ? 'rtl' : ''}" aria-label="Previous"></button>`}
Copy link
Contributor

Choose a reason for hiding this comment

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

Ideally, this should be translated as well for other locales

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Great suggestion! Of course we can work out translation like this, but it would be more involved because we would need to incorporate it into the strings spreadsheet. I'll have to write up a followup ticket for that, but there's a release deadline for US and they need these basic issues to be corrected first.

Copy link

codecov bot commented Aug 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.91%. Comparing base (d90dcc0) to head (e24e986).
Report is 16 commits behind head on stage.

Additional details and impacted files
@@           Coverage Diff           @@
##            stage    #2785   +/-   ##
=======================================
  Coverage   95.90%   95.91%           
=======================================
  Files         173      173           
  Lines       45842    45842           
=======================================
+ Hits        43967    43968    +1     
+ Misses       1875     1874    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JackySun9 JackySun9 added verified PR has been E2E tested by a reviewer Ready for Stage labels Aug 26, 2024
@milo-pr-merge milo-pr-merge bot merged commit e675bf4 into adobecom:stage Sep 2, 2024
24 checks passed
@milo-pr-merge milo-pr-merge bot mentioned this pull request Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready for Stage uar verified PR has been E2E tested by a reviewer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants