From 55ed05a79c0fd7a9a2c330c6925b982a7d5b307c Mon Sep 17 00:00:00 2001 From: Jonathan Neal Date: Wed, 6 Jul 2016 11:40:39 -0400 Subject: [PATCH] Correct the display of in all browsers --- normalize.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/normalize.css b/normalize.css index 12c6061..9f9a577 100644 --- a/normalize.css +++ b/normalize.css @@ -423,11 +423,18 @@ textarea { */ details, /* 1 */ -menu, -summary { /* 1 */ +menu { display: block; } +/* + * Add the correct display in all browsers. + */ + +summary { + display: list-item; +} + /* Scripting ========================================================================== */