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

Add hairline test. #1769

Merged
merged 1 commit into from
Nov 26, 2015
Merged

Add hairline test. #1769

merged 1 commit into from
Nov 26, 2015

Conversation

strarsis
Copy link
Contributor

@strarsis strarsis commented Nov 24, 2015

This PR adds a test for CSS hairlines support in the browser.
I also found this blog post very useful for explaining CSS hairlines
and how to test for support (test is derived from it): http://dieulot.net/css-retina-hairline

@@ -65,6 +65,7 @@ window.caniusecb = function(caniuse) {
geolocation: 'geolocation',
getrandomvalues: 'getrandomvalues',
getusermedia: 'stream',
hairline: 'hairline',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not seeing this on caniuse - can you remove unlessI am missing something

@patrickkettner
Copy link
Member

couple of small nits, then lgtm. After you are done, could you rebase down to a single commit? Thanks!

@strarsis
Copy link
Contributor Author

strarsis commented Nov 26, 2015

Fixed + squashed.

patrickkettner added a commit that referenced this pull request Nov 26, 2015
@patrickkettner patrickkettner merged commit ece4566 into Modernizr:master Nov 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants