LibWeb/CSS: Update definition for cursor property

No functional changes. The main difference is renaming the cursor enum
to match the spec term `<cursor-predefined>`, which is a bit more
verbose but clearer in meaning.

Corresponds to 1a57a4025c
This commit is contained in:
Sam Atkins
2025-07-09 10:39:22 +01:00
committed by Jelle Raaijmakers
parent c3e470569e
commit 0809eacd97
Notes: github-actions[bot] 2025-07-09 11:22:44 +00:00
6 changed files with 51 additions and 49 deletions

View File

@@ -150,7 +150,7 @@
"anonymous",
"use-credentials"
],
"cursor": [
"cursor-predefined": [
"auto",
"default",
"none",