Procedural cosmetic filters

Back

Filters

Tests

.fail:has(b)
.fail:has(> a > b)
.fail:has(+ a > b)
.fail:has(:scope + a > b)
.fail:has(:is(.pass a > b))
.fail:not(:has(c))
.fail:has-text(needle)
.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)
:xpath(.//b/../..)
.fail:min-text-length(300)
.pass > a:has(b) + .fail
.pass > a:has(b) + .fail:has(b)
.pass:watch-attr(class) > .fail:has(b.notok)
.fail:has(+ a)
.fail:has(~ a:has(b))
.fail:remove()
b:upward(2)
b:upward(.fail)
b:upward(.fail):style(visibility: hidden !important)