-
Notifications
You must be signed in to change notification settings - Fork 292
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
[DOCS]: Screen reader is not announcing the descriptive information for the ‘Here’ link. #4258
Comments
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
1 similar comment
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
1 similar comment
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
fixes #4258 <!-- Link to relevant issue (for ex: "fixes #1234") which will automatically close the issue once the PR is merged --> ## PR Type <!-- Please uncomment one ore more that apply to this PR --> Bugfix <!-- - Feature --> Code style update (formatting) <!-- - Refactoring (no functional changes, no api changes) --> <!-- - Build or CI related changes --> <!-- - Documentation content changes --> <!-- - Sample app changes --> <!-- - Other... Please describe: --> ## Describe the current behavior? <!-- Please describe the current behavior that is being modified or link to a relevant issue. --> ## Describe the new behavior? More descriptive "here" text across all docs ## PR Checklist - [ ] Test: run `npm run test` and ensure that all tests pass - [ ] Target main branch (or an appropriate release branch if appropriate for a bug fix) - [ ] Ensure that your contribution follows [standard accessibility guidelines](https://docs.microsoft.com/en-us/microsoft-edge/accessibility/design). Use tools like https://webhint.io/ to validate your changes. ## Additional Information Co-authored-by: Jaylyn Barbee <[email protected]>
fixes/features (should be multiple, add to the list) 1. App Capabilities: #4034 2. Accessibility issues: #4258, #4259, #4239, #4240 ## Describe the current behavior? <!-- Please describe the current behavior that is being modified or link to a relevant issue. --> 1. App Capabilities are mixed in with manifest and SW fields and there is no easy way to discover and learn about them 2. Accessibility Issues from most recent pass ## Describe the new behavior? 1. New designs to isolate app capabilities and give our users more information about what they are and how to implement them. 2. Fixed those issues ## PR Checklist - [x] Test: run `npm run test` and ensure that all tests pass - [x] Target main branch (or an appropriate release branch if appropriate for a bug fix) - [x] Ensure that your contribution follows [standard accessibility guidelines](https://docs.microsoft.com/en-us/microsoft-edge/accessibility/design). Use tools like https://webhint.io/ to validate your changes. ## Additional Information 1. Known issue: #4453 waiting on dependency (shoelace-style/shoelace#1612). 2. No additional context --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Justin Willis <[email protected]> Co-authored-by: Gleb Khmyznikov <[email protected]> Co-authored-by: Nikola Metulev <[email protected]> Co-authored-by: Mara'ah Lee <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adolf Daniel <[email protected]> Co-authored-by: Justin Willis (HE / HIM) <[email protected]> Co-authored-by: Zach Teutsch <[email protected]> Co-authored-by: Beth Pan <[email protected]> Co-authored-by: vipul-bhojwani <[email protected]> Co-authored-by: Amrutha Srinivasan <[email protected]> Co-authored-by: Federico Navarrete <[email protected]> Co-authored-by: Toby Liu <[email protected]> Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com> Co-authored-by: Amrutha Srinivasan <[email protected]> Co-authored-by: Jonas Thelemann <[email protected]> Co-authored-by: Siraj Chokshi <[email protected]>
Issue is still repro at latest environment. 2024-06-26.12-30-17.mp4 |
As these are not reflecting in scorecard. Tracking with #4764 |
What happened?
Screen reader is not announcing the descriptive information for the ‘Here’ link, which is present on the page multiple times, it is announcing as ‘Link here’.
How do we reproduce the behavior?
Repro steps:
What do you expect to happen?
Screen reader should announce the descriptive information for the ‘Here’ link. Screen reader should announce as ‘Follow the instruction on link here’.
What environment were you using?
Test Environment:
OS: Windows11
OS Version: 23H2 (Build 25905.1000)
Browser: Edge Dev (Version 117.0.2007.0 (Official build) dev (64-bit))
Screen reader: Narrator
Additional context
Notes:
User Impact:
Screen reader users will get impacted as users will not be able to the purpose of the link and will not be able to interact or make track of the content properly.
WCAG reference link:
Understanding Success Criterion 2.4.9: Link Purpose (Link Only) | WAI | W3C
Attachments:
Screen.reader.is.not.announcing.the.descriptive.information.for.the.Here.link.mp4
The text was updated successfully, but these errors were encountered: