From ccdb16139a7b070385e9f8833e5c337d7eab9957 Mon Sep 17 00:00:00 2001 From: yamanoku <0910yama@gmail.com> Date: Thu, 24 Mar 2022 10:34:42 +0900 Subject: [PATCH 1/2] ignore: hidden value until-found --- normalize.css | 3 ++- test.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/normalize.css b/normalize.css index 192eb9ce4..ed9c4de84 100644 --- a/normalize.css +++ b/normalize.css @@ -342,8 +342,9 @@ template { /** * Add the correct display in IE 10. + * Except `hidden="until-found"` because `content-visibility: hidden` is applied. */ -[hidden] { +[hidden]:not([hidden="until-found"]) { display: none; } diff --git a/test.html b/test.html index 615b08326..25a9696d7 100644 --- a/test.html +++ b/test.html @@ -142,6 +142,7 @@
This should be hidden
+This is not display none
a