umbraco / Umbraco-CMS

Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
https://umbraco.com
MIT License
4.37k stars 2.64k forks source link

Accessibility issues on the login screen #14517

Open plannero opened 1 year ago

plannero commented 1 year ago

Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)

10.4.0

Bug summary

1. Contrast Login screen has insufficient text contrast on login button as well as "show password" and "forgotten password?". Contrast looks a little better when not Login button not disabled, but still not OK according to WCAG 2.1.

contrast_login

2. Umbraco logo missing alt text Screen reader should not need to fallback to reading the file name (even if that is somewhat readable). Just add alt="Umbraco logo" or similar.

logo_alt

3. Very nice, but not very informative h1 The formulation I find in h1 has a nice tone, and I believe you should keep it (because the title element + the layout kind of provide the needed message). But formally it might be considered a breach of accessibility standards for clear and informative headings. https://www.w3.org/TR/WCAG21/#headings-and-labels

thunder

Specifics

No response

Steps to reproduce

Go to login screen. Observe.

Expected result / actual result

No response

github-actions[bot] commented 1 year ago

Hi there @plannero!

Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better.

We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.

We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions.

Thanks, from your friendly Umbraco GitHub bot :robot: :slightly_smiling_face:

elit0451 commented 1 year ago

Thank you for reaching out @plannero and making us aware of these accessibility issues. 💪

In order to work on those issue, we need each problem reported in a separate GitHub issue. Can you amend this? We also encourage you to submit a PR with your suggestions 😊