Re: [csswg-drafts] [css-properties-values-api-1] Allow @property syntax checking to work with fallback value (#8751)

> And I don't really understand what you are proposing.

Currently, once you specify `@property` for a custom property, you can no longer use a fallback value because `@property` mandates an `initial-value` if you define a syntax other than `syntax: "*"`.

The `initial-value` takes over the functionality of the fallback value.

This leaves two gaps in functionality:

1. You can no longer use different fallback values for the same custom property, because the `initial-value` is defined once globally.
2. You can no longer use custom property within the fallback (initial-value) of another custom property, because `@property` does not support it.

-- 
GitHub Notification of comment by miragecraft
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8751#issuecomment-1546969363 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 14 May 2023 18:27:31 UTC