GitPedia
csstools

csstools/normalize.css

A cross-browser CSS foundation

7 Releases
Latest: 2y ago
v12.1.1Latest
romainmenkeromainmenke·2y ago·December 29, 2023
GitHub

📋 Changes

  • Fixed: normalize `text-size-adjust` in the most backwards compatible way.
v12.1.0
romainmenkeromainmenke·2y ago·December 29, 2023
GitHub

📋 Changes

  • Added: `text-size-adjust` [#25](https://github.com/csstools/normalize.css/issues/25)
  • Fixed: group `pre` with `code`, `kbd`, `samp` [#24](https://github.com/csstools/normalize.css/issues/24)
12.0.0
Antonio-LagunaAntonio-Laguna·4y ago·March 7, 2022
GitHub

📋 Changes

  • Changed: normalize.css no longer contributes specificity.
  • Changed: normalize.css fixes now respect `writing-mode`.
  • Removed: Fixes for older browsers, and all fixes for IE.
  • Fixed: `table` uses correct `border-color: currentColor` normalization.
11.0.1
jonathantnealjonathantneal·5y ago·August 20, 2020
GitHub

📦 11.0.1 (August 20, 2020)

  • Fixed: Used case-insensitive attribute selectors in the evergreen variations.

📦 11.0.0 (August 20, 2020)

  • Added: Correct table border color inheritance in all Chrome, Edge, and Safari.
  • Added: Remove text indentation from table contents in Chrome, Edge, and
  • Safari.
  • Added: Correct the inheritance of border color in Firefox.
  • Added: Evergreen variations of normalize.css (basically, without IE support).
11.0.0
jonathantnealjonathantneal·5y ago·August 20, 2020
GitHub

📦 11.0.0 (August 20, 2020)

  • Added: Correct table border color inheritance in all Chrome, Edge, and Safari.
  • Added: Remove text indentation from table contents in Chrome, Edge, and
  • Safari.
  • Added: Correct the inheritance of border color in Firefox.
  • Added: Evergreen variations of normalize.css (basically, without IE support).
9.0.0
jonathantnealjonathantneal·7y ago·August 22, 2018
GitHub

📦 9.0.0 (August 22, 2018)

  • Fix correction of cursor style of increment and decrement buttons
  • in Safari, not Chrome.
  • Correct the text style of placeholders in Chrome, Edge, and Safari.
  • Remove unnecessary form control margin normalizations in Firefox.
  • Remove opinionated fieldset padding in all browsers.
  • Remove `::-moz-focus-inner` and `:-moz-focusring` normalizations
  • fixed in Firefox 53
  • https://bugzilla.mozilla.org/show_bug.cgi?id=140562
8.1.0
jonathantnealjonathantneal·7y ago·August 21, 2018
GitHub

📦 8.1.0 (August 21, 2018)

  • Correct the cursor style of increment and decrement buttons in Safari.
  • Correct the text style of placeholders in Chrome, Edge, and Safari.