mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Add [hidden] attribute normalization
This commit is contained in:
parent
8ae3231cdb
commit
b3796b42b5
14
normalize.css
vendored
14
normalize.css
vendored
@ -1,7 +1,7 @@
|
|||||||
/*! normalize.css 2011-07-20T19:03 UTC · http://github.com/necolas/normalize.css */
|
/*! normalize.css 2011-07-20T19:34 UTC · http://github.com/necolas/normalize.css */
|
||||||
|
|
||||||
/* =============================================================================
|
/* =============================================================================
|
||||||
HTML5 element display
|
HTML5 display definitions
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -41,6 +41,16 @@ audio:not([controls]) {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses styling not present IE6/7/8/9, FF3, S4
|
||||||
|
* Ensures content is hidden from all presentations, including screenreaders
|
||||||
|
*/
|
||||||
|
|
||||||
|
[hidden] {
|
||||||
|
display: none;
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* =============================================================================
|
/* =============================================================================
|
||||||
Base
|
Base
|
||||||
|
Loading…
Reference in New Issue
Block a user