|
|
|
|
|
by pverheggen
226 days ago
|
|
Usually you would have it appear when it's focused, like this for example: https://www.nytimes.com/ And yes, this is an acceptable solution according to the W3C: https://www.w3.org/WAI/WCAG21/Techniques/general/G1 Your solution of focusing the first form element is pretty idiosyncratic. It's better to follow WAI patterns, because patterns have predictable behavior. Otherwise, keyboard users will have to learn how to interact with your website from scratch, instead of just following the same pattern they're used to from other sites. |
|