diff --git a/normalize.css b/normalize.css index 8b977e1..5e79cf0 100644 --- a/normalize.css +++ b/normalize.css @@ -44,10 +44,12 @@ audio:not([controls]) { } /** - * Address styling not present in IE 8/9. + * Address `[hidden]` styling not present in IE 8/9. + * Hide the `template` element in IE, Safari, and Firefox < 22. */ -[hidden] { +[hidden], +template { display: none; } diff --git a/test.html b/test.html index d7103c4..d610c31 100644 --- a/test.html +++ b/test.html @@ -96,6 +96,12 @@ The var element example
+