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] 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 192eb9c..ed9c4de 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 615b083..25a9696 100644
--- a/test.html
+++ b/test.html
@@ -142,6 +142,7 @@
This should be hidden
+This is not display none
a