diff --git a/normalize.css b/normalize.css index 192eb9ce4..4e22a4cc5 100644 --- a/normalize.css +++ b/normalize.css @@ -342,8 +342,13 @@ template { /** * Add the correct display in IE 10. + * Except `hidden="until-found"` because `content-visibility: hidden` is applied. */ [hidden] { display: none; } + +[hidden="until-found"] { + display: revert; +} 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