-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
site: add type="search"
to search input
#9263
site: add type="search"
to search input
#9263
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reading https://adrianroselli.com/2019/07/ignore-typesearch.html it sounds like there's little to no benifit or may actually make matters worse in some cases. What arguments are there for adding type="search"
in your opinion? @geoffrich do you have any additional insights?
Co-authored-by: Simon H <[email protected]>
type="search"
in docs 🖊
type="search"
in docs 🖊type="search"
to search input
It looks like there's typically visible differences for the majority of users when using |
It seems like the accessibility benefits of adding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I pushed the same commit to SvelteKit: sveltejs/kit@96993cf |
Hi, a minor accessibility improvement has been made by adding
type="search"
to the input tag.