diff --git a/docs/tests/procedural-cosmetic-filters.html b/docs/tests/procedural-cosmetic-filters.html index 36da2cda3..4bf84878f 100644 --- a/docs/tests/procedural-cosmetic-filters.html +++ b/docs/tests/procedural-cosmetic-filters.html @@ -47,19 +47,21 @@ .fail::before { content: 'fail'; } - a, b { + .tests a, .tests b { display: none; } - a::before { + .tests a::before { opacity: 0; } - b::after { + .tests b::after { opacity: 0; }

Procedural cosmetic filters

+

Back +

Filters

diff --git a/docs/tests/procedural-html-filters.html b/docs/tests/procedural-html-filters.html index 748cc5a5d..6f2236f5e 100644 --- a/docs/tests/procedural-html-filters.html +++ b/docs/tests/procedural-html-filters.html @@ -47,19 +47,21 @@ .fail::before { content: 'fail'; } - a, b { + .tests a, .tests b { display: none; } - a::before { + .tests a::before { opacity: 0; } - b::after { + .tests b::after { opacity: 0; }

Procedural HTML filters

+

Back +

Filters