使用Firebug,为什么是第一行

前端之家收集整理的这篇文章主要介绍了使用Firebug,为什么是第一行前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我想查看其他人如何对他们的网站进行编码,但却试图理解这样做:
<html class="js flexBox flexBoxlegacy canvas canvastext webgl no-touch geolocation postmessage no-websqldatabase indexeddb hashchange
             history draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage borderradius Boxshadow textshadow opacity
             cssanimations csscolumns cssgradients no-cssreflections csstransforms csstransforms3d csstransitions fontface generatedcontent
             video audio localstorage sessionstorage webworkers applicationcache svg inlinesvg smil svgclippaths"
      lang="en" style="">

这是什么目的,有人可以向我解释一下吗?

解决方法

因为他们使用的是 modernizr

Modernizr检测支持功能以及浏览器不支持功能.在响应它时附加不同的HTML元素类.然后可以编写哪些修复跨浏览器兼容性问题.

如< html>它是文档入口点或主容器,它为HTML标记添加了类.

Similar Question

原文链接:https://www.f2er.com/html/242686.html

猜你在找的HTML相关文章