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:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
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."
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:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots
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."