扫一扫分享
css3test用于测试浏览器对CSS3 的支持度。目前各个浏览器对CSS3 的支持效果不一样,其中IE系的浏览器支持效果最差。
var dummy = document.createElement('_'),
inline = dummy.style;
if(testProperty in inline) {
return true;
}
try {
document.querySelector(prefixed);
}catch (e) {}
var matches = matchMedia(test);
return matches.media !== 'invalid' && matches.matches;
var style = document.createElement('style');
style.textContent = '@keyframes foo{}'; // Safari 4 has issues with style.innerhtml
if(style.sheet.cssRules.length > 0) {
return _.atrule.cached[atrule] = prefixed;
}
手机预览