You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I realize this issue has been raised before, but they appear to be locked to collaborators and lack any recent updates, so I hope it's alright that I post this anew)
Has there been any progress on this? I've seen this issue being raised periodically over most of the past decade, but I tried using the WC3 CSS Validation Service on my CSS and was flooded with a plethora of non-errors resulting from the validator's apparent inability to play nice with CSS variables.
First three reported errors:
The relevant lines of CSS referenced in the above excerpt:
I've been using CSS variables for years now, and I don't quite understand how a validator can be relevant for anything but the simplest applications of CSS without at least some acknowledgment of the existence of custom CSS variables?
The text was updated successfully, but these errors were encountered:
(I realize this issue has been raised before, but they appear to be locked to collaborators and lack any recent updates, so I hope it's alright that I post this anew)
Has there been any progress on this? I've seen this issue being raised periodically over most of the past decade, but I tried using the WC3 CSS Validation Service on my CSS and was flooded with a plethora of non-errors resulting from the validator's apparent inability to play nice with CSS variables.
First three reported errors:
The relevant lines of CSS referenced in the above excerpt:
background-image: radial-gradient(var(--dotBright), var(--dotDark));
--bgH2: linear-gradient(270deg, var(--accentUp2), var(--accentUp4), var(--accentUp2));
--maxHeightInput: calc(var(--lineHeightBody) * 1.2);
I've been using CSS variables for years now, and I don't quite understand how a validator can be relevant for anything but the simplest applications of CSS without at least some acknowledgment of the existence of custom CSS variables?
The text was updated successfully, but these errors were encountered: