From b5397be601bbf0fda71f5ef418b4b6e979fec75a Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 22 Jun 2019 10:19:36 -0400 Subject: [PATCH] Add link to parent page --- docs/tests/procedural-cosmetic-filters.html | 8 +++++--- docs/tests/procedural-html-filters.html | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) 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