扫一扫分享
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;
}仅供个人学习参考/导航指引使用,具体请以第三方网站说明为准,本站不提供任何专业建议。如果地址失效或描述有误,请联系站长反馈~感谢您的理解与支持!
手机预览