Procedural cosmetic filters
Back
Filters
Tests
    
     .fail:has(:scope + a > b)
     
    
     .fail:has(:is(.pass a > b))
     
    
     .fail:has-text(/NEEDLE/i)
     
    
     .fail:not(:has-text(haystack))
     
    
     .fail:matches-css(position: absolute)
     
    
     .fail:has(a:matches-css-before(opacity: 0))
     
    
     .fail:has(b:matches-css-after(opacity: 0))
     
    
     .fail > a > b:nth-ancestor(2)
     
    
     .fail:min-text-length(300)
     
    
     .pass > a:has(b) + .fail:has(b)
     
    
     .pass:watch-attr(class) > .fail:has(b.notok)
    
     
    
     b:upward(.fail):style(visibility: hidden !important)