cds-snc / platform-forms-client

NextJS application that serves the public-facing website for Forms
https://forms-staging.cdssandbox.xyz/
MIT License
31 stars 12 forks source link

Fix/3735 wcag 3 #3766

Closed thiessenp-cds closed 3 weeks ago

thiessenp-cds commented 3 weeks ago

Summary | Résumé

Adds a heading to a section wrapper for the Right Panel. This helps AT users by labeling the area that will show up in the page outline. The H2 is set to "Right Panel". In the future, we could add a description and more if users are confused about where they are when they enter the panel.

Fixes and updates the logic view buttons to be a little more descriptive (hopefully). Section button label is set to: "Edit section {SECTION_NAME}" Section logic view label is set to: "Edit rules for section {SECTION_NAME}}" I suspect the labels could be improved but hopefully this will be descriptive enough for now.

github-actions[bot] commented 3 weeks ago

:test_tube: Review environment

https://jdg555vxotm6bqcjd64uyns6d40kmusp.lambda-url.ca-central-1.on.aws/

timarney commented 3 weeks ago

@thiessenp-cds can you add a fix for the tabs so we can press enter to navigate to logic etc... in this PR?

timarney commented 3 weeks ago

These are some nice updates @thiessenp-cds it's a solid improvement.