Skip to content

Commits on Feb 8, 2018

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 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

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