我有一个来自 jquery 插件的 css 文件。在文件中我找到了这个 css,但验证器没有验证它。谁能解释这种类型的 css 的用途是什么,以及是否有任何替代方案?
div.rateit
{
display: -moz-inline-box;
display: inline-block;
position: relative;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
-webkit-touch-callout: none;
}