Skip to content

Commits on Feb 8, 2018

  1. Remove the font-size test on html tag

    Remove test: "should have sans-serif font family" in html section.
    The font-size declaration in html tag was removed and this test fails.
    ismamz authored and necolas committed Feb 8, 2018

Commits on Aug 8, 2016

Commits on Jun 30, 2016

  1. 4.2.0

    Jonathan Neal committed Jun 30, 2016

Commits on Apr 12, 2016

  1. 4.1.0 (#576)

    Jonathan Neal committed Apr 12, 2016

Commits on Mar 19, 2016

  1. Update documentation and tests

    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

Commits on Mar 18, 2016

  1. Remove opinionated pre overflow

    Jonathan Neal committed Mar 18, 2016
  2. 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. Remove unnecessary input line-height

    Jonathan Neal committed Mar 17, 2016

Commits on Jan 22, 2016

  1. Remove unnecessary color inheritance test now that it has been remove…

    …d from form elements.
    Dominic Magnifico committed Jan 22, 2016

Commits on Jan 21, 2016

  1. Remove box-sizing for input[type="search"]

    This normalizes the CSS to what the suggested default browser CSS should
    be, which is now implemented in IE11, Edge, Blink, WebKit and Gecko (for
    the latter, see https://www.w3.org/Bugs/Public/show_bug.cgi?id=28784)
    
    References twbs/bootstrap#17379
    
    Closes #471
    patrickhlauke authored and necolas committed Jan 21, 2016

Commits on Oct 4, 2014

  1. Add 'menu' to tests

    necolas committed Oct 4, 2014

Commits on Mar 27, 2014

  1. Fix indentation

    necolas committed Mar 27, 2014

Commits on Jan 27, 2014

Commits on Jan 26, 2014

  1. Fix textarea test title

    necolas committed Jan 26, 2014
  2. Update CHANGELOG

    necolas committed Jan 26, 2014
  3. 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

Commits on Jan 24, 2014

Commits on Jan 16, 2014

Commits on Jan 15, 2014

  1. 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
  2. Fix fieldset width in Chrome and Firefox

    Fixes an issue in Firefox [1] and Chrome [2]. The implicit width of
    `fieldset` can be determined by the width of descendants rather than the
    parent container. This change (adding `min-width:0`) makes the
    `fieldset` behave like a `div` in this regard.
    
    [1] https://bugzilla.mozilla.org/show_bug.cgi?id=504622
    [2] http://stackoverflow.com/questions/8084343/google-chrome-fieldset-overflow-bug
    
    Close #272
    thoppe authored and necolas committed Jan 15, 2014

Commits on Aug 25, 2013

  1. Fix incorrect closing tag in test.html

    rdela authored and necolas committed Aug 25, 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

Commits on Jan 20, 2013

  1. Add hr test

    necolas committed Jan 20, 2013

Commits on Aug 19, 2012

  1. Minor change to test file

    Switch from placekitten.com to lorempixel.com for placeholder images.
    necolas committed Aug 19, 2012

Commits on Aug 14, 2012

  1. Rename demo.html to test.html

    necolas committed Aug 14, 2012