CSS Custom Properties (variables) cannot be validated at parse time, because the final value depends on the cascade. The fallback syntax also doesn't help us. We only get the fallback if the variable is undefined. Instead, this variable is Invalid at Computed Value Time, and we fallback to the inherited value.