DescriptionRemove CURSOR_VISIBILITY, it's always off
This feature was added as -webkit-cursor-visibility: auto-hide which lets
an app control auto hiding the mouse cursor, specifically for full screen mode
and <video> but is not standard and we never turned it on. As implemented I don't
think we want this, it's hard coded at 3 seconds and applies to all video elements
in full screened subtrees which seems like surprising behavior if the video is
a tiny part of the full screen content.
Moreover it seems that https://code.google.com/p/chromium/issues/detail?id=102508
says we don't want this feature and would prefer authors to use script to show
and hide the cursor. I think we may want something declarative eventually, but we
can add the code back when we make that decision.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=149507
Patch Set 1 #Patch Set 2 : Upload again #
Total comments: 1
Patch Set 3 : Fix UseCounter #
Messages
Total messages: 7 (0 generated)
|