Merge pull request #514 from hudochenkov/audio-ios

Specify browsers for displaying `audio` without controls issue
This commit is contained in:
Jonathan Neal 2016-02-15 15:11:53 -05:00
commit 128ecd8cc4

3
normalize.css vendored
View File

@ -59,8 +59,7 @@ video {
} }
/** /**
* Prevent modern browsers from displaying `audio` without controls. * Prevent displaying `audio` without controls in Mobile Safari 4/5/6/7.
* Remove excess height in iOS 5 devices.
*/ */
audio:not([controls]) { audio:not([controls]) {