25
25
26
26
/**
27
27
* Correct `block` display not defined in IE 8/9.
28
+ * Correct `block` display missing from `summary` in IE and Firefox.
28
29
*/
29
30
30
31
article ,
@@ -66,7 +67,7 @@ audio:not([controls]) {
66
67
}
67
68
68
69
/**
69
- * Address `[hidden]` styling not present in IE 8/9.
70
+ * Address `[hidden]` styling not present in IE 8/9/10 .
70
71
* Hide the `template` element in IE, Safari, and Firefox < 22.
71
72
*/
72
73
@@ -99,7 +100,7 @@ a:hover {
99
100
========================================================================== */
100
101
101
102
/**
102
- * Address styling not present in IE 8/9 , Safari 5, and Chrome.
103
+ * Address styling not present in IE, Safari 5, and Chrome.
103
104
*/
104
105
105
106
abbr [title ] {
@@ -174,15 +175,15 @@ sub {
174
175
========================================================================== */
175
176
176
177
/**
177
- * Remove border when inside `a` element in IE 8/9.
178
+ * Remove border when inside `a` element in IE 8/9/10 .
178
179
*/
179
180
180
181
img {
181
182
border : 0 ;
182
183
}
183
184
184
185
/**
185
- * Correct overflow displayed oddly in IE 9 .
186
+ * Correct overflow displayed in IE.
186
187
*/
187
188
188
189
svg : not (: root ) {
@@ -256,7 +257,7 @@ textarea {
256
257
}
257
258
258
259
/**
259
- * Address `overflow` set to `hidden` in IE 8/9/10 .
260
+ * Address `overflow` set to `hidden` in IE.
260
261
*/
261
262
262
263
button {
@@ -266,7 +267,7 @@ button {
266
267
/**
267
268
* Address inconsistent `text-transform` inheritance for `button` and `select`.
268
269
* 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.
270
271
* Correct `select` style inheritance in Firefox.
271
272
*/
272
273
@@ -379,7 +380,7 @@ fieldset {
379
380
}
380
381
381
382
/**
382
- * 1. Correct `color` not being inherited in IE 8/9 .
383
+ * 1. Correct `color` not being inherited in IE.
383
384
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
384
385
*/
385
386
@@ -389,7 +390,7 @@ legend {
389
390
}
390
391
391
392
/**
392
- * Remove default vertical scrollbar in IE 8/9 .
393
+ * Remove default vertical scrollbar in IE.
393
394
*/
394
395
395
396
textarea {
0 commit comments