Skip to content

Commit ec330d5

Browse files
committed
Normalize for IE7+\n\nThis commit removes support and documentation references to Internet Explorer 6 from normalize.css
1 parent 0357529 commit ec330d5

File tree

1 file changed

+18
-22
lines changed

1 file changed

+18
-22
lines changed

normalize.css

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
========================================================================== */
66

77
/*
8-
* Corrects block display not defined in IE6/7/8/9 & FF3
8+
* Corrects block display not defined in IE7/8/9 & FF3
99
*/
1010

1111
article,
@@ -23,7 +23,7 @@ summary {
2323
}
2424

2525
/*
26-
* Corrects inline-block display not defined in IE6/7/8/9 & FF3
26+
* Corrects inline-block display not defined in IE7/8/9 & FF3
2727
*/
2828

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

4747
/*
4848
* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
49-
* Known issue: no IE6 support
5049
*/
5150

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

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

8685
/*
87-
* Addresses margins handled incorrectly in IE6/7
86+
* Addresses margins handled incorrectly in IE7
8887
*/
8988

9089
body {
@@ -120,7 +119,7 @@ a:active {
120119
========================================================================== */
121120

122121
/*
123-
* Addresses font sizes and margins set differently in IE6/7
122+
* Addresses font sizes and margins set differently in IE7
124123
* Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
125124
*/
126125

@@ -184,7 +183,7 @@ dfn {
184183
}
185184

186185
/*
187-
* Addresses styling not present in IE6/7/8/9
186+
* Addresses styling not present in IE7/8/9
188187
*/
189188

190189
mark {
@@ -193,7 +192,7 @@ mark {
193192
}
194193

195194
/*
196-
* Addresses margins set differently in IE6/7
195+
* Addresses margins set differently in IE7
197196
*/
198197

199198
p,
@@ -202,7 +201,7 @@ pre {
202201
}
203202

204203
/*
205-
* Corrects font family set oddly in IE6, S4/5, Chrome
204+
* Corrects font family set oddly in S4/5, Chrome
206205
* en.wikipedia.org/wiki/User:Davidgothberg/Test59
207206
*/
208207

@@ -211,7 +210,6 @@ code,
211210
kbd,
212211
samp {
213212
font-family: monospace, serif;
214-
_font-family: 'courier new', monospace;
215213
font-size: 1em;
216214
}
217215

@@ -226,7 +224,7 @@ pre {
226224
}
227225

228226
/*
229-
* 1. Addresses CSS quotes not supported in IE6/7
227+
* 1. Addresses CSS quotes not supported in IE7
230228
* 2. Addresses quote property not supported in S4
231229
*/
232230

@@ -275,7 +273,7 @@ sub {
275273
========================================================================== */
276274

277275
/*
278-
* Addresses margins set differently in IE6/7
276+
* Addresses margins set differently in IE7
279277
*/
280278

281279
dl,
@@ -290,7 +288,7 @@ dd {
290288
}
291289

292290
/*
293-
* Addresses paddings set differently in IE6/7
291+
* Addresses paddings set differently in IE7
294292
*/
295293

296294
menu,
@@ -315,7 +313,7 @@ nav ol {
315313
========================================================================== */
316314

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

341339
/*
342-
* Addresses margin not present in IE6/7/8/9, S5, O11
340+
* Addresses margin not present in IE7/8/9, S5, O11
343341
*/
344342

345343
figure {
@@ -352,7 +350,7 @@ figure {
352350
========================================================================== */
353351

354352
/*
355-
* Corrects margin displayed oddly in IE6/7
353+
* Corrects margin displayed oddly in IE7
356354
*/
357355

358356
form {
@@ -370,9 +368,9 @@ fieldset {
370368
}
371369

372370
/*
373-
* 1. Corrects color not being inherited in IE6/7/8/9
371+
* 1. Corrects color not being inherited in IE7/8/9
374372
* 2. Corrects text not wrapping in FF3
375-
* 3. Corrects alignment displayed oddly in IE6/7
373+
* 3. Corrects alignment displayed oddly in IE7
376374
*/
377375

378376
legend {
@@ -384,7 +382,7 @@ legend {
384382

385383
/*
386384
* 1. Corrects font size not being inherited in all browsers
387-
* 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
385+
* 2. Addresses margins set differently in IE7, FF3+, S5, Chrome
388386
* 3. Improves appearance and consistency in all browsers
389387
*/
390388

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

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

442438
input[type="checkbox"],
@@ -480,7 +476,7 @@ input::-moz-focus-inner {
480476
}
481477

482478
/*
483-
* 1. Removes default vertical scrollbar in IE6/7/8/9
479+
* 1. Removes default vertical scrollbar in IE7/8/9
484480
* 2. Improves readability and alignment in all browsers
485481
*/
486482

0 commit comments

Comments
 (0)