为什么 Chrome 需要 CSS 游标的 -webkit- 前缀?

Why does Chrome require the -webkit- prefix for CSS cursors?

光标规范很旧。我是否遗漏了一些我应该在 CSS 中考虑的游标,而不仅仅是在游标值前面加上前缀?

编辑: 我特别指的是 "grab" 属性 和其他类似的,它们需要“-webkit-grab”。对困惑感到抱歉。

不是,你可以在Chrome中使用cursor就好了。

完全支持所有浏览器 - http://www.w3schools.com/cssref/pr_class_cursor.asp

grab 值为 new to css-ui-3. This was during a time when anything that was new and experimental came in the form of vendor prefixes, including values. I'm not sure why Chrome hasn't still unprefixed it yet considering Firefox 27, released two and a half years ago,现在支持不带前缀的值。 Microsoft Edge 也支持无前缀,但 Internet Explorer 不支持。