Sha256: 509ed7a8ac85153faeba325b172eccbed2eae0593b167d3478fd108908a63203

Contents?: true

Size: 1005 Bytes

Versions: 3

Compression:

Stored size: 1005 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,
main,
nav,
section,
summary {
    display: block;
}

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

// 1. Correct `inline-block` display not defined in IE 8/9.
// 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.

audio,
canvas,
progress,
video {
    display: inline-block; // 1
    vertical-align: baseline; // 2
}

// 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],
template {
    display: none;
}

Version data entries

3 entries across 2 versions & 2 rubygems

Version Path
sadui-0.0.4 vendor/bundle/ruby/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_html5.scss
sadui-0.0.4 vendor/bundle/ruby/2.1.0/gems/compass-normalize-1.5/stylesheets/normalize/_html5.scss
compass-normalize-1.5 stylesheets/normalize/_html5.scss