Sha256: f381b5283155340bbbd5e26ef0fc57e85aa90f051643ecf3b8ff27cd60683eae

Contents?: true

Size: 895 Bytes

Versions: 1

Compression:

Stored size: 895 Bytes

Contents

@include normalize-version('HTML5 Display Definitions', true);

// =============================================================================
// 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;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
compass-normalize-1.3 stylesheets/normalize-legacy/_html5.scss