Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove height from
audio:not([controls])
in iOS5
A bug in iOS5 means that `audio` elements without controls are not entirely hidden. They retain some height, as demonstrated in this test case: http://jsbin.com/ios-audio-bug/3 The fix is to add `height: 0` to the rule. Fix necolas#69
- Loading branch information