:has psudo-class syntax detected as error
I have added the following rule in my CSS file:
.wpb-content-wrapper:has(.firmaPost) {
width: 100%;
max-width: 600px;
}The first line gets highlighted in red and this error is detected by DW:
Exptected RPAREN at line...
However, according to W3 Schools, the syntax is correct.
Why is the error shown?
