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