Skip to content

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. 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 Oct 3, 2016

  1. 5.0.0

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

    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 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

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
  2. Remove overflow from select and update multiple overflow

    While the consistent `overflow` for `select` is `visible`, updating
    this property has no effect in any browser, but instead creates an
    inappropriately visible overflow for `select[multiple]`.
    Jonathan Neal committed Apr 7, 2016

Commits on Mar 26, 2016

  1. Remove opinionated cursor styles on buttons

    Jonathan Neal committed Mar 26, 2016

Commits on Mar 19, 2016

  1. 4.0.0

    Jonathan Neal committed Mar 19, 2016
  2. Merge pull request #538 from necolas/fix/313

    Remove opinionated pre overflow
    Jonathan Neal committed Mar 19, 2016
  3. Merge pull request #537 from necolas/fix/438

    Reduce input type selector weight
    Jonathan Neal committed Mar 19, 2016

Commits on Mar 18, 2016

  1. Remove opinionated pre overflow

    Jonathan Neal committed Mar 18, 2016
  2. Move input type appearance normalization into its own rule

    Jonathan Neal committed Mar 18, 2016
  3. Reduce selector weight of input types

    Jonathan Neal committed Mar 18, 2016
  4. Correct wrapping not present in IE8/9/10/11 and Edge 12/13

    Jonathan Neal committed Mar 18, 2016

Commits on Mar 17, 2016

  1. Only normalize border-style on img

    Jonathan Neal committed Mar 17, 2016
  2. Merge pull request #532 from necolas/fix/522

    Update the dfn support message
    Jonathan Neal committed Mar 17, 2016
  3. Update the dfn support message

    Jonathan Neal committed Mar 17, 2016
  4. Remove unnecessary input line-height

    Jonathan Neal committed Mar 17, 2016

Commits on Mar 15, 2016

  1. Use inherit to fix legend color

    Clarifies that the fix applies to <legend> within <fieldset>
    Jonathan Neal committed Mar 15, 2016
  2. Merge pull request #530 from battaglr/use-longhand-outline

    Use explicit `outline-width` property instead of `outline`
    Jonathan Neal committed Mar 15, 2016

Commits on Feb 3, 2016

  1. Remove opinionated table resets

    Jonathan Neal committed Feb 3, 2016
  2. Update documentation and CHANGELOG.md

    Jonathan Neal committed Feb 3, 2016

Commits on Feb 1, 2016

  1. Merge pull request #490 from lastfm/fix-firefox-button-focus-outline-…

    …take-two-481
    
    Replace lost button and input focus style
    Jonathan Neal committed Feb 1, 2016

Commits on Mar 9, 2012

  1. Addresses placeholder text remaining visible on focus in Chrome

    The placeholder attribute in Chrome does not work to spec. This makes the text transparent on focus to work like Firefox, Safari, and the spec. Credit goes to @chadbaudoin for bringing this up in his pull request #86 and this Chrome bug is further documented at http://code.google.com/p/chromium/issues/detail?id=106714  and my own test is at https://tinker.io/be2f2/1
    Jonathan Neal committed Mar 9, 2012
Older