From cc8daf0ebda3b585f703dba2f6421e6a5a3761a8 Mon Sep 17 00:00:00 2001 From: Siarhei Bobryk Date: Thu, 17 Sep 2020 00:55:30 +0300 Subject: [PATCH] Fix the comment about the details element in FF Specifying `display: block` is redundant for Firefox nowadays. It's already implemented in User-Agent Stylesheet in Firefox. https://dxr.mozilla.org/mozilla-central/source/layout/style/res/html.css#119 --- normalize.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/normalize.css b/normalize.css index 192eb9c..3e891bd 100644 --- a/normalize.css +++ b/normalize.css @@ -314,7 +314,7 @@ textarea { ========================================================================== */ /* - * Add the correct display in Edge, IE 10+, and Firefox. + * Add the correct display in Edge, and IE 10+. */ details {