Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up@supports test #648
@supports test #648
Comments
|
SGTM. can you doublecheck the webkit patch to make sure it adds this item to the |
|
I'm making an assumption and it's not clear in the patch (though it looks like the CSSGrammar.y file might be responsible for that?) if it is in there but they do expose every other At-Rule on the window object. I got the latest nightly for windows and it's not in there yet. |
|
Well, I'm not sure about webkit either. It doesnt look like it exposes this, but it certainly should.. GOod to go for now and we'll keep an eye on this |
|
Just for reference there is talk on the www-style mailing list of introducing a CSS global where things like
I'll push the current detect real soon. |
URL to Modernizr#648 fixed
Breaking this out of the @Viewport test #604.
http://jsfiddle.net/ryanseddon/zusu5/2/
Really easy detect by looking for
"CSSSupportsRule" in window. I think that's good enough to push a plugin now.Objections?