Support HTML Figures in Chromium#16206
Merged
Merged
Conversation
See test results for failed build of commit a72df41a91 |
See test results for failed build of commit ae04cadee1 |
See test results for failed build of commit 1fb40c1c47 |
See test results for failed build of commit ee6178bbfd |
seanbudd
approved these changes
Mar 7, 2024
seanbudd
left a comment
Member
There was a problem hiding this comment.
Thanks @SaschaCowley. As the testing field is unticked, can you confirm you've tested this?
Member
Author
This has been manually tested. The initial PR comment has been updated to reflect this. |
Adriani90
pushed a commit
to Adriani90/nvda
that referenced
this pull request
Mar 13, 2024
Fixes nvaccess#16137 Summary of the issue: Figures are currently not properly announced by NVDA in browse or focus modes in Chromium. Description of user facing changes Figures are now reported in Chrome. Description of development approach: Since Chromium does not report a role of figure on <figure> elements unless the role has been added, add tests for a tag of figure on Chrome objects. Change figure searchable attributes to include the figure tag, since this is necessary to allow navigation by HTML figures in Chrome. Known issues: Quick navigation by figure will land on <figure> elements whose role has been set to something other than figure.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to issue number:
Fixes #16137
Summary of the issue:
Figures are currently not properly announced by NVDA in browse or focus modes in Chromium.
Description of user facing changes
Figures are now reported in Chrome.
Description of development approach
Since Chromium does not report a role of
figureon<figure>elements unless the role has been added, add tests for atagoffigureon Chrome objects. Change figure searchable attributes to include the figure tag, since this is necessary to allow navigation by HTML figures in Chrome.Testing strategy:
Manual tests with a test webpage.
Known issues with pull request:
<figure>elements whoserolehas been set to something other thanfigure.Code Review Checklist: