Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Jul 7, 2016

  1. Merge branch 'feature/html-sectioning'

    Jonathan Neal committed Jul 7, 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
  3. Merge branch 'battaglr-placeholder'

    Jonathan Neal committed Jul 6, 2016

Commits on Jun 30, 2016

  1. v4.2.0

    Jonathan Neal committed Jun 30, 2016
  2. Update CHANGELOG.md date

    Jonathan Neal committed Jun 30, 2016
  3. 4.2.0

    Jonathan Neal committed Jun 30, 2016
  4. 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. Merge pull request #569 from necolas/fix/549

    Limit Firefox focus normalization to buttons
    Jonathan Neal committed Apr 10, 2016
  2. 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
  3. 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
  4. Merge pull request #568 from necolas/fix/562

    Remove overflow from select and update multiple overflow
    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 30, 2016

  1. Merge pull request #563 from necolas/fix/544

    Remove opinionated cursor styles on buttons
    Jonathan Neal committed Mar 30, 2016
  2. Merge pull request #564 from necolas/fix/542

    Restore `main` to package.json
    Jonathan Neal committed Mar 30, 2016

Commits on Mar 26, 2016

  1. Restore main to package.json

    Jonathan Neal committed Mar 26, 2016
  2. Remove opinionated cursor styles on buttons

    Jonathan Neal committed Mar 26, 2016
  3. Merge pull request #558 from XiBOR/master

    Combine two same selectors
    Jonathan Neal committed Mar 26, 2016

Commits on Mar 25, 2016

  1. Merge pull request #552 from battaglr/remove-v1-references

    Remove `v1` references
    Jonathan Neal committed Mar 25, 2016

Commits on Mar 24, 2016

  1. Merge pull request #561 from mdouglasbrett/patch-1

    Small copy change
    Jonathan Neal committed Mar 24, 2016
  2. Small copy change

    Hi there, this is a possible alternative to: Improves [ ... ] improvements.
    Feel free to ignore :)
    
    All the best,
    
    Michael
    mdouglasbrett committed Mar 24, 2016

Commits on Mar 23, 2016

  1. Combine two same selectors #553

    Роман Булатов authored and Роман Булатов committed Mar 23, 2016

Commits on Mar 21, 2016

  1. Remove v1 references

    battaglr committed Mar 21, 2016

Commits on Mar 19, 2016

  1. Merge pull request #541 from gouch/patch-1

    Fix spelling error in comment
    Jonathan Neal committed Mar 19, 2016