Transferring this issue here, because it seems to still be present:
GoogleChromeLabs/critters#153
My issue is this valid code:
:-webkit-any(a, button, select, textarea, input, label) {
...
}
Causes rules skipped due to selector errors, even though selector is valid and it's the only way to use :is(...) for Safari 13 and below.