Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up@supports test #648
Comments
This comment has been minimized.
This comment has been minimized.
|
SGTM. can you doublecheck the webkit patch to make sure it adds this item to the |
This comment has been minimized.
This comment has been minimized.
|
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. |
This comment has been minimized.
This comment has been minimized.
|
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 |
This comment has been minimized.
This comment has been minimized.
|
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. |
ryanseddon commentedAug 7, 2012
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?