necolas / normalize.css

A modern alternative to CSS resets
http://necolas.github.io/normalize.css/
MIT License
52.32k stars 10.66k forks source link

Fix the input[type="search"] documentation block #825

Open SiarheiBobryk opened 4 years ago

SiarheiBobryk commented 4 years ago

Changes in README.md:

  1. Remove notes about Chrome on macOS and Windows, because it's not reproduced. See attached images. Tested on macOS 10.15 and Windows 10/7.
  2. Remove notes about Safari on Windows, because it's completely out-of-date and not supported anymore by normalize.css. Safari 5.1.7 was the last version supported by Windows XP/Vista/7. Safari version history

Changes below are required to cover all cases mentioned on README.md for Safari.

Changes in test.html:

  1. Add some new styles:
    • font-family
    • background-color
  2. Add the value attribute

Changes in normalize.css:

  1. Fix comment about -webkit-appearance for Chrome
Screen Shot 2020-09-06 at 3 16 05 pm Screen Shot 2020-09-06 at 3 24 29 pm
SiarheiBobryk commented 4 years ago

@necolas up