Open
Description
Point of contact
Description
Home > Discover -- "Selected fields" -- the number of related selected fields is not read by screen reader
Steps to recreate
- Navigate to the
Serverless Observability Solution
instance. - Open the
Discover
page (/app/observability-logs-explorer/
)
Screenshots or Trace Logs
![image](https://private-user-images.githubusercontent.com/20072247/355431442-1d351ec7-605d-4ebf-8d1d-cd676aa53435.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MzcyMTEsIm5iZiI6MTczOTYzNjkxMSwicGF0aCI6Ii8yMDA3MjI0Ny8zNTU0MzE0NDItMWQzNTFlYzctNjA1ZC00ZWJmLThkMWQtY2Q2NzZhYTUzNDM1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDE2MjgzMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM3ZDVlNzcxYWQ3OGYzODg0MGMyMzk0MWRlMjRkNGIyODNmMTk5YzYzZDUxNGY0MGMyZWJhNTJiYzAxMDZlMTgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.YXgoyQmRV8XjBeSIL8wuJNWDjCp9BNM2caksUL0GEfQ)
Proposed solution
The number of selected fields should be clearly stated. Possible fixes:
- Add more context to the badge.
- Include the selected fields in the button's aria-label.
Acceptance criteria
- Axe tests do not report violations
- e2e test suite passes with zero violations
WCAG or Vendor Guidance (optional)
- Understanding SC 1.3.1. Link Purpose (In Context) (Level A)
- MDN Web Accessibility for browser behaviors, code snippets, and polyfills.