Skip to content

Commits on Nov 5, 2018

  1. 8.0.1

    necolas committed Nov 5, 2018
  2. Render the main element correctly in IE

    Close #730
    Thomas Deinhamer authored and necolas committed Nov 5, 2018

Commits on Feb 8, 2018

  1. v8.0.0

    necolas committed Feb 8, 2018
  2. Update browser support

    Drop support for older browsers: IE 9-, Android 4, Safari 7-.
    
    Close #676
    Close #690
    Close #712
    Close #723
    Fix #718
    necolas committed Feb 8, 2018
  3. Inherit font family for inputs

    Sky161 authored and necolas committed Feb 8, 2018

Commits on Aug 13, 2017

  1. Restore gaps in links underline in iOS 8+ and Safari 8+

    This commit reverts 8ed3140.
    antons committed Aug 13, 2017

Commits on May 2, 2017

  1. 7.0.0

    necolas committed May 2, 2017

Commits on May 1, 2017

  1. Correct the padding in firefox (#671)

    4refael authored and Jonathan Neal committed May 1, 2017

Commits on Mar 26, 2017

  1. 6.0.0

    - Update CHANGELOG.md
    - Update normalize.css header
    - Update package.json
    Jonathan Neal committed Mar 26, 2017
  2. Update normalize.css (#661)

    mattbrundage authored and Jonathan Neal committed Mar 26, 2017
  3. 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 committed Mar 26, 2017

Commits on Nov 18, 2016

  1. Place the document heading above the html element's comment. (#639)

    JohnAlbin authored and Jonathan Neal committed Nov 18, 2016

Commits on Oct 3, 2016

  1. 5.0.0

    Jonathan Neal committed Oct 3, 2016
  2. Update macOS reference

    Jonathan Neal committed Oct 3, 2016
  3. 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
    mattbrundage authored and Jonathan Neal committed Oct 3, 2016

Commits on Aug 8, 2016

Commits on Jul 6, 2016

  1. Correct the display of <summary> in all browsers

    Jonathan Neal committed Jul 6, 2016
  2. Use HTML Living Standard sectioning

    Jonathan Neal committed Jul 6, 2016

Commits on Jun 30, 2016

  1. v4.2.0

    Jonathan Neal committed Jun 30, 2016
  2. Merge branch 'battaglr-patch-1'

    Jonathan Neal committed Jun 30, 2016

Commits on Jun 25, 2016

  1. 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.
    battaglr committed Jun 25, 2016

Commits on Jun 16, 2016

  1. Add rule for all headings lh (#596)

    jeremenichelli authored and Jonathan Neal committed Jun 16, 2016

Commits on Apr 18, 2016

  1. Restore optgroup font normalisation (#589)

    Resolves #581
    slavanga authored and Jonathan Neal committed Apr 18, 2016

Commits on Apr 12, 2016

  1. 4.1.1

    Jonathan Neal committed Apr 12, 2016
  2. 4.1.0 (#576)

    Jonathan Neal committed Apr 12, 2016

Commits on Apr 11, 2016

  1. Normalize file select buttons (#574)

    Jonathan Neal committed Apr 11, 2016
  2. 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 committed Apr 11, 2016
  3. Remove gaps in links underline in iOS 8+ and Safari 8+ (#573)

    hudochenkov authored and Jonathan Neal committed Apr 11, 2016

Commits on Apr 10, 2016

  1. 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 committed Apr 10, 2016
  2. Merge pull request #571 from necolas/fix/550

    Correct the text style of placeholders in Chrome, Edge, and Safari
    Jonathan Neal committed Apr 10, 2016

Commits on Apr 7, 2016

  1. Correct the text style of placeholders in Chrome, Edge, and Safari

    Normalizes placeholder styles in Edge, Chrome, and Safari with Firefox.
    Jonathan Neal committed Apr 7, 2016
Older