Why do no user-agents implement the CSS cursor style for video elements
问题 I'm trying to figure out if it is possible to change the CSS property for cursor on a default HTML5 video element. So far, my testing has concluded: No user-agents (browsers) implement cursor: pointer by default. So you are left with the normal OS arrow/control indicator When you attempt to set cursor: pointer , the user-agents will change the cursor ONLY when the cursor is not over clickable elements within the video element... ie: play, pause, seek, mute, fullscreen. This seems to be