Skip to content

Commit

Permalink
Remove details normalization, update summary requirement (sindres…
Browse files Browse the repository at this point in the history
…orhus#21)

* Remove normalization for the `details` element

Firefox supports `details` since version 49, and Edge is not supported by modern-normalize.

* Update normalization requirement for the `summary` element

Support for the `summary` element with `display: list-item` was added to Firefox in version 49.
  • Loading branch information
Zirro authored and sindresorhus committed Feb 22, 2018
1 parent 58bbc30 commit 2dc54f8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions modern-normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -275,15 +275,7 @@ progress {
========================================================================== */

/*
* Add the correct display in Edge and Firefox.
*/

details {
display: block;
}

/*
* Add the correct display in all browsers.
* Add the correct display in Chrome and Safari.
*/

summary {
Expand Down

0 comments on commit 2dc54f8

Please sign in to comment.