The validator claims a "Parse Error" at the word after in the following (perfectly working) CSS rule:
a[href]:where(
[href^="https://"],
[href^="http://"],
):after {
content: url('open-external-link-icon.svg');
display: inline-block;
width:1.2ex;
margin-left:.3ex;
}
The validator claims a "Parse Error" at the word
afterin the following (perfectly working) CSS rule: