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 Jan 26, 2014

  1. Update browser support

    necolas committed Jan 26, 2014
  2. Explicit tests for each normalization

    Use a test-like presentation to make it clearer what the test file is
    looking to test. Don't use the file as a dumping ground for every HTML
    element. This change makes the tests more focused and useful.
    
    Fix gh-276
    Fix gh-284
    Fix gh-285
    necolas committed Jan 26, 2014
  3. Reorganise normalize.css and edit comments

    Update comments in line with any changes browsers have introduced.
    
    Minor reordering of rulesets.
    necolas committed Jan 26, 2014
  4. Revert 6992935

    Doesn't work in Firefox.
    necolas committed Jan 26, 2014

Commits on Jan 25, 2014

  1. Fix i18n for q element

    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.
    necolas committed Jan 25, 2014
  2. Fix pre text formatting and overflow

    Don't visually break `pre` text over multiple lines.
    
    Trigger a scrollbar when the preformatted text is too wide for its
    container.
    necolas committed Jan 25, 2014
  3. 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.
    necolas committed Jan 25, 2014

Commits on Jan 24, 2014

  1. Revert textarea alignment modification

    Leave the default baseline alignment in place.
    
    Fix gh-280
    necolas committed Jan 24, 2014
  2. 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
    necolas committed Jan 24, 2014

Commits on Jan 16, 2014

  1. Remove a:focus outline normalization

    My 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
    necolas committed Jan 16, 2014
  2. Fix figure margin normalization

    All browsers that support `figure` apply margin of `1em 40px`.
    
    Fix gh-262
    necolas committed Jan 16, 2014
  3. Normalize optgroup

    Address Firefox not inheriting `font` properties for `optgroup`.
    
    Fix gh-102
    necolas committed Jan 16, 2014
  4. 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.
    necolas committed Jan 16, 2014

Commits on Jan 15, 2014

  1. Set correct display for progress in IE 8/9

    Set to `inline-block` to match default value in modern browsers.
    
    Fix #253
    Close #254
    necolas committed Jan 15, 2014
  2. Fix font and color inheritance for forms

    Inherit 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
    necolas committed Jan 15, 2014

Commits on Aug 26, 2013

  1. v2.1.3

    necolas committed Aug 26, 2013
  2. Update CHANGELOG

    necolas committed Aug 26, 2013
  3. Fix component.json

    The Component(1) spec was updated to require a `repo` property.
    necolas committed Aug 26, 2013

Commits on Aug 16, 2013

  1. README: change guidance and demphasise v1

    * Recommend that normalize.css is used as library code (i.e., not
      modified).
    
    * Add a note that v1 is no longer actively developed.
    necolas committed Aug 16, 2013

Commits on Jul 2, 2013

  1. Normalize the template element display

    The `template` element shipped in Firefox 22 and Chrome 26. Browsers
    without HTML template support should at least hide the element.
    necolas committed Jul 2, 2013
  2. Fix IE 10 active link background color

    Remove the gray background color from active links in IE 10.
    
    Fix gh-172
    necolas committed Jul 2, 2013

Commits on May 11, 2013

  1. v2.1.2

    necolas committed May 11, 2013

Commits on May 8, 2013

  1. Revert root color and background normalization

    Commit: 9078909
    
    The change caused problems with `body` background color no longer
    bubbling up the the `html` element.
    
    It also prevented you from setting `color` or `background` styles on
    `html` before the normalize.css styles.
    
    It might not be possibly to safely address – within normalize.css –
    the problem that it was trying to avoid.
    
    Fix gh-188
    necolas committed May 8, 2013
  2. Add Bower manifest file

    Ignore files that don't need to be installed.
    necolas committed May 8, 2013

Commits on Apr 22, 2013

  1. Change the Bower website URL

    necolas committed Apr 22, 2013