Merged
Conversation
Each `<form>` element and form role that needs to be exposed as a landmark must be given an accessible name. This name will allow an assistive technology user to be able to quickly understand the purpose of the form landmark. You can easily test this with the skipto plugin. Before this PR the item is just _Form_ After this PR the item is either _Form: New xxxx_ or _Form: Edit xxx_ - [x]com_categories - [x]com_contact - [x]com_content
Quy
reviewed
Jan 16, 2021
|
Weird enough the patch does not update the language file so the aria-label shows just the key string... |
Contributor
Author
|
Thats probably patchtester bug - i think it has issues when you have a lot of files. |
|
It looks like it. Changes in code reflect the language string so I will test it again and will take that into consideration. |
Contributor
|
Merging on review - as if patchtester fails we're unlikely to get many tests and this is a pretty simple patch |
Contributor
Author
|
thanks |
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.
Each
<form>element and form role that needs to be exposed as a landmark must be given an accessible name. This name will allow an assistive technology user to be able to quickly understand the purpose of the form landmark.You can easily test this with the skipto plugin. Before this PR the item is just Form After this PR the item is either Form: New xxxx or Form: Edit xxx