Commits on Aug 13, 2017
- 
  Restore gaps in links underline in iOS 8+ and Safari 8+ This commit reverts 8ed3140. 
Commits on May 1, 2017
Commits on Mar 26, 2017
- 
  - Update CHANGELOG.md - Update normalize.css header - Update package.json Jonathan Neal committedMar 26, 2017 
- 
  Comment upkeep, per https://bugs.chromium.org/p/chromium/issues/detail?id=376160#c11 
- 
  Remove all opinionated rules (#649) - Remove changing the default font family in all browsers. - Remove the removal of margin on body in all browsers. - Remove the removal of outline on focused links when they are also active or hovered in all browsers (opinionated). - Remove changing the font styles of input controls in all browsers. - Remove the changing of border, margin, and padding of fieldsets in all browsers. Jonathan Neal committedMar 26, 2017 
Commits on Nov 18, 2016
Commits on Oct 3, 2016
- 
  Jonathan Neal committedOct 3, 2016 
- 
  Jonathan Neal committedOct 3, 2016 
- 
  Update text-size-adjust documentation Clarification that this rule applies to IE's mobile variant. Interestingly, we'll be able to remove "-ms-text-size-adjust" soon, as Windows Phone 8.1+ supports "-webkit-text-size-adjust" as an alias. Documentation: https://msdn.microsoft.com/en-us/library/dn793579(v=vs.85).aspx 
Commits on Aug 8, 2016
- 
  More explicitly define font resets on form controls (#607) Jonathan Neal committedAug 8, 2016 
Commits on Jul 6, 2016
- 
  Correct the display of <summary> in all browsers Jonathan Neal committedJul 6, 2016 
- 
  Use HTML Living Standard sectioning Jonathan Neal committedJul 6, 2016 
Commits on Jun 30, 2016
- 
  
- 
  Jonathan Neal committedJun 30, 2016 
- 
  Merge branch 'battaglr-patch-1' Jonathan Neal committedJun 30, 2016 
Commits on Jun 25, 2016
- 
  
- 
  Simplify headings normalization comment The results for computed `line-height` in #593 were virtually different in all tested browsers, and since [such browsers are ones we support](https://github.com/necolas/normalize.css#browser-support), I don't see the need to have a *complex* comment naming all of them. 
Commits on Jun 16, 2016
Commits on Apr 11, 2016
- 
  Normalize file select buttons (#574) Jonathan Neal committedApr 11, 2016 
- 
  Correct the outline of search inputs in Safari (#575) After modifying search input with -webkit-appearance: textfield, the focus outline is remaining with `outline-offset: 0`, but should be `-2px` like other textfield inputs. Jonathan Neal committedApr 11, 2016 
Commits on Apr 10, 2016
- 
  Limit Firefox focus normalization to buttons Spacing does not need to be normalized for all `input` elements in Firefox, only `button` and `[type="button"]` elements. These normalizations were changing the default focus appearance of `input` elements. Resolves #549 Jonathan Neal committedApr 10, 2016 
- 
  Merge pull request #571 from necolas/fix/550 Correct the text style of placeholders in Chrome, Edge, and Safari Jonathan Neal committedApr 10, 2016 
Commits on Apr 7, 2016
- 
  Correct the text style of placeholders in Chrome, Edge, and Safari Normalizes placeholder styles in Edge, Chrome, and Safari with Firefox. Jonathan Neal committedApr 7, 2016