This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After playing around with this behavior a bit more, it turns out that it is not easy to handle the fallback keyword for the user. The CSS syntax allows for a single fallback keyword, but only when url() is used. That means if the user went with a keyword instead (e.g. 'crosshair'), or added their own fallback, we'd set the cursor to a value like 'crosshair, auto' which is invalid and Chrome would ignore it completely. Update the FAQ to note the fallback requirement accordingly. Change-Id: Ibd84eb0456f1c4c06e652808e2f445b83a01225c Reviewed-on: https://chromium-review.googlesource.com/1112565 Reviewed-by: Vitaliy Shipitsyn <[email protected]> Tested-by: Mike Frysinger <[email protected]>
- Loading branch information