-
-
Notifications
You must be signed in to change notification settings - Fork 624
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
Dont report description in browse mode with reportObjectDescriptions #12917
Conversation
1247d14
to
87d129a
Compare
This comment has been minimized.
This comment has been minimized.
I have not yet looked at the exact changes in this pr. But, I want to clarify that report object descriptions was originally created for when reporting focus or object navigation. As opposed to controlFields in text content. So, I don't see this as a simple disctinction between browse and focus mode. Rather it is text verses objects. |
It looks like this pr is based on pr #12888 |
What is an object from a user's perspective? It's very developer centric terminology, and even then quite overloaded. |
2688a2c
to
c428a4e
Compare
Have you tested specifically STR from #12750 and can confirm that content of the title attribute is no longer shown in braille? If so this should be mentioned in the PR description. |
I have tried this, however the description of the issue on #12750 isn't clear enough for me to be sure. However, there is a test sample with a system test checking braille and speech. This shows the precise issue is resolved. There may be other issues with the Wikipedia sample, they can be raised and resolved separately. |
The reporter has confirmed that their specific case is resolved with this build: #12750 (comment) |
Link to issue number:
Fixes: #12750
Summary of the issue:
Historically the option "Object presentation: Report Object Descriptions" (default: true) has been limited to focus mode and object navigation.
In Report aria-description always #12500 this was changed to report descriptions always.
Historically, the word "object" in the settings category, and the name of this option was supposed to imply "focus mode / object nav specific behavior".
Description of how this pull request fixes the issue:
Testing strategy:
System tests with examples inspired by #12750.
Known issues with pull request:
None
Change log entries:
For Developers:
Code Review Checklist: