-
Notifications
You must be signed in to change notification settings - Fork 12.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
fixing input type="search" behaviour in Safari #396
Comments
I read about that too, but when testing on safari and mobile safari, I don't see the issue, maybe it's for old versions of safari? |
+1 I have attached screenshots of the behaviour:
Great find, Marc/John Lein! |
argh, now i got the point, sorry, misunderstood the whole thing at first, yea +1 |
Fixing input type="search" behaviour in Safari by John Lein http://diveintohtml5.org/forms.html thanks to MarcHaunschild and hoopyfrood closed by 4dc87b5 |
I'm -1 on this.. We're discussing it further on the commit: 4dc87b5 |
…veintohtml5.org/forms.html thanks to MarcHaunschild and hoopyfrood fixes #396
…ttp://diveintohtml5.org/forms.html thanks to MarcHaunschild and hoopyfrood fixes #396" This reverts commit 4dc87b5. Based on the conversation here: paulirish@4dc87b52c2
Hi there,
the following I found at http://diveintohtml5.org/forms.html by Mark Pilgrim. I suggest to add the rule to style.css:
" By default, Safari will not apply even the most basic CSS styles to fields. If you want to force Safari to treat your search field like a normal text field (so you can apply your own CSS styles), add this rule to your stylesheet:
Marc
The text was updated successfully, but these errors were encountered: