Summary: | [iOS, iPadOS, visionOS] Add CSS Cursor Support | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jeffrey Blanz <possum.bracing0v> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Enhancement | CC: | possum.bracing0v, thorton, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | All | ||
OS: | All |
Description
Jeffrey Blanz
2024-05-09 09:17:37 PDT
Combining the following bug reports into one: - Add CSS Cursor Grab & Grabbing values to iPhones: https://bugs.webkit.org/show_bug.cgi?id=273950 - Add CSS Cursor "Zoom in" and "Zoom out" to iPhones: https://bugs.webkit.org/show_bug.cgi?id=273947 _______________________________________ CSS Cursor only supports the text value on iPadOS. I do not know what visionOS supports, although it is likely the same. I need to test iOS, but it may not even support the text value. This is a demo. You will see only the text value changes the cursor: https://www.w3schools.com/cssref/playit.php?filename=playcss_cursor&preval=zoom-out Here is a good list of the values that need supported from Mozilla: https://developer.mozilla.org/en-US/docs/Web/CSS/cursor Closing this because I am realizing this is not a WebKit issue. Throughout all of iPadOS the cursor only has two properties - Normal and text. This would need to be an iPadOS software change. Apple Feedback ID: FB14045991 |