Skip to content

Commit 55ed05a

Browse files
author
Jonathan Neal
committed
Correct the display of <summary> in all browsers
1 parent bbcf62d commit 55ed05a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

normalize.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,11 +423,18 @@ textarea {
423423
*/
424424

425425
details, /* 1 */
426-
menu,
427-
summary { /* 1 */
426+
menu {
428427
display: block;
429428
}
430429

430+
/*
431+
* Add the correct display in all browsers.
432+
*/
433+
434+
summary {
435+
display: list-item;
436+
}
437+
431438
/* Scripting
432439
========================================================================== */
433440

0 commit comments

Comments
 (0)