html根元素的css类?

时间:2011-05-25 17:21:38

标签: javascript html css

我通过Google Developer Tools找到了此代码:

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" class=" js canvas canvastext geolocation crosswindowmessaging websqldatabase no-indexeddb hashchange historymanagement draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions  video audio localstorage sessionstorage webworkers applicationcache svg smil svgclippaths no-opera no-mozilla webkit   fontface">
    </html>

此代码通过html源代码:

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> </html>

显然这些类是用Javascript生成的。 但为什么?为什么html根元素的css类很多?

1 个答案:

答案 0 :(得分:14)

这些由Modernizr生成,用于识别用户浏览器可用的功能。