Re: [csswg-drafts] [css-ui-3] auto cursor should behaves as default cursor except for text?

I test the "cursor:auto" behavior with this page: [http://output.jsbin.com/yixetov](http://output.jsbin.com/yixetov)
Currently, When setting "cursor: auto"
Chrome, Edge and Safari have same behavior. 
Firefox doesn't have pointer cursor when over link, but has text cursor when over text area.  
Is the desired behavior what Firefox does?

(In Mozilla's page: [https://developer.mozilla.org/en/docs/Web/CSS/cursor](https://developer.mozilla.org/en/docs/Web/CSS/cursor), they use "E.g." instead of "specifically". )

Also, when there is text inside textarea, one html element will have two types of cursor. It seems weird.


-- 
GitHub Notification of comment by EiraGe
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1598#issuecomment-316103660 using your GitHub account

Received on Tuesday, 18 July 2017 15:36:27 UTC