Sha256: 154768b0663b6e3b407e0f3cc47da1c460d3093a6685772da9f3aa7c42026a0a

Contents?: true

Size: 1.06 KB

Versions: 2

Compression:

Stored size: 1.06 KB

Contents

// =============================================================================
// HTML5 display definitions
// ========================================================================== */


// Corrects block display not defined in IE6/7/8/9 & FF3

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

// Corrects inline-block display not defined in IE6/7/8/9 & FF3

audio,
canvas,
video {
    display: inline-block;
    *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;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
compass-normalize-1.1.2 stylesheets/normalize/html5.scss
compass-normalize-1.1.1 stylesheets/normalize/html5.scss