impressivewebs / CSS-Values

A PWA that allows you to search for any CSS property to get a quick reference on possible values and browser support.
https://cssvalues.com
25 stars 4 forks source link

Cancel auto-capitalisation and auto-correct for the search field #26

Closed jonrandahl closed 10 years ago

jonrandahl commented 10 years ago

As css is a case independent language but most people use lowercase wouldn't it be a good idea to stop both of these when browsing from either a phone or tablet?

impressivewebs commented 10 years ago

You're right, and I did notice that at some point but forgot to look further into it. I will get that fixed ASAP. Thank you.

impressivewebs commented 10 years ago

This is now fixed by adding:

autocorrect="off"
autocapitalize="off"

to the input. Thanks.

jonrandahl commented 10 years ago

No thank you, glad I could assist even slightly!