stylesheets/normalize/html5.scss in compass-normalize-1.0 vs stylesheets/normalize/html5.scss in compass-normalize-1.1
- old
+ new
@@ -1,9 +1,10 @@
-// ============================================================================
+// =============================================================================
// HTML5 display definitions
-// ============================================================================
+// ========================================================================== */
+
// Corrects block display not defined in IE6/7/8/9 & FF3
article,
aside,
details,
@@ -11,11 +12,12 @@
figure,
footer,
header,
hgroup,
nav,
-section {
+section,
+summary {
display: block;
}
// Corrects inline-block display not defined in IE6/7/8/9 & FF3
@@ -26,27 +28,18 @@
*display: inline;
*zoom: 1;
}
// Prevents modern browsers from displaying 'audio' without controls
+// Remove excess height in iOS5 devices
audio:not([controls]) {
display: none;
+ height: 0;
}
// Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
// Known issue: no IE6 support
[hidden] {
display: none;
-}
-
-
-// ============================================================================
-// Figures
-// ============================================================================
-
-// Addresses margin not present in IE6/7/8/9, S5, O11
-
-figure {
- margin: 0;
}
\ No newline at end of file