diff --git a/README.md b/README.md index 71954f230..38edbe095 100644 --- a/README.md +++ b/README.md @@ -78,13 +78,10 @@ decrement button to change from `default` to `text`. #### `[type="search"]` -The search input is not fully stylable by default. In Chrome and Safari on -OSX/iOS you can't control `font`, `padding`, `border`, or `background`. In -Chrome and Safari on Windows you can't control `border` properly. It will apply -`border-width` but will only show a border color (which cannot be controlled) -for the outer 1px of that border. Applying `-webkit-appearance: textfield` -addresses these issues without removing the benefits of search inputs (e.g. -showing past searches). +The search input is not fully stylable by default. In Safari on +OSX you can't control `font`, `padding`, `border`, or `background`. Applying +`-webkit-appearance: textfield` addresses these issues without removing the +benefits of search inputs (e.g. showing past searches). ## Contributing diff --git a/normalize.css b/normalize.css index 192eb9ce4..96d22b2cd 100644 --- a/normalize.css +++ b/normalize.css @@ -283,7 +283,7 @@ textarea { } /** - * 1. Correct the odd appearance in Chrome and Safari. + * 1. Correct the odd appearance in Safari. * 2. Correct the outline style in Safari. */ diff --git a/test.html b/test.html index 615b08326..613843e1d 100644 --- a/test.html +++ b/test.html @@ -431,7 +431,7 @@
[type="search"]