mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Normalize the template
element display
The `template` element shipped in Firefox 22 and Chrome 26. Browsers without HTML template support should at least hide the element.
This commit is contained in:
parent
37b483c1e1
commit
77982e20d8
6
normalize.css
vendored
6
normalize.css
vendored
@ -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;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user