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
This commit is contained in:
Siarhei Bobryk 2020-09-17 00:55:30 +03:00
parent fc091cce15
commit cc8daf0ebd
No known key found for this signature in database
GPG Key ID: D27ED1F4CAF5701A

View File

@ -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 { details {