Closed
Description
Checking the following using the online validator: https://jigsaw.w3.org/css-validator/#validate_by_input
@namespace svg url(http://www.w3.org/2000/svg);
/* This matches all SVG <a> elements */
svg|a {
}
It shows an error, even if the CSS is correct.