Skip to content

Commit 8e220f5

Browse files
committed
Update code comments for IE 10/11. necolas#299
1 parent 6ec1a10 commit 8e220f5

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

normalize.css

+9-8
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ body {
2525

2626
/**
2727
* Correct `block` display not defined in IE 8/9.
28+
* Correct `block` display missing from `summary` in IE and Firefox.
2829
*/
2930

3031
article,
@@ -66,7 +67,7 @@ audio:not([controls]) {
6667
}
6768

6869
/**
69-
* Address `[hidden]` styling not present in IE 8/9.
70+
* Address `[hidden]` styling not present in IE 8/9/10.
7071
* Hide the `template` element in IE, Safari, and Firefox < 22.
7172
*/
7273

@@ -99,7 +100,7 @@ a:hover {
99100
========================================================================== */
100101

101102
/**
102-
* Address styling not present in IE 8/9, Safari 5, and Chrome.
103+
* Address styling not present in IE, Safari 5, and Chrome.
103104
*/
104105

105106
abbr[title] {
@@ -174,15 +175,15 @@ sub {
174175
========================================================================== */
175176

176177
/**
177-
* Remove border when inside `a` element in IE 8/9.
178+
* Remove border when inside `a` element in IE 8/9/10.
178179
*/
179180

180181
img {
181182
border: 0;
182183
}
183184

184185
/**
185-
* Correct overflow displayed oddly in IE 9.
186+
* Correct overflow displayed in IE.
186187
*/
187188

188189
svg:not(:root) {
@@ -256,7 +257,7 @@ textarea {
256257
}
257258

258259
/**
259-
* Address `overflow` set to `hidden` in IE 8/9/10.
260+
* Address `overflow` set to `hidden` in IE.
260261
*/
261262

262263
button {
@@ -266,7 +267,7 @@ button {
266267
/**
267268
* Address inconsistent `text-transform` inheritance for `button` and `select`.
268269
* All other form control elements do not inherit `text-transform` values.
269-
* Correct `button` style inheritance in Firefox, IE 8+, and Opera
270+
* Correct `button` style inheritance in Firefox, IE, and Opera.
270271
* Correct `select` style inheritance in Firefox.
271272
*/
272273

@@ -379,7 +380,7 @@ fieldset {
379380
}
380381

381382
/**
382-
* 1. Correct `color` not being inherited in IE 8/9.
383+
* 1. Correct `color` not being inherited in IE.
383384
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
384385
*/
385386

@@ -389,7 +390,7 @@ legend {
389390
}
390391

391392
/**
392-
* Remove default vertical scrollbar in IE 8/9.
393+
* Remove default vertical scrollbar in IE.
393394
*/
394395

395396
textarea {

0 commit comments

Comments
 (0)