Commits on Feb 8, 2018
Commits on Jan 5, 2016
Commits on Mar 30, 2015
-
Remove unnecessary vendor prefixes
Firefox ESR is currently at Firefox 31, which doesn't require box-sizing prefixes. Fix #400
-
Commits on Mar 17, 2015
Commits on Oct 4, 2014
Commits on Jan 26, 2014
-
-
Reorganise normalize.css and edit comments
Update comments in line with any changes browsers have introduced. Minor reordering of rulesets.
Commits on Jan 25, 2014
-
Don't attempt to normalize `q` because it prevents the browser from automatically adapting the quotes used based on the value of a `lang` attribute.
-
Fix
pre
text formatting and overflowDon't visually break `pre` text over multiple lines. Trigger a scrollbar when the preformatted text is too wide for its container.
-
Fix vertical alignment of
progress
Chrome, Firefox, and Opera set `vertical-align: -0.2em`. The browser implementations aren't great. They scale badly with font size and when the height of the element is changed. Aligning them to the baseline, as IE does, helps make their alignment consistent with other similar elements.
Commits on Jan 24, 2014
-
-
Revert
textarea
alignment modificationLeave the default baseline alignment in place. Fix gh-280
-
Fix number input button cursor on OS X Chrome
Fix the cursor style for Chrome's increment/decrement buttons on `input[type="number"]. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. Fix gh-283
Commits on Jan 16, 2014
-
Remove
a:focus
outline normalizationMy hypothesis is that it's more important for a user to get the focus style they expect *within* their browser than it is to have consistent focus styles *between* browsers. In particular, replacing Chrome's default focus style (esp. just for links) seems presumptuous. Component designers/developers can make the decision on when to modify these browser defaults. Fix gh-216
-
Fix
figure
margin normalizationAll browsers that support `figure` apply margin of `1em 40px`. Fix gh-262
-
Address Firefox not inheriting `font` properties for `optgroup`. Fix gh-102
-
Remove default table cell padding
Normalize.css makes some convenience changes to the default table rendering. This change removes the 1px of padding around table cells.
Commits on Jan 15, 2014
-
-
Fix
font
andcolor
inheritance for formsInherit all `font` properties. Inherit `color` for form controls. Chrome and Safari on OS X will not inherit `color` as they heavily restrict the author-defined styles that will be respected for that element. Fix gh-157
Commits on Jul 2, 2013
-
Normalize the
template
element displayThe `template` element shipped in Firefox 22 and Chrome 26. Browsers without HTML template support should at least hide the element.