LibWeb/CSS: Update syntax comments for a couple of properties

Corresponds to:
3a2ac8d75c
fdc08f79a2

No code changes.
This commit is contained in:
Sam Atkins 2025-12-04 10:31:26 +00:00 committed by Tim Flynn
parent 9b4d9966da
commit 6b46bed970
Notes: github-actions[bot] 2025-12-04 13:38:49 +00:00
2 changed files with 3 additions and 2 deletions

View file

@ -1050,7 +1050,7 @@ RefPtr<StyleValue const> Parser::parse_counter_set_value(TokenStream<ComponentVa
// https://drafts.csswg.org/css-ui-4/#cursor
RefPtr<StyleValue const> Parser::parse_cursor_value(TokenStream<ComponentValue>& tokens)
{
// <cursor-image>#? <cursor-predefined>
// [<cursor-image>,]* <cursor-predefined>
// <cursor-image> = <url> <number>{2}?
// So, any number of custom cursor definitions, and then a mandatory cursor name keyword, all comma-separated.