Skip to content

Commit

Permalink
Add [hidden] attribute normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Jul 20, 2011
1 parent 8ae3231 commit b3796b4
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions normalize.css
Original file line number Diff line number Diff line change
@@ -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
========================================================================== */

/*
Expand Down Expand Up @@ -41,6 +41,16 @@ audio:not([controls]) {
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
Expand Down

0 comments on commit b3796b4

Please sign in to comment.