|
39 | 39 |
|
40 | 40 | /** |
41 | 41 | * 1. Add the correct height in Firefox. |
42 | | - * 2. Show the overflow in Edge and IE. |
43 | 42 | */ |
44 | 43 |
|
45 | 44 | hr { |
46 | 45 | height: 0; /* 1 */ |
47 | | - overflow: visible; /* 2 */ |
48 | 46 | } |
49 | 47 |
|
50 | 48 | /* Text-level semantics |
51 | 49 | ========================================================================== */ |
52 | 50 |
|
53 | 51 | /** |
54 | | - * Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. |
| 52 | + * Add the correct text decoration in Safari. |
55 | 53 | */ |
56 | 54 |
|
57 | 55 | abbr[title] { |
@@ -129,24 +127,11 @@ textarea { |
129 | 127 | } |
130 | 128 |
|
131 | 129 | /** |
132 | | - * Show the overflow in IE. |
133 | | - * 1. Show the overflow in Edge. |
134 | | - */ |
135 | | - |
136 | | -button, |
137 | | -input { |
138 | | - /* 1 */ |
139 | | - overflow: visible; |
140 | | -} |
141 | | - |
142 | | -/** |
143 | | - * Remove the inheritance of text transform in Edge, Firefox, and IE. |
144 | | - * 1. Remove the inheritance of text transform in Firefox. |
| 130 | + * Remove the inheritance of text transform in Firefox. |
145 | 131 | */ |
146 | 132 |
|
147 | 133 | button, |
148 | 134 | select { |
149 | | - /* 1 */ |
150 | 135 | text-transform: none; |
151 | 136 | } |
152 | 137 |
|
@@ -187,19 +172,11 @@ fieldset { |
187 | 172 | } |
188 | 173 |
|
189 | 174 | /** |
190 | | - * 1. Correct the text wrapping in Edge and IE. |
191 | | - * 2. Correct the color inheritance from `fieldset` elements in IE. |
192 | | - * 3. Remove the padding so developers are not caught out when they zero out |
193 | | - * `fieldset` elements in all browsers. |
| 175 | + * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. |
194 | 176 | */ |
195 | 177 |
|
196 | 178 | legend { |
197 | | - box-sizing: border-box; /* 1 */ |
198 | | - color: inherit; /* 2 */ |
199 | | - display: table; /* 1 */ |
200 | | - max-width: 100%; /* 1 */ |
201 | | - padding: 0; /* 3 */ |
202 | | - white-space: normal; /* 1 */ |
| 179 | + padding: 0; |
203 | 180 | } |
204 | 181 |
|
205 | 182 | /** |
@@ -250,14 +227,6 @@ progress { |
250 | 227 | /* Interactive |
251 | 228 | ========================================================================== */ |
252 | 229 |
|
253 | | -/* |
254 | | - * Add the correct display in Edge, IE 10+, and Firefox. |
255 | | - */ |
256 | | - |
257 | | -details { |
258 | | - display: block; |
259 | | -} |
260 | | - |
261 | 230 | /* |
262 | 231 | * Add the correct display in all browsers. |
263 | 232 | */ |
|
0 commit comments