Bug report: Validator removes + in :nth-child() Selector

The CSS div:nth-child(n+6){
display: none;} is validated as
div:nth-child(n 6) {
display : none;
}

Received on Thursday, 8 April 2021 20:53:32 UTC