Skip to content

Commit

Permalink
Normalize for IE7+\n\nThis commit removes support and documentation r…
Browse files Browse the repository at this point in the history
…eferences to Internet Explorer 6 from normalize.css
  • Loading branch information
jonathantneal committed Apr 16, 2012
1 parent 0357529 commit ec330d5
Showing 1 changed file with 18 additions and 22 deletions.
40 changes: 18 additions & 22 deletions normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
========================================================================== */

/*
* Corrects block display not defined in IE6/7/8/9 & FF3
* Corrects block display not defined in IE7/8/9 & FF3
*/

article,
Expand All @@ -23,7 +23,7 @@ summary {
}

/*
* Corrects inline-block display not defined in IE6/7/8/9 & FF3
* Corrects inline-block display not defined in IE7/8/9 & FF3
*/

audio,
Expand All @@ -46,7 +46,6 @@ audio:not([controls]) {

/*
* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
* Known issue: no IE6 support
*/

[hidden] {
Expand All @@ -59,7 +58,7 @@ audio:not([controls]) {
========================================================================== */

/*
* 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
* 1. Corrects text resizing oddly in IE7 when body font-size is set using em units
* http://clagnut.com/blog/348/#c790
* 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
Expand All @@ -84,7 +83,7 @@ textarea {
}

/*
* Addresses margins handled incorrectly in IE6/7
* Addresses margins handled incorrectly in IE7
*/

body {
Expand Down Expand Up @@ -120,7 +119,7 @@ a:active {
========================================================================== */

/*
* Addresses font sizes and margins set differently in IE6/7
* Addresses font sizes and margins set differently in IE7
* Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
*/

Expand Down Expand Up @@ -184,7 +183,7 @@ dfn {
}

/*
* Addresses styling not present in IE6/7/8/9
* Addresses styling not present in IE7/8/9
*/

mark {
Expand All @@ -193,7 +192,7 @@ mark {
}

/*
* Addresses margins set differently in IE6/7
* Addresses margins set differently in IE7
*/

p,
Expand All @@ -202,7 +201,7 @@ pre {
}

/*
* Corrects font family set oddly in IE6, S4/5, Chrome
* Corrects font family set oddly in S4/5, Chrome
* en.wikipedia.org/wiki/User:Davidgothberg/Test59
*/

Expand All @@ -211,7 +210,6 @@ code,
kbd,
samp {
font-family: monospace, serif;
_font-family: 'courier new', monospace;
font-size: 1em;
}

Expand All @@ -226,7 +224,7 @@ pre {
}

/*
* 1. Addresses CSS quotes not supported in IE6/7
* 1. Addresses CSS quotes not supported in IE7
* 2. Addresses quote property not supported in S4
*/

Expand Down Expand Up @@ -275,7 +273,7 @@ sub {
========================================================================== */

/*
* Addresses margins set differently in IE6/7
* Addresses margins set differently in IE7
*/

dl,
Expand All @@ -290,7 +288,7 @@ dd {
}

/*
* Addresses paddings set differently in IE6/7
* Addresses paddings set differently in IE7
*/

menu,
Expand All @@ -315,7 +313,7 @@ nav ol {
========================================================================== */

/*
* 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
* 1. Removes border when inside 'a' element in IE7/8/9, FF3
* 2. Improves image quality when scaled in IE7
* code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
*/
Expand All @@ -339,7 +337,7 @@ svg:not(:root) {
========================================================================== */

/*
* Addresses margin not present in IE6/7/8/9, S5, O11
* Addresses margin not present in IE7/8/9, S5, O11
*/

figure {
Expand All @@ -352,7 +350,7 @@ figure {
========================================================================== */

/*
* Corrects margin displayed oddly in IE6/7
* Corrects margin displayed oddly in IE7
*/

form {
Expand All @@ -370,9 +368,9 @@ fieldset {
}

/*
* 1. Corrects color not being inherited in IE6/7/8/9
* 1. Corrects color not being inherited in IE7/8/9
* 2. Corrects text not wrapping in FF3
* 3. Corrects alignment displayed oddly in IE6/7
* 3. Corrects alignment displayed oddly in IE7
*/

legend {
Expand All @@ -384,7 +382,7 @@ legend {

/*
* 1. Corrects font size not being inherited in all browsers
* 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
* 2. Addresses margins set differently in IE7, FF3+, S5, Chrome
* 3. Improves appearance and consistency in all browsers
*/

Expand All @@ -411,7 +409,6 @@ input {
* 1. Improves usability and consistency of cursor style between image-type 'input' and others
* 2. Corrects inability to style clickable 'input' types in iOS
* 3. Removes inner spacing in IE7 without affecting normal text inputs
* Known issue: inner spacing remains in IE6
*/

button,
Expand All @@ -436,7 +433,6 @@ input[disabled] {
* 1. Addresses box sizing set to content-box in IE8/9
* 2. Removes excess padding in IE8/9
* 3. Removes excess padding in IE7
Known issue: excess padding remains in IE6
*/

input[type="checkbox"],
Expand Down Expand Up @@ -480,7 +476,7 @@ input::-moz-focus-inner {
}

/*
* 1. Removes default vertical scrollbar in IE6/7/8/9
* 1. Removes default vertical scrollbar in IE7/8/9
* 2. Improves readability and alignment in all browsers
*/

Expand Down

0 comments on commit ec330d5

Please sign in to comment.