Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't test for prefixed support. #132

Closed
wants to merge 1 commit into from

Commits on Feb 17, 2016

  1. Don't test for prefixed support.

    This patch removes the tests for prefixed support so that only support
    for unprefixed implementation of the features is tested.
    
    I realize it's not obvious that this change is the right thing to do,
    but I think that given current thoughts on prefixing and its influence
    on the Web, I think this change is worth considering.
    
    Widespread browser support for prefixed CSS has led to large amounts of
    browser-specific CSS on the Web; promoting support for unprefixed CSS
    helps encourage browsers to behave in a way that encourages
    cross-browser content on the Web.
    dbaron committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    55acda2 View commit details
    Browse the repository at this point in the history