Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [Integrations > Add integration prompt][SCREEN READER]: Images a…
…re decorative and should be removed from the accessibility tree (elastic#179805) Closes: elastic/security-team#8989 ## Description The Add integration prompt has a number of images that are decorative, but have alt text added. This could be confusing to screen reader users because the images do not provide additional context or information. Let's update them to have `alt=""` attributes so the images are removed from the accessibility tree. Screenshot attached below. ### Steps to recreate 1. Create a new Security Serverless project if none exist 2. When the project is ready, open it and go to Integrations, under the Project Settings in the lower left navigation 3. Search for DynamoDB in the Integrations, and click on the card 4. From the DynamoDB detail view, click "Add Amazon DynamoDB" 5. When the "Ready to add your first integration?" view loads, open Dev Tools and verify the images highlighted have alt text. ### What was done? 1. _role="presentation"_ was set to image container 2. removed extra `alt`'s attributes
- Loading branch information