Skip to content

Commit bb3a130

Browse files
committed
More accurate comments
Fix #299 Fix #292 Fix #304
1 parent 058ee3b commit bb3a130

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

normalize.css

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ body {
2424
========================================================================== */
2525

2626
/**
27-
* Correct `block` display not defined in IE 8/9.
27+
* Correct `block` display not defined for any HTML5 element in IE 8/9.
28+
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
29+
* Correct `block` display not defined for `main` in IE 11.
2830
*/
2931

3032
article,
@@ -66,8 +68,8 @@ audio:not([controls]) {
6668
}
6769

6870
/**
69-
* Address `[hidden]` styling not present in IE 8/9.
70-
* Hide the `template` element in IE, Safari, and Firefox < 22.
71+
* Address `[hidden]` styling not present in IE 8/9/10.
72+
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
7173
*/
7274

7375
[hidden],
@@ -99,15 +101,15 @@ a:hover {
99101
========================================================================== */
100102

101103
/**
102-
* Address styling not present in IE 8/9, Safari 5, and Chrome.
104+
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
103105
*/
104106

105107
abbr[title] {
106108
border-bottom: 1px dotted;
107109
}
108110

109111
/**
110-
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
112+
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
111113
*/
112114

113115
b,
@@ -116,7 +118,7 @@ strong {
116118
}
117119

118120
/**
119-
* Address styling not present in Safari 5 and Chrome.
121+
* Address styling not present in Safari and Chrome.
120122
*/
121123

122124
dfn {
@@ -125,7 +127,7 @@ dfn {
125127

126128
/**
127129
* Address variable `h1` font-size and margin within `section` and `article`
128-
* contexts in Firefox 4+, Safari 5, and Chrome.
130+
* contexts in Firefox 4+, Safari, and Chrome.
129131
*/
130132

131133
h1 {
@@ -174,15 +176,15 @@ sub {
174176
========================================================================== */
175177

176178
/**
177-
* Remove border when inside `a` element in IE 8/9.
179+
* Remove border when inside `a` element in IE 8/9/10.
178180
*/
179181

180182
img {
181183
border: 0;
182184
}
183185

184186
/**
185-
* Correct overflow displayed oddly in IE 9.
187+
* Correct overflow not hidden in IE 9/10/11.
186188
*/
187189

188190
svg:not(:root) {
@@ -193,7 +195,7 @@ svg:not(:root) {
193195
========================================================================== */
194196

195197
/**
196-
* Address margin not present in IE 8/9 and Safari 5.
198+
* Address margin not present in IE 8/9 and Safari.
197199
*/
198200

199201
figure {
@@ -242,7 +244,7 @@ samp {
242244
* 1. Correct color not being inherited.
243245
* Known issue: affects color of disabled elements.
244246
* 2. Correct font properties not being inherited.
245-
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
247+
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
246248
*/
247249

248250
button,
@@ -256,7 +258,7 @@ textarea {
256258
}
257259

258260
/**
259-
* Address `overflow` set to `hidden` in IE 8/9/10.
261+
* Address `overflow` set to `hidden` in IE 8/9/10/11.
260262
*/
261263

262264
button {
@@ -266,7 +268,7 @@ button {
266268
/**
267269
* Address inconsistent `text-transform` inheritance for `button` and `select`.
268270
* All other form control elements do not inherit `text-transform` values.
269-
* Correct `button` style inheritance in Firefox, IE 8+, and Opera
271+
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
270272
* Correct `select` style inheritance in Firefox.
271273
*/
272274

@@ -345,8 +347,8 @@ input[type="number"]::-webkit-outer-spin-button {
345347
}
346348

347349
/**
348-
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
349-
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
350+
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
351+
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
350352
* (include `-moz` to future-proof).
351353
*/
352354

@@ -379,7 +381,7 @@ fieldset {
379381
}
380382

381383
/**
382-
* 1. Correct `color` not being inherited in IE 8/9.
384+
* 1. Correct `color` not being inherited in IE 8/9/10/11.
383385
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
384386
*/
385387

@@ -389,7 +391,7 @@ legend {
389391
}
390392

391393
/**
392-
* Remove default vertical scrollbar in IE 8/9.
394+
* Remove default vertical scrollbar in IE 8/9/10/11.
393395
*/
394396

395397
textarea {

0 commit comments

Comments
 (0)