DRYD-1931: Accessibility > Browser > * #47
  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.
  
    
  
    
What does this do?
Why are we doing this? (with JIRA link)
https://collectionspace.atlassian.net/browse/DRYD-1933
https://collectionspace.atlassian.net/browse/DRYD-1934
How should this be tested? Do these changes have associated tests?
Checking react-axe:
Please create a lint error in a jsx file, like an
imgwithout analtattribute. When running the app locally, violations should be logged in the console.Checking unit tests:
You can add a violation to a covered component and check that the relevant unit test breaks. The violation should be logged in the runner console.
Dependencies for merging? Releasing to production?
No dependencies
Has the application documentation been updated for these changes?
I will update the wiki documentation: https://collectionspace.atlassian.net/wiki/spaces/CPD/pages/3925868545/Accessibility
Did someone actually run this code to verify it works?
@spirosdi checked the changes locally