Problem/Motivation
Placeholders are generally considered to be an accessibility problem:
https://www.w3.org/WAI/tutorials/forms/instructions/#placeholder-text
https://www.deque.com/blog/accessible-forms-the-problem-with-placeholders/
but in this specific use case, are they? Should the filter element actually be hidden from screen readers? Or given an accessible label, and placeholder text kept or removed?
Comments