Skip to content

Conversation

@cdoublev
Copy link
Collaborator

@cdoublev cdoublev commented Nov 10, 2023

Fixes #8384.

  • defines toggle() in a production rule
  • removes the trailing semicolon in random() production
  • replaces <any-value> ; .../<declaration-value> ; ... with <declaration-value>? ; ... since <any-value> eats semicolons, and custom properties accept empty inputs

Copy link
Member

@tabatkins tabatkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+ after the first-valid() change is reverted

- defines toggle() in a production rule
- removes extra semicolon in random() production
- replaces "<any-value> ; ..." with "<declaration-value> ; ..." (<any-value> eats semicolons)
@w3cbot
Copy link

w3cbot commented Nov 13, 2023

svgeesus marked as non substantive for IPR from ash-nazg.

@tabatkins tabatkins merged commit 280064d into w3c:main Nov 13, 2023
@cdoublev cdoublev deleted the patch-5 branch November 21, 2023 04:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[css-values-5] Minor problems on toggle() and random-*() productions

3 participants