Christopher-invotra / malone-app

Malone App used by Klarity
0 stars 0 forks source link

Accessibility bug - The search bar has a broken ARIA reference #8

Open Christopher-invotra opened 3 years ago

Christopher-invotra commented 3 years ago

Describe the bug

Currently the search bar has a broken ARIA reference, as the aria-labelledby attribute uses a value that does not match the ID of another element on the page.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots image

WAVE gives the following solution: "Ensure the element referenced in the aria-labelledby or aria-describedby attribute value is present within the page and presents a proper label or description."