Correct the display of <summary> in all browsers

This commit is contained in:
Jonathan Neal 2016-07-06 11:40:39 -04:00
parent bbcf62d86f
commit 55ed05a79c

11
normalize.css vendored
View File

@ -423,11 +423,18 @@ textarea {
*/ */
details, /* 1 */ details, /* 1 */
menu, menu {
summary { /* 1 */
display: block; display: block;
} }
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Scripting /* Scripting
========================================================================== */ ========================================================================== */