Sha256: d7fab4515862fd7abe0a8e1b13a158d2c4220c95fb222b908aa50d3c328d5e29

Contents?: true

Size: 797 Bytes

Versions: 1

Compression:

Stored size: 797 Bytes

Contents

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

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

// Corrects `block` display not defined in IE 8/9.

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

// Corrects `inline-block` display not defined in IE 8/9.

audio,
canvas,
video {
    display: inline-block;
}

// Prevents modern browsers from displaying `audio` without controls.
// Remove excess height in iOS 5 devices.

audio:not([controls]) {
    display: none;
    height: 0;
}

// Addresses styling for `hidden` attribute not present in IE 8/9.

[hidden] {
    display: none;
}

Version data entries

1 entries across 1 versions & 1 rubygems

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