1818
1919/**
2020 * Correct the font size and margin on `h1` elements within `section` and
21- * `article` contexts in Chrome, Firefox, and Safari.
21+ * `article` contexts in Chrome, Edge, Firefox, and Safari.
2222 */
2323
2424h1 {
3030 * ========================================================================== */
3131
3232/**
33- * Remove the margin on nested lists in Chrome and Safari.
33+ * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
3434 */
3535
3636dl dl ,
3737dl ol ,
3838dl ul ,
3939ol dl ,
40+ ul dl {
41+ margin : 0 ;
42+ }
43+
44+ /**
45+ * Remove the margin on nested lists in Edge 18- and IE.
46+ */
47+
4048ol ol ,
4149ol ul ,
42- ul dl ,
4350ul ol ,
4451ul ul {
45- margin-block-start : 0 ;
46- margin-block-end : 0 ;
52+ margin : 0 ;
4753}
4854
4955/**
5056 * 1. Add the correct box sizing in Firefox.
51- * 2. Show the overflow in Edge and IE.
57+ * 2. Show the overflow in Edge 18- and IE.
5258 */
5359
5460hr {
8793}
8894
8995/**
90- * Add the correct text decoration in Edge, IE, Opera , and Safari.
96+ * Add the correct text decoration in Edge 18-, IE , and Safari.
9197 */
9298
9399abbr [title ] {
@@ -176,7 +182,7 @@ select {
176182
177183/**
178184 * 1. Show the overflow in IE.
179- * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
185+ * 2. Remove the inheritance of text transform in Edge 18- , Firefox, and IE.
180186 */
181187
182188button {
@@ -204,15 +210,15 @@ fieldset {
204210}
205211
206212/**
207- * Show the overflow in Edge and IE.
213+ * Show the overflow in Edge 18- and IE.
208214 */
209215
210216input {
211217 overflow : visible;
212218}
213219
214220/**
215- * 1. Correct the text wrapping in Edge and IE.
221+ * 1. Correct the text wrapping in Edge 18- and IE.
216222 * 2. Correct the color inheritance from `fieldset` elements in IE.
217223 */
218224
@@ -225,8 +231,8 @@ legend {
225231}
226232
227233/**
228- * 1. Add the correct display in Edge and IE.
229- * 2. Add the correct vertical alignment in Chrome, Firefox , and Opera .
234+ * 1. Add the correct display in Edge 18- and IE.
235+ * 2. Add the correct vertical alignment in Chrome, Edge , and Firefox .
230236 */
231237
232238progress {
@@ -264,7 +270,7 @@ textarea {
264270}
265271
266272/**
267- * 1. Correct the odd appearance in Chrome and Safari.
273+ * 1. Correct the odd appearance in Chrome, Edge, and Safari.
268274 * 2. Correct the outline style in Safari.
269275 */
270276
@@ -292,7 +298,7 @@ textarea {
292298}
293299
294300/**
295- * Remove the inner padding in Chrome and Safari on macOS.
301+ * Remove the inner padding in Chrome, Edge, and Safari on macOS.
296302 */
297303
298304::-webkit-search-decoration {
@@ -338,15 +344,15 @@ textarea {
338344 * ========================================================================== */
339345
340346/*
341- * Add the correct display in Edge and IE.
347+ * Add the correct display in Edge 18- and IE.
342348 */
343349
344350details {
345351 display : block;
346352}
347353
348354/*
349- * Add the correct styles in Edge, IE, and Safari.
355+ * Add the correct styles in Edge 18- , IE, and Safari.
350356 */
351357
352358dialog {
0 commit comments